Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_crypto_ccmp.c232 uint8_t *ciphertext, int cipher_len) in aes_ccm_encrypt() argument
271 d2.cd_length = cipher_len; in aes_ccm_encrypt()
273 d2.cd_raw.iov_len = cipher_len; in aes_ccm_encrypt()
284 const uint8_t *ciphertext, int cipher_len, in aes_ccm_decrypt() argument
294 "aes_ccm_decrypt(len=%d, keylen=%d)", cipher_len, keylen); in aes_ccm_decrypt()
318 d1.cd_length = cipher_len; in aes_ccm_decrypt()
320 d1.cd_raw.iov_len = cipher_len; in aes_ccm_decrypt()