Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dmd.h393 int mbedtls_md_hmac_starts( mbedtls_md_context_t *ctx, const unsigned char *key,
A Dcompat-1.3.h2027 #define md_hmac_starts mbedtls_md_hmac_starts
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A 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()
A Dhkdf.c144 ret = mbedtls_md_hmac_starts( &ctx, prk, prk_len ); in mbedtls_hkdf_expand()
A Dssl_cookie.c113 ret = mbedtls_md_hmac_starts( &ctx->hmac_ctx, key, sizeof( key ) ); in mbedtls_ssl_cookie_setup()
A Dpkcs5.c242 if( ( ret = mbedtls_md_hmac_starts( ctx, password, plen ) ) != 0 ) in mbedtls_pkcs5_pbkdf2_hmac()
A Dmd.c702 int mbedtls_md_hmac_starts( mbedtls_md_context_t *ctx, const unsigned char *key, size_t keylen ) in mbedtls_md_hmac_starts() function
812 if( ( ret = mbedtls_md_hmac_starts( &ctx, key, keylen ) ) != 0 ) in mbedtls_md_hmac()
A Dssl_tls.c452 ret = mbedtls_md_hmac_starts( &md_ctx, S1, hs ); in tls1_prf()
506 ret = mbedtls_md_hmac_starts( &md_ctx, S2, hs ); in tls1_prf()
728 ret = mbedtls_md_hmac_starts( &md_ctx, secret, slen ); in tls_prf_generic()
1303 ret = mbedtls_md_hmac_starts( &transform->md_ctx_enc, in ssl_populate_transform()
1307 ret = mbedtls_md_hmac_starts( &transform->md_ctx_dec, in ssl_populate_transform()
/optee_os-3.20.0/lib/libmbedtls/core/
A Dhmac.c36 if (mbedtls_md_hmac_starts(&to_hmac_ctx(ctx)->md_ctx, key, len)) in mbed_hmac_init()

Completed in 32 milliseconds