Home
last modified time | relevance | path

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 Dtest_suite_constant_time_hmac.function16 * 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 Dtest_suite_constant_time_hmac.function15 * 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 Dssl_misc.h2962 int mbedtls_ct_hmac(mbedtls_svc_key_id_t key,
2972 int mbedtls_ct_hmac(mbedtls_md_context_t *ctx,
H A Dssl_msg.c64 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 Dssl_misc.h2826 int mbedtls_ct_hmac(mbedtls_svc_key_id_t key,
2836 int mbedtls_ct_hmac(mbedtls_md_context_t *ctx,
H A Dssl_msg.c64 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()