Searched refs:ciphertext_len (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/net/ceph/ |
| H A D | auth_x.c | 58 int ciphertext_len; in ceph_x_encrypt() local 66 &ciphertext_len); in ceph_x_encrypt() 70 ceph_encode_32(&buf, ciphertext_len); in ceph_x_encrypt() 71 return sizeof(u32) + ciphertext_len; in ceph_x_encrypt() 75 int ciphertext_len) in __ceph_x_decrypt() argument 81 ret = ceph_crypt(secret, false, p, ciphertext_len, ciphertext_len, in __ceph_x_decrypt() 96 int ciphertext_len; in ceph_x_decrypt() local 99 ceph_decode_32_safe(p, end, ciphertext_len, e_inval); in ceph_x_decrypt() 100 ceph_decode_need(p, end, ciphertext_len, e_inval); in ceph_x_decrypt() 102 ret = __ceph_x_decrypt(secret, *p, ciphertext_len); in ceph_x_decrypt() [all …]
|
| /OK3568_Linux_fs/kernel/fs/crypto/ |
| H A D | hooks.c | 244 unsigned int ciphertext_len; in __fscrypt_encrypt_symlink() local 262 ciphertext_len = disk_link->len - sizeof(*sd); in __fscrypt_encrypt_symlink() 263 sd->len = cpu_to_le16(ciphertext_len); in __fscrypt_encrypt_symlink() 266 ciphertext_len); in __fscrypt_encrypt_symlink() 275 sd->encrypted_path[ciphertext_len] = '\0'; in __fscrypt_encrypt_symlink()
|
| /OK3568_Linux_fs/kernel/arch/x86/crypto/ |
| H A D | aesni-intel_glue.c | 152 const u8 *in, unsigned long ciphertext_len, u8 *iv, 168 unsigned long ciphertext_len); 179 const u8 *in, unsigned long ciphertext_len); 215 unsigned long ciphertext_len); 228 const u8 *in, unsigned long ciphertext_len, u8 *iv, 257 unsigned long ciphertext_len); 270 const u8 *in, unsigned long ciphertext_len, u8 *iv,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/ |
| H A D | hrss.h | 86 const uint8_t *ciphertext, size_t ciphertext_len);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/ |
| H A D | hrss.h | 86 const uint8_t *ciphertext, size_t ciphertext_len);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/ |
| H A D | hrss.h | 86 const uint8_t *ciphertext, size_t ciphertext_len);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/ |
| H A D | hrss.h | 86 const uint8_t *ciphertext, size_t ciphertext_len);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/ |
| H A D | chachapoly.h | 68 uint64_t ciphertext_len; /**< The length (bytes) of the ciphertext. */ member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/ |
| H A D | chachapoly.h | 68 uint64_t ciphertext_len; /**< The length (bytes) of the ciphertext. */ member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/ |
| H A D | chachapoly.h | 68 uint64_t ciphertext_len; /**< The length (bytes) of the ciphertext. */ member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/ |
| H A D | chachapoly.h | 68 uint64_t ciphertext_len; /**< The length (bytes) of the ciphertext. */ member
|