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

/freebsd-10.1-release/contrib/wpa/src/crypto/
H A Daes-ccm.c64 static void aes_ccm_auth(void *aes, const u8 *data, size_t len, u8 *x) function
164 aes_ccm_auth(aes, plain, plain_len, x);
202 aes_ccm_auth(aes, plain, crypt_len, x);

Completed in 54 milliseconds