Home
last modified time | relevance | path

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

/Linux-v5.10/net/ceph/
Dcrypto.c146 static const u8 *aes_iv = (u8 *)CEPH_AES_IV; variable
236 memcpy(iv, aes_iv, AES_BLOCK_SIZE); in ceph_aes_crypt()