Lines Matching refs:crypto
194 struct crypto_alg crypto; member
203 struct aead_alg crypto; member
247 return container_of(tfm->__crt_alg, struct ixp_alg,crypto)->cfg_enc; in cipher_cfg_enc()
252 return container_of(tfm->__crt_alg, struct ixp_alg,crypto)->cfg_dec; in cipher_cfg_dec()
257 return container_of(tfm->__crt_alg, struct ixp_alg, crypto)->hash; in ix_hash()
1191 .crypto = {
1206 .crypto = {
1218 .crypto = {
1232 .crypto = {
1244 .crypto = {
1258 .crypto = {
1270 .crypto = {
1284 .crypto = {
1303 .crypto = {
1315 .crypto = {
1327 .crypto = {
1339 .crypto = {
1351 .crypto = {
1363 .crypto = {
1402 struct crypto_alg *cra = &ixp4xx_algos[i].crypto; in ixp_module_init()
1440 struct aead_alg *cra = &ixp4xx_aeads[i].crypto; in ixp_module_init()
1480 crypto_unregister_aead(&ixp4xx_aeads[i].crypto); in ixp_module_exit()
1485 crypto_unregister_alg(&ixp4xx_algos[i].crypto); in ixp_module_exit()