Searched defs:is_hmac (Results 1 – 4 of 4) sorted by relevance
24 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
100 bool is_hmac; member138 bool is_hmac = ctx->is_hmac; in cc_init_req() local181 bool is_hmac = ctx->is_hmac; in cc_map_req() local428 bool is_hmac = ctx->is_hmac; in cc_hash_digest() local642 bool is_hmac = ctx->is_hmac; in cc_do_finup() local
160 bool is_hmac; member
364 static inline int is_hmac(struct crypto_tfm *tfm) in is_hmac() function