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()
1194 .crypto = {
1209 .crypto = {
1221 .crypto = {
1235 .crypto = {
1247 .crypto = {
1261 .crypto = {
1273 .crypto = {
1287 .crypto = {
1306 .crypto = {
1318 .crypto = {
1330 .crypto = {
1342 .crypto = {
1354 .crypto = {
1366 .crypto = {
1405 struct crypto_alg *cra = &ixp4xx_algos[i].crypto; in ixp_module_init()
1443 struct aead_alg *cra = &ixp4xx_aeads[i].crypto; in ixp_module_init()
1483 crypto_unregister_aead(&ixp4xx_aeads[i].crypto); in ixp_module_exit()
1488 crypto_unregister_alg(&ixp4xx_algos[i].crypto); in ixp_module_exit()