Home
last modified time | relevance | path

Searched defs:is_hmac (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/crypto/
H A Dhash-afalg.c24 bool is_hmac, in qcrypto_afalg_hash_format_name()
70 bool is_hmac, Error **errp) in qcrypto_afalg_hash_hmac_ctx_new()
127 bool is_hmac = (hmac != NULL) ? true : false; in qcrypto_afalg_hash_hmac_bytesv() local
/openbmc/linux/drivers/crypto/ccree/
H A Dcc_hash.c100 bool is_hmac; member
138 bool is_hmac = ctx->is_hmac; in cc_init_req() local
181 bool is_hmac = ctx->is_hmac; in cc_map_req() local
428 bool is_hmac = ctx->is_hmac; in cc_hash_digest() local
642 bool is_hmac = ctx->is_hmac; in cc_do_finup() local
/openbmc/linux/drivers/crypto/starfive/
H A Djh7110-cryp.h160 bool is_hmac; member
/openbmc/linux/drivers/crypto/chelsio/
H A Dchcr_algo.c364 static inline int is_hmac(struct crypto_tfm *tfm) in is_hmac() function