Home
last modified time | relevance | path

Searched defs:pp (Results 1 – 25 of 47) sorted by relevance

12

/openssl/crypto/asn1/
H A Dd2i_pr.c28 d2i_PrivateKey_decoder(int keytype, EVP_PKEY **a, const unsigned char **pp, in d2i_PrivateKey_decoder()
91 ossl_d2i_PrivateKey_legacy(int keytype, EVP_PKEY **a, const unsigned char **pp, in ossl_d2i_PrivateKey_legacy()
156 EVP_PKEY *d2i_PrivateKey_ex(int keytype, EVP_PKEY **a, const unsigned char **pp, in d2i_PrivateKey_ex()
169 EVP_PKEY *d2i_PrivateKey(int type, EVP_PKEY **a, const unsigned char **pp, in d2i_PrivateKey()
176 const unsigned char **pp, in d2i_AutoPrivateKey_legacy()
231 EVP_PKEY *d2i_AutoPrivateKey_ex(EVP_PKEY **a, const unsigned char **pp, in d2i_AutoPrivateKey_ex()
244 EVP_PKEY *d2i_AutoPrivateKey(EVP_PKEY **a, const unsigned char **pp, in d2i_AutoPrivateKey()
H A Di2d_evp.c35 unsigned char **pp) in i2d_provided()
73 int i2d_KeyParams(const EVP_PKEY *a, unsigned char **pp) in i2d_KeyParams()
94 int i2d_PrivateKey(const EVP_PKEY *a, unsigned char **pp) in i2d_PrivateKey()
122 int i2d_PublicKey(const EVP_PKEY *a, unsigned char **pp) in i2d_PublicKey()
H A Dd2i_pu.c28 EVP_PKEY *d2i_PublicKey(int type, EVP_PKEY **a, const unsigned char **pp, in d2i_PublicKey()
H A Dasn1_lib.c46 int ASN1_get_object(const unsigned char **pp, long *plength, int *ptag, in ASN1_get_object()
116 static int asn1_get_length(const unsigned char **pp, int *inf, long *rl, in asn1_get_length()
160 void ASN1_put_object(unsigned char **pp, int constructed, int length, int tag, in ASN1_put_object()
190 int ASN1_put_eoc(unsigned char **pp) in ASN1_put_eoc()
200 static void asn1_put_length(unsigned char **pp, int length) in asn1_put_length()
H A Da_object.c21 int i2d_ASN1_OBJECT(const ASN1_OBJECT *a, unsigned char **pp) in i2d_ASN1_OBJECT()
210 ASN1_OBJECT *d2i_ASN1_OBJECT(ASN1_OBJECT **a, const unsigned char **pp, in d2i_ASN1_OBJECT()
238 ASN1_OBJECT *ossl_c2i_ASN1_OBJECT(ASN1_OBJECT **a, const unsigned char **pp, in ossl_c2i_ASN1_OBJECT()
H A Dasn1_parse.c83 int ASN1_parse(BIO *bp, const unsigned char *pp, long len, int indent) in ASN1_parse()
88 int ASN1_parse_dump(BIO *bp, const unsigned char *pp, long len, int indent, in ASN1_parse_dump()
94 static int asn1_parse2(BIO *bp, const unsigned char **pp, long length, in asn1_parse2()
H A Da_bitstr.c21 int ossl_i2c_ASN1_BIT_STRING(ASN1_BIT_STRING *a, unsigned char **pp) in ossl_i2c_ASN1_BIT_STRING()
80 const unsigned char **pp, long len) in ossl_c2i_ASN1_BIT_STRING()
H A Dd2i_param.c18 EVP_PKEY *d2i_KeyParams(int type, EVP_PKEY **a, const unsigned char **pp, in d2i_KeyParams()
H A Da_int.c98 unsigned char **pp) in i2c_ibuf()
207 int ossl_i2c_ASN1_INTEGER(ASN1_INTEGER *a, unsigned char **pp) in ossl_i2c_ASN1_INTEGER()
286 ASN1_INTEGER *ossl_c2i_ASN1_INTEGER(ASN1_INTEGER **a, const unsigned char **pp, in ossl_c2i_ASN1_INTEGER()
396 ASN1_INTEGER *d2i_ASN1_UINTEGER(ASN1_INTEGER **a, const unsigned char **pp, in d2i_ASN1_UINTEGER()
617 const unsigned char **pp, long len) in ossl_c2i_uint64_int()
H A Da_sign.c192 const unsigned char *pp = aid; in ASN1_item_sign_ctx() local
201 const unsigned char *pp = aid; in ASN1_item_sign_ctx() local
/openssl/crypto/x509/
H A Dx_pubkey.c551 int i2d_PUBKEY(const EVP_PKEY *a, unsigned char **pp) in i2d_PUBKEY()
605 RSA *d2i_RSA_PUBKEY(RSA **a, const unsigned char **pp, long length) in d2i_RSA_PUBKEY()
627 int i2d_RSA_PUBKEY(const RSA *a, unsigned char **pp) in i2d_RSA_PUBKEY()
669 int ossl_i2d_DH_PUBKEY(const DH *a, unsigned char **pp) in ossl_i2d_DH_PUBKEY()
710 int ossl_i2d_DHx_PUBKEY(const DH *a, unsigned char **pp) in ossl_i2d_DHx_PUBKEY()
776 int i2d_DSA_PUBKEY(const DSA *a, unsigned char **pp) in i2d_DSA_PUBKEY()
821 int i2d_EC_PUBKEY(const EC_KEY *a, unsigned char **pp) in i2d_EC_PUBKEY()
863 int ossl_i2d_ED25519_PUBKEY(const ECX_KEY *a, unsigned char **pp) in ossl_i2d_ED25519_PUBKEY()
905 int ossl_i2d_ED448_PUBKEY(const ECX_KEY *a, unsigned char **pp) in ossl_i2d_ED448_PUBKEY()
947 int ossl_i2d_X25519_PUBKEY(const ECX_KEY *a, unsigned char **pp) in ossl_i2d_X25519_PUBKEY()
[all …]
H A Dx_x509.c190 X509 *d2i_X509_AUX(X509 **a, const unsigned char **pp, long length) in d2i_X509_AUX()
226 static int i2d_x509_aux_internal(const X509 *a, unsigned char **pp) in i2d_x509_aux_internal()
260 int i2d_X509_AUX(const X509 *a, unsigned char **pp) in i2d_X509_AUX()
287 int i2d_re_X509_tbs(X509 *x, unsigned char **pp) in i2d_re_X509_tbs()
H A Dx509cset.c177 int i2d_re_X509_CRL_tbs(X509_CRL *crl, unsigned char **pp) in i2d_re_X509_CRL_tbs()
/openssl/test/testutil/
H A Dstanza.c88 PAIR *pp = s->pairs; in test_readstanza() local
151 PAIR *pp = s->pairs; in test_clearstanza() local
/openssl/fuzz/
H A Dct.c30 const uint8_t **pp = &buf; in FuzzerTestOneInput() local
/openssl/apps/
H A Dsrp.c40 char **pp; in get_index() local
68 char **pp = sk_OPENSSL_PSTRING_value(db->db->data, indx); in print_entry() local
84 char **pp = sk_OPENSSL_PSTRING_value(db->db->data, userindex); in print_user() local
243 char *srpvfile = NULL, **pp, *prog; in srp_main() local
/openssl/crypto/txt_db/
H A Dtxt_db.c28 OPENSSL_STRING *pp; in TXT_DB_read() local
190 char *p, **pp, *f; in TXT_DB_write() local
/openssl/crypto/ocsp/
H A Dv3_ocsp.c173 static int i2d_ocsp_nonce(const void *a, unsigned char **pp) in i2d_ocsp_nonce()
183 static void *d2i_ocsp_nonce(void *a, const unsigned char **pp, long length) in d2i_ocsp_nonce()
/openssl/ssl/
H A Dssl_asn1.c109 int i2d_SSL_SESSION(const SSL_SESSION *in, unsigned char **pp) in i2d_SSL_SESSION()
257 SSL_SESSION *d2i_SSL_SESSION(SSL_SESSION **a, const unsigned char **pp, in d2i_SSL_SESSION()
262 SSL_SESSION *d2i_SSL_SESSION_ex(SSL_SESSION **a, const unsigned char **pp, in d2i_SSL_SESSION_ex()
/openssl/crypto/pem/
H A Dpem_info.c59 void *pp; in STACK_OF() local
/openssl/crypto/dh/
H A Ddh_asn1.c135 int i2d_DHxparams(const DH *dh, unsigned char **pp) in i2d_DHxparams()
/openssl/test/
H A Dx509_time_test.c542 char *pp; in test_x509_time_print_rfc_822() local
570 char *pp; in test_x509_time_print_iso_8601() local
/openssl/crypto/cms/
H A Dcms_rsa.c201 const unsigned char *pp = aid; in rsa_cms_sign() local
/openssl/crypto/ct/
H A Dct_oct.c317 int i2o_SCT_LIST(const STACK_OF(SCT) *a, unsigned char **pp) in i2o_SCT_LIST()
/openssl/ssl/quic/
H A Dcc_newreno.c132 void **pp) in bind_diag()
190 void **pp) in unbind_diag()

Completed in 113 milliseconds

12