Searched refs:CEPH_CRYPTO_AES (Results 1 – 3 of 3) sorted by relevance
84 case CEPH_CRYPTO_AES: in ceph_crypto_key_prepare()176 if (key->type == CEPH_CRYPTO_AES) { in ceph_crypto_key_destroy()396 case CEPH_CRYPTO_AES: in ceph_crypt()414 case CEPH_CRYPTO_AES: in ceph_crypt_data_offset()429 case CEPH_CRYPTO_AES: in ceph_crypt_buflen()446 case CEPH_CRYPTO_AES: in ceph_hmac_sha256()
566 if (xi->secret.type == CEPH_CRYPTO_AES) { in ceph_x_build_request()578 if (xi->secret.type == CEPH_CRYPTO_AES) { in ceph_x_build_request()1074 if (au->session_key.type == CEPH_CRYPTO_AES) { in calc_signature()1092 if (au->session_key.type == CEPH_CRYPTO_AES) { in calc_signature()
93 #define CEPH_CRYPTO_AES 0x1 macro