Searched refs:enc_name (Results 1 – 2 of 2) sorted by relevance
604 const char *enc_name; in crypto_authenc_alloc() local621 enc_name = crypto_attr_alg_name(tb[2]); in crypto_authenc_alloc()622 err = PTR_ERR(enc_name); in crypto_authenc_alloc()623 if (IS_ERR(enc_name)) in crypto_authenc_alloc()638 err = crypto_grab_skcipher(&ctx->enc, enc_name, 0, in crypto_authenc_alloc()
696 const char *enc_name; in crypto_authenc_esn_alloc() local713 enc_name = crypto_attr_alg_name(tb[2]); in crypto_authenc_esn_alloc()714 err = PTR_ERR(enc_name); in crypto_authenc_esn_alloc()715 if (IS_ERR(enc_name)) in crypto_authenc_esn_alloc()730 err = crypto_grab_skcipher(&ctx->enc, enc_name, 0, in crypto_authenc_esn_alloc()