Searched refs:i2d_ECPrivateKey (Results 1 – 5 of 5) sorted by relevance
/external/openssl/crypto/ec/ |
D | ec_ameth.c | 335 eplen = i2d_ECPrivateKey(ec_key, NULL); in eckey_priv_encode() 350 if (!i2d_ECPrivateKey(ec_key, &p)) in eckey_priv_encode() 574 return i2d_ECPrivateKey(pkey->pkey.ec, pder); in old_ec_priv_encode()
|
D | ec.h | 821 int i2d_ECPrivateKey(EC_KEY *key, unsigned char **out);
|
D | ec_asn1.c | 1210 int i2d_ECPrivateKey(EC_KEY *a, unsigned char **out) in i2d_ECPrivateKey() function
|
/external/openssl/crypto/x509/ |
D | x_all.c | 338 return ASN1_i2d_fp_of(EC_KEY,i2d_ECPrivateKey,fp,eckey); in i2d_ECPrivateKey_fp() 358 return ASN1_i2d_bio_of(EC_KEY,i2d_ECPrivateKey,bp,eckey); in i2d_ECPrivateKey_bio()
|
/external/openssl/include/openssl/ |
D | ec.h | 821 int i2d_ECPrivateKey(EC_KEY *key, unsigned char **out);
|