Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dcrypto.h343 struct crypto_alg { struct
367 void (*cra_destroy)(struct crypto_alg *alg); argument
369 struct module *cra_module;
/openbmc/linux/drivers/crypto/aspeed/
H A Daspeed-hace-crypto.c412 u32 crypto_alg = cmd & HACE_CMD_OP_MODE_MASK; in aspeed_des_crypt() local
590 u32 crypto_alg = cmd & HACE_CMD_OP_MODE_MASK; in aspeed_aes_crypt() local
707 struct aspeed_hace_alg *crypto_alg; in aspeed_crypto_cra_init() local
/openbmc/linux/drivers/crypto/amcc/
H A Dcrypto4xx_core.c1005 struct crypto4xx_alg_common *crypto_alg, in crypto4xx_register_alg()