Searched refs:crypto_init (Results 1 – 4 of 4) sorted by relevance
67 static DEFINE_MUTEX(crypto_init);206 mutex_lock(&crypto_init); in f2fs_crypto_initialize()226 mutex_unlock(&crypto_init); in f2fs_crypto_initialize()230 mutex_unlock(&crypto_init); in f2fs_crypto_initialize()
144 static DEFINE_MUTEX(crypto_init);182 mutex_lock(&crypto_init); in ext4_init_crypto()217 mutex_unlock(&crypto_init); in ext4_init_crypto()221 mutex_unlock(&crypto_init); in ext4_init_crypto()
98 int (*crypto_init)(struct drbg_state *drbg); member
632 .crypto_init = drbg_init_sym_kernel,758 .crypto_init = drbg_init_hash_kernel,1038 .crypto_init = drbg_init_hash_kernel,1541 if (drbg->d_ops->crypto_init(drbg)) in drbg_instantiate()