Home
last modified time | relevance | path

Searched defs:crypto_alg (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/include/linux/
Dcrypto.h478 struct crypto_alg { struct
502 void (*cra_destroy)(struct crypto_alg *alg); argument
521 void crypto_stats_init(struct crypto_alg *alg); argument
/Linux-v6.1/drivers/crypto/aspeed/
Daspeed-hace-crypto.c401 u32 crypto_alg = cmd & HACE_CMD_OP_MODE_MASK; in aspeed_des_crypt() local
579 u32 crypto_alg = cmd & HACE_CMD_OP_MODE_MASK; in aspeed_aes_crypt() local
696 struct aspeed_hace_alg *crypto_alg; in aspeed_crypto_cra_init() local
/Linux-v6.1/drivers/crypto/amcc/
Dcrypto4xx_core.c1007 struct crypto4xx_alg_common *crypto_alg, in crypto4xx_register_alg()