Home
last modified time | relevance | path

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

/openssl-master/crypto/ec/
A Decx_meth.c77 const ECX_KEY *akey = a->pkey.ecx; in ecx_pub_cmp() local
80 if (akey == NULL || bkey == NULL) in ecx_pub_cmp()
83 return CRYPTO_memcmp(akey->pubkey, bkey->pubkey, KEYLEN(a)) == 0; in ecx_pub_cmp()

Completed in 5 milliseconds