Searched refs:ecryptfs_calculate_md5 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ecryptfs/ |
H A D | crypto.c | 52 * ecryptfs_calculate_md5 - calculates the md5 of @src 61 static int ecryptfs_calculate_md5(char *dst, in ecryptfs_calculate_md5() function 132 rc = ecryptfs_calculate_md5(dst, crypt_stat, src, in ecryptfs_derive_iv() 647 rc = ecryptfs_calculate_md5(dst, crypt_stat, crypt_stat->key, in ecryptfs_compute_root_iv()
|
/kernel/linux/linux-6.6/fs/ecryptfs/ |
H A D | crypto.c | 52 * ecryptfs_calculate_md5 - calculates the md5 of @src 61 static int ecryptfs_calculate_md5(char *dst, in ecryptfs_calculate_md5() function 132 rc = ecryptfs_calculate_md5(dst, crypt_stat, src, in ecryptfs_derive_iv() 620 rc = ecryptfs_calculate_md5(dst, crypt_stat, crypt_stat->key, in ecryptfs_compute_root_iv()
|
Completed in 7 milliseconds