Searched refs:essiv_cipher_name (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/crypto/ |
D | essiv.c | 45 char essiv_cipher_name[CRYPTO_MAX_ALG_NAME]; member 290 essiv_cipher = crypto_alloc_cipher(ictx->essiv_cipher_name, 0, 0); in essiv_init_tfm() 402 static bool parse_cipher_name(char *essiv_cipher_name, const char *cra_name) in parse_cipher_name() argument 421 memcpy(essiv_cipher_name, p, len); in parse_cipher_name() 422 essiv_cipher_name[len] = '\0'; in parse_cipher_name() 426 static bool essiv_supported_algorithms(const char *essiv_cipher_name, in essiv_supported_algorithms() argument 433 alg = crypto_alg_mod_lookup(essiv_cipher_name, in essiv_supported_algorithms() 542 if (!parse_cipher_name(ictx->essiv_cipher_name, block_base->cra_name)) { in essiv_create() 559 if (!essiv_supported_algorithms(ictx->essiv_cipher_name, hash_alg, in essiv_create()
|