Searched refs:essiv_cipher_name (Results 1 – 1 of 1) sorted by relevance
/linux/crypto/ |
H A D | essiv.c | 46 char essiv_cipher_name[CRYPTO_MAX_ALG_NAME]; member 277 essiv_cipher = crypto_alloc_cipher(ictx->essiv_cipher_name, 0, 0); in essiv_init_tfm() 389 static bool parse_cipher_name(char *essiv_cipher_name, const char *cra_name) in parse_cipher_name() argument 408 memcpy(essiv_cipher_name, p, len); in parse_cipher_name() 409 essiv_cipher_name[len] = '\0'; in parse_cipher_name() 413 static bool essiv_supported_algorithms(const char *essiv_cipher_name, in essiv_supported_algorithms() argument 420 alg = crypto_alg_mod_lookup(essiv_cipher_name, in essiv_supported_algorithms() 526 if (!parse_cipher_name(ictx->essiv_cipher_name, block_base->cra_name)) { in essiv_create() 543 if (!essiv_supported_algorithms(ictx->essiv_cipher_name, hash_alg, in essiv_create()
|