Searched refs:dst_iv (Results 1 – 1 of 1) sorted by relevance
886 static void ssl_build_record_nonce(unsigned char *dst_iv, in ssl_build_record_nonce() argument894 memset(dst_iv, 0, dst_iv_len); in ssl_build_record_nonce()895 memcpy(dst_iv, fixed_iv, fixed_iv_len); in ssl_build_record_nonce()897 dst_iv += dst_iv_len - dynamic_iv_len; in ssl_build_record_nonce()898 mbedtls_xor(dst_iv, dst_iv, dynamic_iv, dynamic_iv_len); in ssl_build_record_nonce()