Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dssl_msg.c886 static void ssl_build_record_nonce(unsigned char *dst_iv, in ssl_build_record_nonce() argument
894 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()