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