Searched refs:i2d_PUBKEY (Results 1 – 3 of 3) sorted by relevance
/external/boringssl/src/crypto/x509/ |
D | x_pubkey.c | 206 int i2d_PUBKEY(const EVP_PKEY *a, unsigned char **pp) in i2d_PUBKEY() function 255 ret = i2d_PUBKEY(pktmp, pp); in i2d_RSA_PUBKEY() 294 ret = i2d_PUBKEY(pktmp, pp); in i2d_DSA_PUBKEY() 332 ret = i2d_PUBKEY(pktmp, pp); in i2d_EC_PUBKEY()
|
D | x_all.c | 449 return ASN1_i2d_fp_of_const(EVP_PKEY, i2d_PUBKEY, fp, pkey); in i2d_PUBKEY_fp() 495 return ASN1_i2d_bio_of_const(EVP_PKEY, i2d_PUBKEY, bp, pkey); in i2d_PUBKEY_bio()
|
/external/boringssl/src/include/openssl/ |
D | x509.h | 713 OPENSSL_EXPORT int i2d_PUBKEY(const EVP_PKEY *a,unsigned char **pp);
|