Lines Matching refs:keydata

78 	dst_hmacmd5_key_t *hkey = key->keydata.hmacmd5;
138 hkey1 = key1->keydata.hmacmd5;
139 hkey2 = key2->keydata.hmacmd5;
187 dst_hmacmd5_key_t *hkey = key->keydata.hmacmd5;
190 key->keydata.hmacmd5 = NULL;
198 REQUIRE(key->keydata.hmacmd5 != NULL);
200 hkey = key->keydata.hmacmd5;
238 key->keydata.hmacmd5 = hkey;
251 if (key->keydata.hmacmd5 == NULL)
254 hkey = key->keydata.hmacmd5;
346 dst_hmacsha1_key_t *hkey = key->keydata.hmacsha1;
406 hkey1 = key1->keydata.hmacsha1;
407 hkey2 = key2->keydata.hmacsha1;
455 dst_hmacsha1_key_t *hkey = key->keydata.hmacsha1;
458 key->keydata.hmacsha1 = NULL;
466 REQUIRE(key->keydata.hmacsha1 != NULL);
468 hkey = key->keydata.hmacsha1;
506 key->keydata.hmacsha1 = hkey;
519 if (key->keydata.hmacsha1 == NULL)
522 hkey = key->keydata.hmacsha1;
615 dst_hmacsha224_key_t *hkey = key->keydata.hmacsha224;
675 hkey1 = key1->keydata.hmacsha224;
676 hkey2 = key2->keydata.hmacsha224;
724 dst_hmacsha224_key_t *hkey = key->keydata.hmacsha224;
727 key->keydata.hmacsha224 = NULL;
735 REQUIRE(key->keydata.hmacsha224 != NULL);
737 hkey = key->keydata.hmacsha224;
775 key->keydata.hmacsha224 = hkey;
788 if (key->keydata.hmacsha224 == NULL)
791 hkey = key->keydata.hmacsha224;
884 dst_hmacsha256_key_t *hkey = key->keydata.hmacsha256;
944 hkey1 = key1->keydata.hmacsha256;
945 hkey2 = key2->keydata.hmacsha256;
993 dst_hmacsha256_key_t *hkey = key->keydata.hmacsha256;
996 key->keydata.hmacsha256 = NULL;
1004 REQUIRE(key->keydata.hmacsha256 != NULL);
1006 hkey = key->keydata.hmacsha256;
1044 key->keydata.hmacsha256 = hkey;
1057 if (key->keydata.hmacsha256 == NULL)
1060 hkey = key->keydata.hmacsha256;
1153 dst_hmacsha384_key_t *hkey = key->keydata.hmacsha384;
1213 hkey1 = key1->keydata.hmacsha384;
1214 hkey2 = key2->keydata.hmacsha384;
1262 dst_hmacsha384_key_t *hkey = key->keydata.hmacsha384;
1265 key->keydata.hmacsha384 = NULL;
1273 REQUIRE(key->keydata.hmacsha384 != NULL);
1275 hkey = key->keydata.hmacsha384;
1313 key->keydata.hmacsha384 = hkey;
1326 if (key->keydata.hmacsha384 == NULL)
1329 hkey = key->keydata.hmacsha384;
1422 dst_hmacsha512_key_t *hkey = key->keydata.hmacsha512;
1482 hkey1 = key1->keydata.hmacsha512;
1483 hkey2 = key2->keydata.hmacsha512;
1531 dst_hmacsha512_key_t *hkey = key->keydata.hmacsha512;
1534 key->keydata.hmacsha512 = NULL;
1542 REQUIRE(key->keydata.hmacsha512 != NULL);
1544 hkey = key->keydata.hmacsha512;
1582 key->keydata.hmacsha512 = hkey;
1595 if (key->keydata.hmacsha512 == NULL)
1598 hkey = key->keydata.hmacsha512;