Searched refs:pub_oct (Results 1 – 1 of 1) sorted by relevance
345 const uint8_t *pub_oct; in d2i_ECPrivateKey() local348 pub_oct = M_ASN1_STRING_data(priv_key->publicKey); in d2i_ECPrivateKey()356 ret->conv_form = (point_conversion_form_t)(pub_oct[0] & ~0x01); in d2i_ECPrivateKey()357 if (!EC_POINT_oct2point(ret->group, ret->pub_key, pub_oct, pub_oct_len, in d2i_ECPrivateKey()