/openssl/crypto/asn1/ |
H A D | d2i_pr.c | 28 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 D | i2d_evp.c | 35 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 D | d2i_pu.c | 28 EVP_PKEY *d2i_PublicKey(int type, EVP_PKEY **a, const unsigned char **pp, in d2i_PublicKey()
|
H A D | asn1_lib.c | 46 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 D | asn1_parse.c | 83 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 D | a_object.c | 21 int i2d_ASN1_OBJECT(const ASN1_OBJECT *a, unsigned char **pp) in i2d_ASN1_OBJECT() 211 ASN1_OBJECT *d2i_ASN1_OBJECT(ASN1_OBJECT **a, const unsigned char **pp, in d2i_ASN1_OBJECT() 239 ASN1_OBJECT *ossl_c2i_ASN1_OBJECT(ASN1_OBJECT **a, const unsigned char **pp, in ossl_c2i_ASN1_OBJECT()
|
H A D | a_bitstr.c | 21 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 D | d2i_param.c | 18 EVP_PKEY *d2i_KeyParams(int type, EVP_PKEY **a, const unsigned char **pp, in d2i_KeyParams()
|
H A D | a_int.c | 98 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 D | a_sign.c | 192 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 D | x_pubkey.c | 551 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 D | x_x509.c | 190 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 D | x509cset.c | 177 int i2d_re_X509_CRL_tbs(X509_CRL *crl, unsigned char **pp) in i2d_re_X509_CRL_tbs()
|
/openssl/test/testutil/ |
H A D | stanza.c | 88 PAIR *pp = s->pairs; in test_readstanza() local 149 PAIR *pp = s->pairs; in test_clearstanza() local
|
/openssl/fuzz/ |
H A D | ct.c | 30 const uint8_t **pp = &buf; in FuzzerTestOneInput() local
|
/openssl/apps/ |
H A D | srp.c | 40 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 D | txt_db.c | 28 OPENSSL_STRING *pp; in TXT_DB_read() local 190 char *p, **pp, *f; in TXT_DB_write() local
|
/openssl/crypto/ocsp/ |
H A D | v3_ocsp.c | 173 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 D | ssl_asn1.c | 109 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 D | pem_info.c | 59 void *pp; in STACK_OF() local
|
/openssl/crypto/dh/ |
H A D | dh_asn1.c | 135 int i2d_DHxparams(const DH *dh, unsigned char **pp) in i2d_DHxparams()
|
/openssl/test/ |
H A D | x509_time_test.c | 542 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 D | cms_rsa.c | 201 const unsigned char *pp = aid; in rsa_cms_sign() local
|
/openssl/crypto/ct/ |
H A D | ct_oct.c | 317 int i2o_SCT_LIST(const STACK_OF(SCT) *a, unsigned char **pp) in i2o_SCT_LIST()
|
/openssl/ssl/quic/ |
H A D | cc_newreno.c | 132 void **pp) in bind_diag() 190 void **pp) in unbind_diag()
|