Searched refs:crypto_init (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/hyperhold/ |
H A D | hp_device.h | 33 bool crypto_init(struct hp_device *dev, bool soft);
|
H A D | hp_device.c | 204 bool crypto_init(struct hp_device *dev, bool soft) in crypto_init() function
|
H A D | hp_core.c | 100 if (!crypto_init(&hyperhold.dev, hyperhold.enable_soft_crypt)) in hyperhold_enable()
|
/kernel/linux/linux-6.6/drivers/hyperhold/ |
H A D | hp_device.h | 33 bool crypto_init(struct hp_device *dev, bool soft);
|
H A D | hp_device.c | 210 bool crypto_init(struct hp_device *dev, bool soft) in crypto_init() function
|
H A D | hp_core.c | 101 if (!crypto_init(&hyperhold.dev, hyperhold.enable_soft_crypt)) in hyperhold_enable()
|
/kernel/linux/linux-5.10/include/crypto/ |
H A D | drbg.h | 99 int (*crypto_init)(struct drbg_state *drbg); member
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | drbg.h | 99 int (*crypto_init)(struct drbg_state *drbg); member
|
/kernel/linux/linux-5.10/crypto/ |
H A D | drbg.c | 623 .crypto_init = drbg_init_sym_kernel, 752 .crypto_init = drbg_init_hash_kernel, 1028 .crypto_init = drbg_init_hash_kernel, 1281 ret = drbg->d_ops->crypto_init(drbg); in drbg_alloc_state()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | drbg.c | 625 .crypto_init = drbg_init_sym_kernel, 754 .crypto_init = drbg_init_hash_kernel, 1030 .crypto_init = drbg_init_hash_kernel, 1307 ret = drbg->d_ops->crypto_init(drbg); in drbg_alloc_state()
|
Completed in 10 milliseconds