Home
last modified time | relevance | path

Searched refs:where (Results 1 – 2 of 2) sorted by relevance

/hypervisor/lib/crypto/mbedtls/
A Dhkdf.c84 size_t where = 0; in mbedtls_hkdf_expand() local
154 num_to_copy = (i != n) ? hash_len : (okm_len - where); in mbedtls_hkdf_expand()
155 (void)memcpy_s(okm + where, num_to_copy, t, num_to_copy); in mbedtls_hkdf_expand()
156 where += hash_len; in mbedtls_hkdf_expand()
A DChangeLog52 where the outgoing buffer can be fixed at a smaller size than the incoming
226 where data needs to be fetched from the underlying transport in order
244 * Support cmake builds where Mbed TLS is a subproject. Fix contributed
250 configurations where the feature is disabled. Found and fixed by Gergely
468 mbedtls_<MODULE>_finish and mbedtls_<MODULE>_process where <MODULE> is
530 RSA test suite where the failure of CTR DRBG initialization lead to
871 where the limited hash choices prevented the client from sending its
910 arguments where the same (in-place doubling). Found and fixed by Janos
993 * Fix build error with configurations where ECDHE-PSK is the only key
995 * Fix build error with configurations where RSA, RSA-PSK, ECDH-RSA or
[all …]

Completed in 7 milliseconds