Searched refs:where (Results 1 – 2 of 2) sorted by relevance
84 size_t where = 0; in mbedtls_hkdf_expand() local154 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()
52 where the outgoing buffer can be fixed at a smaller size than the incoming226 where data needs to be fetched from the underlying transport in order244 * Support cmake builds where Mbed TLS is a subproject. Fix contributed250 configurations where the feature is disabled. Found and fixed by Gergely468 mbedtls_<MODULE>_finish and mbedtls_<MODULE>_process where <MODULE> is530 RSA test suite where the failure of CTR DRBG initialization lead to871 where the limited hash choices prevented the client from sending its910 arguments where the same (in-place doubling). Found and fixed by Janos993 * Fix build error with configurations where ECDHE-PSK is the only key995 * Fix build error with configurations where RSA, RSA-PSK, ECDH-RSA or[all …]
Completed in 7 milliseconds