Searched refs:ccm_name (Results 1 – 2 of 2) sorted by relevance
929 const char *ccm_name; in crypto_rfc4106_create() local939 ccm_name = crypto_attr_alg_name(tb[1]); in crypto_rfc4106_create()940 if (IS_ERR(ccm_name)) in crypto_rfc4106_create()941 return PTR_ERR(ccm_name); in crypto_rfc4106_create()949 err = crypto_grab_aead(spawn, ccm_name, 0, in crypto_rfc4106_create()1167 const char *ccm_name; in crypto_rfc4543_create() local1177 ccm_name = crypto_attr_alg_name(tb[1]); in crypto_rfc4543_create()1178 if (IS_ERR(ccm_name)) in crypto_rfc4543_create()1179 return PTR_ERR(ccm_name); in crypto_rfc4543_create()1188 err = crypto_grab_aead(spawn, ccm_name, 0, in crypto_rfc4543_create()
814 const char *ccm_name; in crypto_rfc4309_create() local824 ccm_name = crypto_attr_alg_name(tb[1]); in crypto_rfc4309_create()825 if (IS_ERR(ccm_name)) in crypto_rfc4309_create()826 return PTR_ERR(ccm_name); in crypto_rfc4309_create()834 err = crypto_grab_aead(spawn, ccm_name, 0, in crypto_rfc4309_create()