Home
last modified time | relevance | path

Searched refs:ccm_name (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/crypto/
Dgcm.c929 const char *ccm_name; in crypto_rfc4106_create() local
939 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() local
1177 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()
Dccm.c814 const char *ccm_name; in crypto_rfc4309_create() local
824 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()