Home
last modified time | relevance | path

Searched refs:check_valid_algorithm (Results 1 – 5 of 5) sorted by relevance

/base/tee/tee_os_framework/lib/teelib/libcrypto_hal/include/
Dsoft_common_api.h52 int32_t check_valid_algorithm(uint32_t algorithm, const uint32_t *array, uint32_t array_size);
/base/tee/tee_os_framework/lib/teelib/libcrypto_hal/src/boringssl/
Dsoft_hmac.c106 … int32_t rc = check_valid_algorithm(ctx->alg_type, g_algorithm_hmac, ARRAY_NUM(g_algorithm_hmac)); in soft_crypto_hmac_init()
Dsoft_common_api.c42 int32_t check_valid_algorithm(uint32_t algorithm, const uint32_t *array, uint32_t array_size) in check_valid_algorithm() function
Dsoft_hash.c150 …int32_t rc = check_valid_algorithm(ctx->alg_type, g_algorithm_digest, ARRAY_NUM(g_algorithm_digest… in soft_crypto_hash_init()
Dsoft_cipher.c487 …int32_t rc = check_valid_algorithm(ctx->alg_type, g_algorithm_cipher, ARRAY_NUM(g_algorithm_cipher… in soft_crypto_cipher_init()