Home
last modified time | relevance | path

Searched defs:ahash_alg (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/crypto/
H A Dhash.h158 struct ahash_alg { struct
159 int (*init)(struct ahash_request *req);
160 int (*update)(struct ahash_request *req);
161 int (*final)(struct ahash_request *req);
162 int (*finup)(struct ahash_request *req);
163 int (*digest)(struct ahash_request *req);
164 int (*export)(struct ahash_request *req, void *out);
166 int (*setkey)(struct crypto_ahash *tfm, const u8 *key,
168 int (*init_tfm)(struct crypto_ahash *tfm);
169 void (*exit_tfm)(struct crypto_ahash *tfm);
[all …]
/openbmc/linux/drivers/crypto/ccp/
H A Dccp-crypto-main.c366 struct ccp_crypto_ahash_alg *ahash_alg, *ahash_tmp; in ccp_unregister_algs() local
H A Dccp-crypto.h83 struct ahash_alg *ahash_alg; in ccp_crypto_ahash_alg() local
/openbmc/linux/drivers/crypto/ccree/
H A Dcc_hash.c73 struct ahash_alg ahash_alg; member
1125 struct ahash_alg *ahash_alg = in cc_cra_init() local
/openbmc/linux/drivers/crypto/
H A Dn2_core.c265 struct ahash_alg *ahash_alg; in n2_ahash_alg() local
280 struct ahash_alg *ahash_alg; in n2_hmac_alg() local
/openbmc/linux/drivers/crypto/caam/
H A Dcaamhash.c1756 struct ahash_engine_alg ahash_alg; member
H A Dcaamalg_qi2.c4548 struct ahash_alg ahash_alg; member