Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/ec/
H A Decx_methods.c284 ecx_pub_cmp(const EVP_PKEY *pkey1, const EVP_PKEY *pkey2) in ecx_pub_cmp() argument
288 if (pkey2->pkey.ecx == NULL || pkey2->pkey.ecx->pub_key == NULL) in ecx_pub_cmp()
290 if (pkey1->pkey.ecx->pub_key_len != pkey2->pkey.ecx->pub_key_len) in ecx_pub_cmp()
293 return timingsafe_memcmp(pkey1->pkey.ecx->pub_key, pkey2->pkey.ecx->pub_key, in ecx_pub_cmp()
531 ecx_param_cmp(const EVP_PKEY *pkey1, const EVP_PKEY *pkey2) in ecx_param_cmp() argument
/openbsd/gnu/usr.sbin/mkhybrid/src/libhfs_iso/
H A Drecord.c90 int r_comparecatkeys(unsigned char *pkey1, unsigned char *pkey2) in r_comparecatkeys() argument
97 r_unpackcatkey(pkey2, &key2); in r_comparecatkeys()
110 int r_compareextkeys(unsigned char *pkey1, unsigned char *pkey2) in r_compareextkeys() argument
117 r_unpackextkey(pkey2, &key2); in r_compareextkeys()