Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/subversion/subversion/libsvn_subr/
H A Dcrypto.c261 const unsigned char *iv_vector; in svn_crypto__encrypt_password() local
300 SVN_ERR(get_random_bytes(&iv_vector, ctx, iv_len, result_pool)); in svn_crypto__encrypt_password()
303 apr_err = apr_crypto_block_encrypt_init(&block_ctx, &iv_vector, key, in svn_crypto__encrypt_password()
377 *iv = wrap_as_string(iv_vector, iv_len, result_pool); in svn_crypto__encrypt_password()
497 const unsigned char *iv_vector; in svn_crypto__generate_secret_checktext() local
535 SVN_ERR(get_random_bytes(&iv_vector, ctx, iv_len, result_pool)); in svn_crypto__generate_secret_checktext()
538 apr_err = apr_crypto_block_encrypt_init(&block_ctx, &iv_vector, key, in svn_crypto__generate_secret_checktext()
595 *iv = wrap_as_string(iv_vector, iv_len, result_pool); in svn_crypto__generate_secret_checktext()