Searched refs:pkey2 (Results 1 – 2 of 2) sorted by relevance
284 ecx_pub_cmp(const EVP_PKEY *pkey1, const EVP_PKEY *pkey2) in ecx_pub_cmp() argument288 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
90 int r_comparecatkeys(unsigned char *pkey1, unsigned char *pkey2) in r_comparecatkeys() argument97 r_unpackcatkey(pkey2, &key2); in r_comparecatkeys()110 int r_compareextkeys(unsigned char *pkey1, unsigned char *pkey2) in r_compareextkeys() argument117 r_unpackextkey(pkey2, &key2); in r_compareextkeys()