Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/librkcrypto/test/
H A Dtest_hash.c43 uint8_t *buffer, uint32_t buffer_len, bool is_hmac, int verbose) in test_hash_item_virt()
137 rk_crypto_mem *buffer, bool is_hmac, int verbose) in test_hash_item_fd()
H A Dtest_throughput.c798 static int test_hash_item_tp(bool is_virt, bool is_hmac, uint32_t algo, in test_hash_item_tp()
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/
H A Drk_crypto_ahash_utils.c93 static int rk_ahash_fallback_digest(const char *alg_name, bool is_hmac, in rk_ahash_fallback_digest()
/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/
H A Drk_cryptodev.c1427 int is_hmac; member
1499 const char *rk_get_hash_name(uint32_t id, int *is_hmac) in rk_get_hash_name()
/OK3568_Linux_fs/kernel/drivers/crypto/chelsio/
H A Dchcr_algo.c368 static inline int is_hmac(struct crypto_tfm *tfm) in is_hmac() function