Home
last modified time | relevance | path

Searched refs:aes_ccm_enc1 (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/crypto/aes/
H A Daes_impl.h72 void aes_ccm_enc1(const struct aesenc *, const uint8_t[static 16],
H A Daes_impl.c314 aes_ccm_enc1(const struct aesenc *enc, const uint8_t in[static 16], in aes_ccm_enc1() function
H A Daes_ccm.c222 aes_ccm_enc1(C->enc, p, q, nbytes - (nbytes % 16), auth, in aes_ccm_enc()