Home
last modified time | relevance | path

Searched refs:mbedtls_md_hmac_starts (Results 1 – 13 of 13) sorted by relevance

/openthread-3.5.0/third_party/mbedtls/repo/library/
Dhmac_drbg.c93 if( ( ret = mbedtls_md_hmac_starts( &ctx->md_ctx, K, md_len ) ) != 0 ) in mbedtls_hmac_drbg_update_ret()
137 if( ( ret = mbedtls_md_hmac_starts( &ctx->md_ctx, ctx->V, in mbedtls_hmac_drbg_seed_buf()
269 if( ( ret = mbedtls_md_hmac_starts( &ctx->md_ctx, ctx->V, md_size ) ) != 0 ) in mbedtls_hmac_drbg_seed()
Dhkdf.c144 ret = mbedtls_md_hmac_starts( &ctx, prk, prk_len ); in mbedtls_hkdf_expand()
Dssl_cookie.c113 ret = mbedtls_md_hmac_starts( &ctx->hmac_ctx, key, sizeof( key ) ); in mbedtls_ssl_cookie_setup()
Dmd.c699 int mbedtls_md_hmac_starts( mbedtls_md_context_t *ctx, const unsigned char *key, size_t keylen ) in mbedtls_md_hmac_starts() function
809 if( ( ret = mbedtls_md_hmac_starts( &ctx, key, keylen ) ) != 0 ) in mbedtls_md_hmac()
Dpkcs5.c242 if( ( ret = mbedtls_md_hmac_starts( ctx, password, plen ) ) != 0 ) in mbedtls_pkcs5_pbkdf2_hmac()
Dssl_tls.c449 ret = mbedtls_md_hmac_starts( &md_ctx, S1, hs ); in tls1_prf()
503 ret = mbedtls_md_hmac_starts( &md_ctx, S2, hs ); in tls1_prf()
723 ret = mbedtls_md_hmac_starts( &md_ctx, secret, slen ); in tls_prf_generic()
1293 ret = mbedtls_md_hmac_starts( &transform->md_ctx_enc, in ssl_populate_transform()
1297 ret = mbedtls_md_hmac_starts( &transform->md_ctx_dec, in ssl_populate_transform()
/openthread-3.5.0/third_party/mbedtls/repo/include/mbedtls/
Dmd.h393 int mbedtls_md_hmac_starts( mbedtls_md_context_t *ctx, const unsigned char *key,
Dcompat-1.3.h2027 #define md_hmac_starts mbedtls_md_hmac_starts
/openthread-3.5.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_md.function75 TEST_ASSERT( mbedtls_md_hmac_starts( NULL, buf, 1 )
77 TEST_ASSERT( mbedtls_md_hmac_starts( &ctx, buf, 1 )
327 TEST_ASSERT ( 0 == mbedtls_md_hmac_starts( &ctx, key_str->x, key_str->len ) );
Dtest_suite_ssl.function1281 CHK( mbedtls_md_hmac_starts( &t_in->md_ctx_enc,
1283 CHK( mbedtls_md_hmac_starts( &t_in->md_ctx_dec,
1285 CHK( mbedtls_md_hmac_starts( &t_out->md_ctx_enc,
1287 CHK( mbedtls_md_hmac_starts( &t_out->md_ctx_dec,
4461 TEST_EQUAL( 0, mbedtls_md_hmac_starts( &ctx, ref_out, out_len ) );
4462 TEST_EQUAL( 0, mbedtls_md_hmac_starts( &ref_ctx, ref_out, out_len ) );
/openthread-3.5.0/third_party/mbedtls/repo/programs/aes/
Dcrypt_and_hash.c370 if( mbedtls_md_hmac_starts( &md_ctx, digest, 32 ) != 0 ) in main()
543 if( mbedtls_md_hmac_starts( &md_ctx, digest, 32 ) != 0 ) in main()
/openthread-3.5.0/src/core/crypto/
Dcrypto_platform.cpp196 …VerifyOrExit((mbedtls_md_hmac_starts(context, key.GetBytes(), key.GetLength()) == 0), error = kErr… in otPlatCryptoHmacSha256Start()
/openthread-3.5.0/third_party/mbedtls/repo/scripts/data_files/
Drename-1.3-2.0.txt1636 md_hmac_starts mbedtls_md_hmac_starts