Searched refs:cipher (Results 1 – 3 of 3) sorted by relevance
| /fs/ecryptfs/ |
| A D | keystore.c | 1175 rc = ecryptfs_cipher_code_to_string(crypt_stat->cipher, cipher_code); in decrypt_pki_encrypted_session_key() 1440 rc = ecryptfs_cipher_code_to_string(crypt_stat->cipher, in parse_tag_3_packet() 1667 crypt_stat->cipher); in decrypt_passphrase_encrypted_session_key() 1671 crypt_stat->cipher, rc); in decrypt_passphrase_encrypted_session_key() 1954 crypt_stat->cipher, rc); in ecryptfs_parse_packet_set() 1976 crypt_stat->cipher, in pki_encrypt_session_key() 2200 crypt_stat->cipher); in write_tag_3_packet() 2204 crypt_stat->cipher, rc); in write_tag_3_packet() 2221 && strcmp("aes", crypt_stat->cipher) == 0) { in write_tag_3_packet() 2357 cipher_code = ecryptfs_code_for_cipher_string(crypt_stat->cipher, in write_tag_3_packet() [all …]
|
| A D | crypto.c | 541 crypt_stat->cipher, (int)strlen(crypt_stat->cipher), in ecryptfs_init_crypt_ctx() 549 crypt_stat->cipher, "cbc"); in ecryptfs_init_crypt_ctx() 720 strcpy(crypt_stat->cipher, ECRYPTFS_DEFAULT_CIPHER); in ecryptfs_set_default_crypt_stat_vals() 769 memcpy(crypt_stat->cipher, in ecryptfs_new_file_context() 772 crypt_stat->cipher[cipher_name_len] = '\0'; in ecryptfs_new_file_context() 780 crypt_stat->cipher, rc); in ecryptfs_new_file_context()
|
| A D | ecryptfs_kernel.h | 242 unsigned char cipher[ECRYPTFS_MAX_CIPHER_NAME_SIZE + 1]; member
|
Completed in 83 milliseconds