Lines Matching defs:key2
129 hmacmd5_compare(const dst_key_t *key1, const dst_key_t *key2) {
133 hkey2 = key2->keydata.hmacmd5;
437 hmacsha1_compare(const dst_key_t *key1, const dst_key_t *key2) {
441 hkey2 = key2->keydata.hmacsha1;
728 hmacsha224_compare(const dst_key_t *key1, const dst_key_t *key2) {
732 hkey2 = key2->keydata.hmacsha224;
1015 hmacsha256_compare(const dst_key_t *key1, const dst_key_t *key2) {
1019 hkey2 = key2->keydata.hmacsha256;
1302 hmacsha384_compare(const dst_key_t *key1, const dst_key_t *key2) {
1306 hkey2 = key2->keydata.hmacsha384;
1589 hmacsha512_compare(const dst_key_t *key1, const dst_key_t *key2) {
1593 hkey2 = key2->keydata.hmacsha512;