Home
last modified time | relevance | path

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

/Linux-v4.19/net/ceph/
Dcrypto.c144 static const u8 *aes_iv = (u8 *)CEPH_AES_IV; variable
234 memcpy(iv, aes_iv, AES_BLOCK_SIZE); in ceph_aes_crypt()