Searched defs:is_hmac (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/security/librkcrypto/test/ |
| H A D | test_hash.c | 43 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 D | test_throughput.c | 798 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 D | cc_hash.c | 100 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 D | rk_crypto_ahash_utils.c | 93 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 D | rk_cryptodev.c | 1427 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 D | chcr_algo.c | 368 static inline int is_hmac(struct crypto_tfm *tfm) in is_hmac() function
|