Home
last modified time | relevance | path

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

/openssl-master/crypto/ec/
A Dec_asn1.c980 const unsigned char *pub_oct; in d2i_ECPrivateKey() local
983 pub_oct = ASN1_STRING_get0_data(priv_key->publicKey); in d2i_ECPrivateKey()
985 if (!EC_KEY_oct2key(ret, pub_oct, pub_oct_len, NULL)) { in d2i_ECPrivateKey()

Completed in 5 milliseconds