Searched refs:mbedtls_ct_hmac (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_constant_time_hmac.function | 16 * Test the function mbedtls_ct_hmac() against a reference 45 /* mbedtls_ct_hmac() requires the key to be exportable */ 105 TEST_EQUAL(0, mbedtls_ct_hmac(key, PSA_ALG_HMAC(alg), 111 TEST_EQUAL(0, mbedtls_ct_hmac(&ctx, add_data, sizeof(add_data),
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_constant_time_hmac.function | 15 * Test the function mbedtls_ct_hmac() against a reference 44 /* mbedtls_ct_hmac() requires the key to be exportable */ 104 TEST_EQUAL(0, mbedtls_ct_hmac(key, PSA_ALG_HMAC(alg), 110 TEST_EQUAL(0, mbedtls_ct_hmac(&ctx, add_data, sizeof(add_data),
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | ssl_misc.h | 2962 int mbedtls_ct_hmac(mbedtls_svc_key_id_t key, 2972 int mbedtls_ct_hmac(mbedtls_md_context_t *ctx,
|
H A D | ssl_msg.c | 64 int mbedtls_ct_hmac(mbedtls_svc_key_id_t key, in mbedtls_ct_hmac() function 185 int mbedtls_ct_hmac(mbedtls_md_context_t *ctx, in mbedtls_ct_hmac() function 2041 ret = mbedtls_ct_hmac(transform->psa_mac_dec, in mbedtls_ssl_decrypt_buf() 2047 ret = mbedtls_ct_hmac(&transform->md_ctx_dec, in mbedtls_ssl_decrypt_buf()
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | ssl_misc.h | 2826 int mbedtls_ct_hmac(mbedtls_svc_key_id_t key, 2836 int mbedtls_ct_hmac(mbedtls_md_context_t *ctx,
|
H A D | ssl_msg.c | 64 int mbedtls_ct_hmac(mbedtls_svc_key_id_t key, in mbedtls_ct_hmac() function 185 int mbedtls_ct_hmac(mbedtls_md_context_t *ctx, in mbedtls_ct_hmac() function 2046 ret = mbedtls_ct_hmac(transform->psa_mac_dec, in mbedtls_ssl_decrypt_buf() 2052 ret = mbedtls_ct_hmac(&transform->md_ctx_dec, in mbedtls_ssl_decrypt_buf()
|