Searched refs:eckey_param2type (Results 1 – 2 of 2) sorted by relevance
/external/boringssl/src/crypto/evp/ |
D | p_ec_asn1.c | 69 static int eckey_param2type(int *pptype, void **ppval, EC_KEY *ec_key) { in eckey_param2type() function 74 OPENSSL_PUT_ERROR(EVP, eckey_param2type, EVP_R_MISSING_PARAMETERS); in eckey_param2type() 80 OPENSSL_PUT_ERROR(EVP, eckey_param2type, EVP_R_NO_NID_FOR_CURVE); in eckey_param2type() 96 if (!eckey_param2type(&ptype, &pval, ec_key)) { in eckey_pub_encode() 292 if (!eckey_param2type(&ptype, &pval, ec_key)) { in eckey_priv_encode()
|
/external/boringssl/src/crypto/err/ |
D | evp.errordata | 39 EVP,function,130,eckey_param2type
|