Searched refs:tmp_info (Results 1 – 1 of 1) sorted by relevance
88 const uint8_t *tmp_info = info; in mbedtls_hkdf_expand() local100 if (tmp_info == NULL) { in mbedtls_hkdf_expand()101 tmp_info = (const uint8_t *) ""; in mbedtls_hkdf_expand()137 ret = mbedtls_md_hmac_update(&ctx, tmp_info, tmp_info_len); in mbedtls_hkdf_expand()
Completed in 3 milliseconds