Home
last modified time | relevance | path

Searched refs:d2i_ECPrivateKey (Results 1 – 7 of 7) sorted by relevance

/external/boringssl/src/crypto/ec/
Dec_asn1.c284 EC_KEY *d2i_ECPrivateKey(EC_KEY **a, const uint8_t **in, long len) { in d2i_ECPrivateKey() function
291 OPENSSL_PUT_ERROR(EC, d2i_ECPrivateKey, ERR_R_EC_LIB); in d2i_ECPrivateKey()
298 OPENSSL_PUT_ERROR(EC, d2i_ECPrivateKey, ERR_R_MALLOC_FAILURE); in d2i_ECPrivateKey()
311 OPENSSL_PUT_ERROR(EC, d2i_ECPrivateKey, ERR_R_EC_LIB); in d2i_ECPrivateKey()
322 OPENSSL_PUT_ERROR(EC, d2i_ECPrivateKey, ERR_R_BN_LIB); in d2i_ECPrivateKey()
326 OPENSSL_PUT_ERROR(EC, d2i_ECPrivateKey, EC_R_MISSING_PRIVATE_KEY); in d2i_ECPrivateKey()
333 OPENSSL_PUT_ERROR(EC, d2i_ECPrivateKey, ERR_R_EC_LIB); in d2i_ECPrivateKey()
345 OPENSSL_PUT_ERROR(EC, d2i_ECPrivateKey, EC_R_BUFFER_TOO_SMALL); in d2i_ECPrivateKey()
352 OPENSSL_PUT_ERROR(EC, d2i_ECPrivateKey, ERR_R_EC_LIB); in d2i_ECPrivateKey()
358 OPENSSL_PUT_ERROR(EC, d2i_ECPrivateKey, ERR_R_EC_LIB); in d2i_ECPrivateKey()
Dec_test.cc71 ScopedEC_KEY ret(d2i_ECPrivateKey(NULL, &inp, in_len)); in DecodeECPrivateKey()
/external/boringssl/src/include/openssl/
Dec_key.h192 OPENSSL_EXPORT EC_KEY *d2i_ECPrivateKey(EC_KEY **out_key, const uint8_t **inp,
/external/boringssl/src/crypto/evp/
Dp_ec_asn1.c234 if (!d2i_ECPrivateKey(&eckey, &p, pklen)) { in eckey_priv_decode()
528 if (!(ec = d2i_ECPrivateKey(NULL, pder, derlen))) { in old_ec_priv_decode()
/external/boringssl/src/crypto/err/
Dec.errordata33 EC,function,129,d2i_ECPrivateKey
/external/boringssl/src/crypto/x509/
Dx_all.c363 return ASN1_d2i_fp_of(EC_KEY,EC_KEY_new,d2i_ECPrivateKey,fp,eckey); in d2i_ECPrivateKey_fp()
383 return ASN1_d2i_bio_of(EC_KEY,EC_KEY_new,d2i_ECPrivateKey,bp,eckey); in d2i_ECPrivateKey_bio()
/external/boringssl/src/crypto/pem/
Dpem_info.c213 d2i=(D2I_OF(void))d2i_ECPrivateKey; in STACK_OF()