Home
last modified time | relevance | path

Searched refs:tag2 (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/opencrypto/
H A Dcryptosoft.c447 u_char tag2[GMAC_DIGEST_LEN]; in swcr_gmac() local
450 tag2); in swcr_gmac()
453 explicit_bzero(tag2, sizeof(tag2)); in swcr_gmac()
596 u_char tag2[GMAC_DIGEST_LEN]; in swcr_gcm() local
601 explicit_bzero(tag2, sizeof(tag2)); in swcr_gcm()
686 u_char tag2[AES_CBC_MAC_HASH_LEN]; in swcr_ccm_cbc_mac() local
689 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() local
821 tag2); in swcr_ccm()
[all …]
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dfil.c6874 ipf_matchtag(tag1, tag2) in ipf_matchtag() argument
6875 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]))