Searched refs:check_valid_algorithm (Results 1 – 5 of 5) sorted by relevance
| /base/tee/tee_os_framework/lib/teelib/libcrypto_hal/include/ |
| D | soft_common_api.h | 52 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/ |
| D | soft_hmac.c | 106 … int32_t rc = check_valid_algorithm(ctx->alg_type, g_algorithm_hmac, ARRAY_NUM(g_algorithm_hmac)); in soft_crypto_hmac_init()
|
| D | soft_common_api.c | 42 int32_t check_valid_algorithm(uint32_t algorithm, const uint32_t *array, uint32_t array_size) in check_valid_algorithm() function
|
| D | soft_hash.c | 150 …int32_t rc = check_valid_algorithm(ctx->alg_type, g_algorithm_digest, ARRAY_NUM(g_algorithm_digest… in soft_crypto_hash_init()
|
| D | soft_cipher.c | 487 …int32_t rc = check_valid_algorithm(ctx->alg_type, g_algorithm_cipher, ARRAY_NUM(g_algorithm_cipher… in soft_crypto_cipher_init()
|