Searched refs:tag2 (Results 1 – 2 of 2) sorted by relevance
447 u_char tag2[GMAC_DIGEST_LEN]; in swcr_gmac() local450 tag2); in swcr_gmac()453 explicit_bzero(tag2, sizeof(tag2)); in swcr_gmac()596 u_char tag2[GMAC_DIGEST_LEN]; in swcr_gcm() local601 explicit_bzero(tag2, sizeof(tag2)); in swcr_gcm()686 u_char tag2[AES_CBC_MAC_HASH_LEN]; in swcr_ccm_cbc_mac() local689 tag2); in swcr_ccm_cbc_mac()692 explicit_bzero(tag2, sizeof(tag)); in swcr_ccm_cbc_mac()818 u_char tag2[AES_CBC_MAC_HASH_LEN]; in swcr_ccm() local821 tag2); in swcr_ccm()[all …]
6874 ipf_matchtag(tag1, tag2) in ipf_matchtag() argument6875 ipftag_t *tag1, *tag2; in ipf_matchtag()6877 if (tag1 == tag2)6880 if ((tag1->ipt_num[0] == 0) && (tag2->ipt_num[0] == 0))6883 if ((tag1->ipt_num[0] == tag2->ipt_num[0]) &&6884 (tag1->ipt_num[1] == tag2->ipt_num[1]) &&6885 (tag1->ipt_num[2] == tag2->ipt_num[2]) &&6886 (tag1->ipt_num[3] == tag2->ipt_num[3]))