Lines Matching refs:key1
129 hmacmd5_compare(const dst_key_t *key1, const dst_key_t *key2) {
132 hkey1 = key1->keydata.hmacmd5;
437 hmacsha1_compare(const dst_key_t *key1, const dst_key_t *key2) {
440 hkey1 = key1->keydata.hmacsha1;
728 hmacsha224_compare(const dst_key_t *key1, const dst_key_t *key2) {
731 hkey1 = key1->keydata.hmacsha224;
1015 hmacsha256_compare(const dst_key_t *key1, const dst_key_t *key2) {
1018 hkey1 = key1->keydata.hmacsha256;
1302 hmacsha384_compare(const dst_key_t *key1, const dst_key_t *key2) {
1305 hkey1 = key1->keydata.hmacsha384;
1589 hmacsha512_compare(const dst_key_t *key1, const dst_key_t *key2) {
1592 hkey1 = key1->keydata.hmacsha512;