Searched refs:ccm_name (Results 1 – 2 of 2) sorted by relevance
873 const char *ccm_name; in crypto_rfc4106_create() local883 ccm_name = crypto_attr_alg_name(tb[1]); in crypto_rfc4106_create()884 if (IS_ERR(ccm_name)) in crypto_rfc4106_create()885 return PTR_ERR(ccm_name); in crypto_rfc4106_create()893 err = crypto_grab_aead(spawn, ccm_name, 0, in crypto_rfc4106_create()1110 const char *ccm_name; in crypto_rfc4543_create() local1120 ccm_name = crypto_attr_alg_name(tb[1]); in crypto_rfc4543_create()1121 if (IS_ERR(ccm_name)) in crypto_rfc4543_create()1122 return PTR_ERR(ccm_name); in crypto_rfc4543_create()1131 err = crypto_grab_aead(spawn, ccm_name, 0, in crypto_rfc4543_create()
751 const char *ccm_name; in crypto_rfc4309_create() local761 ccm_name = crypto_attr_alg_name(tb[1]); in crypto_rfc4309_create()762 if (IS_ERR(ccm_name)) in crypto_rfc4309_create()763 return PTR_ERR(ccm_name); in crypto_rfc4309_create()771 err = crypto_grab_aead(spawn, ccm_name, 0, in crypto_rfc4309_create()