Searched refs:crypt_len (Results 1 – 2 of 2) sorted by relevance
| /net/mac80211/ |
| A D | fils_aead.c | 153 size_t crypt_len; in aes_siv_decrypt() local 158 crypt_len = iv_c_len - AES_BLOCK_SIZE; in aes_siv_decrypt() 161 len[num_elem] = crypt_len; in aes_siv_decrypt() 192 sg_init_one(dst, out, crypt_len); in aes_siv_decrypt() 225 size_t crypt_len; in fils_encrypt_assoc_req() local 262 crypt_len = skb->data + skb->len - encr; in fils_encrypt_assoc_req() 265 encr, crypt_len, 5, addr, len, encr); in fils_encrypt_assoc_req() 278 size_t crypt_len; in fils_decrypt_assoc_resp() local 316 crypt_len = frame + *frame_len - encr; in fils_decrypt_assoc_resp() 317 if (crypt_len < AES_BLOCK_SIZE) { in fils_decrypt_assoc_resp() [all …]
|
| /net/ceph/ |
| A D | crypto.c | 215 int crypt_len = encrypt ? in_len + pad_byte : in_len; in ceph_aes_crypt() local 218 WARN_ON(crypt_len > buf_len); in ceph_aes_crypt() 221 ret = setup_sgtable(&sgt, &prealloc_sg, buf, crypt_len); in ceph_aes_crypt() 228 skcipher_request_set_crypt(req, sgt.sgl, sgt.sgl, crypt_len, iv); in ceph_aes_crypt() 252 *pout_len = crypt_len; in ceph_aes_crypt()
|
Completed in 4 milliseconds