Home
last modified time | relevance | path

Searched refs:i2d_ECPrivateKey (Results 1 – 5 of 5) sorted by relevance

/external/openssl/crypto/ec/
Dec_ameth.c335 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()
Dec.h821 int i2d_ECPrivateKey(EC_KEY *key, unsigned char **out);
Dec_asn1.c1210 int i2d_ECPrivateKey(EC_KEY *a, unsigned char **out) in i2d_ECPrivateKey() function
/external/openssl/crypto/x509/
Dx_all.c338 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/
Dec.h821 int i2d_ECPrivateKey(EC_KEY *key, unsigned char **out);