Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/ec/
H A Dec_asn1.c990 const unsigned char *pub_oct; in d2i_ECPrivateKey() local
993 pub_oct = ASN1_STRING_get0_data(priv_key->publicKey); in d2i_ECPrivateKey()
995 if (!EC_KEY_oct2key(ret, pub_oct, pub_oct_len, NULL)) { in d2i_ECPrivateKey()