Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/crypto/ec/
Dec_asn1.c1056 const unsigned char *pub_oct; in d2i_ECPrivateKey() local
1059 pub_oct = ASN1_STRING_get0_data(priv_key->publicKey); in d2i_ECPrivateKey()
1061 if (!EC_KEY_oct2key(ret, pub_oct, pub_oct_len, NULL)) { in d2i_ECPrivateKey()