Home
last modified time | relevance | path

Searched refs:t (Results 1 – 3 of 3) sorted by relevance

/hypervisor/lib/crypto/mbedtls/
A Dhkdf.c92 uint8_t t[MBEDTLS_MD_MAX_SIZE]; in mbedtls_hkdf_expand() local
133 ret = mbedtls_md_hmac_update(&ctx, t, t_len); in mbedtls_hkdf_expand()
147 ret = mbedtls_md_hmac_finish(&ctx, t); in mbedtls_hkdf_expand()
155 (void)memcpy_s(okm + where, num_to_copy, t, num_to_copy); in mbedtls_hkdf_expand()
165 (void)mbedtls_platform_zeroize(t, sizeof(t)); in mbedtls_hkdf_expand()
A DChangeLog7 MBEDTLS_ARC4_C and MBEDTLS_CIPHER_NULL_CIPHER weren't also defined. #1890
253 doesn't leak memory if the user doesn't use mbedtls_ssl_conf_psk() and
353 * Don't define mbedtls_aes_decrypt and mbedtls_aes_encrypt under
510 * Don't print X.509 version tag for v1 CRT's, and omit extensions for
555 particular, don't require P,Q if neither CRT nor blinding are
847 * Fix for key exchanges based on ECDH-RSA or ECDH-ECDSA which weren't
916 ECDSA was disabled in config.h . The leak didn't occur by default.
1388 * Fix bug related to ssl_set_curves(): the client didn't check that the
1493 (server is not affected if it doesn't ask for a client certificate)
1591 * Use \n\t rather than semicolons for bn_mul asm, since some assemblers
[all …]
/hypervisor/bsp/ld/
A Dlink_ram.ld.in30 *(.gnu.linkonce.t*)

Completed in 10 milliseconds