Home
last modified time | relevance | path

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

/third_party/openssl/crypto/ec/
Decx_backend.c58 size_t privkeylen = 0, pubkeylen = 0; in ossl_ecx_key_fromdata() local
95 sizeof(ecx->pubkey), &pubkeylen)) in ossl_ecx_key_fromdata()
98 if ((param_pub_key != NULL && pubkeylen != ecx->keylen)) in ossl_ecx_key_fromdata()