Searched refs:drbg_convert_tfm_core (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/crypto/ |
D | drbg.c | 1685 static inline void drbg_convert_tfm_core(const char *cra_driver_name, in drbg_convert_tfm_core() function 1720 drbg_convert_tfm_core(crypto_tfm_alg_driver_name(tfm), &coreref, &pr); in drbg_kcapi_init() 1780 drbg_convert_tfm_core(crypto_tfm_alg_driver_name(tfm_base), &coreref, in drbg_kcapi_reset() 1831 drbg_convert_tfm_core("drbg_nopr_ctr_aes128", &coreref, &pr); in drbg_healthcheck_sanity() 1833 drbg_convert_tfm_core("drbg_nopr_sha256", &coreref, &pr); in drbg_healthcheck_sanity() 1835 drbg_convert_tfm_core("drbg_nopr_hmac_sha256", &coreref, &pr); in drbg_healthcheck_sanity()
|