HomeSort by: relevance | last modified time | path
    Searched refs:aes_ccm_verify (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/crypto/aes/
aes_ccm.h 50 int aes_ccm_verify(struct aes_ccm *, const void *);
aes_ccm_mbuf.c 88 if (aes_ccm_verify(C, tag))
aes_ccm.c 331 aes_ccm_verify(struct aes_ccm *C, const void *tag) function in typeref:typename:int
561 if (!aes_ccm_verify(C, T[i].tag)) {
583 if (aes_ccm_verify(C, tagp)) {

Completed in 11 milliseconds