Searched refs:aes_ccm_verify (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/crypto/aes/
H A Daes_ccm.h50 int aes_ccm_verify(struct aes_ccm *, const void *);
H A Daes_ccm_mbuf.c88 if (aes_ccm_verify(C, tag))
H A Daes_ccm.c331 aes_ccm_verify(struct aes_ccm *C, const void *tag) function
561 if (!aes_ccm_verify(C, T[i].tag)) {
583 if (aes_ccm_verify(C, tagp)) {

Completed in 195 milliseconds