Searched refs:mbedtls_ct_hmac (Results 1 – 3 of 3) sorted by relevance
/mbedtls-latest/tests/suites/ |
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),
|
/mbedtls-latest/library/ |
D | ssl_misc.h | 3046 int mbedtls_ct_hmac(mbedtls_svc_key_id_t key, 3056 int mbedtls_ct_hmac(mbedtls_md_context_t *ctx,
|
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()
|