Searched refs:ccm_name (Results 1 – 2 of 2) sorted by relevance
911 const char *ccm_name; in crypto_rfc4106_create() local921 ccm_name = crypto_attr_alg_name(tb[1]); in crypto_rfc4106_create()922 if (IS_ERR(ccm_name)) in crypto_rfc4106_create()923 return PTR_ERR(ccm_name); in crypto_rfc4106_create()931 err = crypto_grab_aead(spawn, ccm_name, 0, in crypto_rfc4106_create()1152 const char *ccm_name; in crypto_rfc4543_create() local1162 ccm_name = crypto_attr_alg_name(tb[1]); in crypto_rfc4543_create()1163 if (IS_ERR(ccm_name)) in crypto_rfc4543_create()1164 return PTR_ERR(ccm_name); in crypto_rfc4543_create()1173 err = crypto_grab_aead(spawn, ccm_name, 0, in crypto_rfc4543_create()
773 const char *ccm_name; in crypto_rfc4309_create() local783 ccm_name = crypto_attr_alg_name(tb[1]); in crypto_rfc4309_create()784 if (IS_ERR(ccm_name)) in crypto_rfc4309_create()785 return PTR_ERR(ccm_name); in crypto_rfc4309_create()793 err = crypto_grab_aead(spawn, ccm_name, 0, in crypto_rfc4309_create()