Searched refs:akey (Results 1 – 1 of 1) sorted by relevance
77 const ECX_KEY *akey = a->pkey.ecx; in ecx_pub_cmp() local80 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