Searched refs:eckey_param2type (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ec_ameth.c | 29 static int eckey_param2type(int *pptype, void **ppval, const EC_KEY *ec_key) in eckey_param2type() function 76 if (!eckey_param2type(&ptype, &pval, ec_key)) { in eckey_pub_encode() 170 if (!eckey_param2type(&ptype, &pval, &ec_key)) { in eckey_priv_encode()
|
/third_party/openssl/crypto/ec/ |
H A D | ec_ameth.c | 29 static int eckey_param2type(int *pptype, void **ppval, const EC_KEY *ec_key) in eckey_param2type() function 76 if (!eckey_param2type(&ptype, &pval, ec_key)) { in eckey_pub_encode() 170 if (!eckey_param2type(&ptype, &pval, &ec_key)) { in eckey_priv_encode()
|
Completed in 4 milliseconds