Home
last modified time | relevance | path

Searched refs:RK_ALGO_SHA256 (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/security/librkcrypto/test/
H A Dtest_utils.c65 {RK_ALGO_SHA256, "SHA256"},
H A Dtest_hash.c25 {RK_ALGO_SHA256, SHA256_BLOCK_SIZE},
H A Dcmode_adapter.c161 case RK_ALGO_SHA256: in soft_hash()
H A Dtest_rsa.c543 shaalgo = RK_ALGO_SHA256; in get_hash_algo_from_padding()
H A Dtest_throughput.c916 {RK_ALGO_SHA256, SHA256_BLOCK_SIZE}, in test_hash_tp()
/OK3568_Linux_fs/external/security/librkcrypto/include/
H A Drkcrypto_common.h98 RK_ALGO_SHA256, enumerator
/OK3568_Linux_fs/external/security/librkcrypto/demo/
H A Ddemo_hash.c37 static uint32_t hash_algo = RK_ALGO_SHA256;
/OK3568_Linux_fs/external/security/librkcrypto/src/
H A Drkcrypto_core.c148 {RK_ALGO_SHA256, 0, CRYPTO_RK_SHA256},
178 case RK_ALGO_SHA256: in rk_get_hash_len()
H A Drkcrypto_rsa_helper.c55 {RK_ALGO_SHA256, sha256_oid, sizeof(sha256_oid)},
467 shaalgo = RK_ALGO_SHA256; in get_hash_algo_from_padding()