Lines Matching defs:key2
135 hmacmd5_compare(const dst_key_t *key1, const dst_key_t *key2) {
139 hkey2 = key2->keydata.hmacmd5;
403 hmacsha1_compare(const dst_key_t *key1, const dst_key_t *key2) {
407 hkey2 = key2->keydata.hmacsha1;
672 hmacsha224_compare(const dst_key_t *key1, const dst_key_t *key2) {
676 hkey2 = key2->keydata.hmacsha224;
941 hmacsha256_compare(const dst_key_t *key1, const dst_key_t *key2) {
945 hkey2 = key2->keydata.hmacsha256;
1210 hmacsha384_compare(const dst_key_t *key1, const dst_key_t *key2) {
1214 hkey2 = key2->keydata.hmacsha384;
1479 hmacsha512_compare(const dst_key_t *key1, const dst_key_t *key2) {
1483 hkey2 = key2->keydata.hmacsha512;