Home
last modified time | relevance | path

Searched refs:RK_ALGO_HMAC_SHA256 (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/security/librkcrypto/test/
H A Dtest_utils.c75 {RK_ALGO_HMAC_SHA256, "HMAC_SHA256"},
H A Dtest_multi.c86 hash_cfg.algo = RK_ALGO_HMAC_SHA256; in test_nosupport_multi()
H A Dtest_hash.c37 {RK_ALGO_HMAC_SHA256, SHA256_BLOCK_SIZE},
H A Dcmode_adapter.c201 case RK_ALGO_HMAC_SHA256: in soft_hmac()
H A Dtest_throughput.c928 {RK_ALGO_HMAC_SHA256, SHA256_BLOCK_SIZE}, in test_hash_tp()
/OK3568_Linux_fs/external/security/librkcrypto/include/
H A Drkcrypto_common.h110 RK_ALGO_HMAC_SHA256, enumerator
/OK3568_Linux_fs/external/security/librkcrypto/demo/
H A Ddemo_hash.c38 static uint32_t hmac_algo = RK_ALGO_HMAC_SHA256;
/OK3568_Linux_fs/external/security/librkcrypto/src/
H A Drkcrypto_core.c157 {RK_ALGO_HMAC_SHA256, 0, CRYPTO_RK_SHA256_HMAC},
180 case RK_ALGO_HMAC_SHA256: in rk_get_hash_len()