Home
last modified time | relevance | path

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

/reactos/sdk/include/reactos/libs/mbedtls/
H A Dcipher.h290 unsigned int iv_size; member
341 size_t iv_size; member
498 if( ctx->iv_size != 0 ) in mbedtls_cipher_get_iv_size()
499 return (int) ctx->iv_size; in mbedtls_cipher_get_iv_size()
501 return (int) ctx->cipher_info->iv_size; in mbedtls_cipher_get_iv_size()
/reactos/dll/3rdparty/mbedtls/
H A Dcipher.c293 actual_iv_size = ctx->cipher_info->iv_size; in mbedtls_cipher_set_iv()
315 ctx->iv_size = actual_iv_size; in mbedtls_cipher_set_iv()
345 ctx->iv, ctx->iv_size, ad, ad_len ) ); in mbedtls_cipher_update_ad()
1091 if ( ( iv_len != ctx->cipher_info->iv_size ) || in mbedtls_cipher_auth_encrypt()
1162 if ( ( iv_len != ctx->cipher_info->iv_size ) || in mbedtls_cipher_auth_decrypt()
H A Dpkcs12.c220 iv, cipher_info->iv_size ) ) != 0 ) in mbedtls_pkcs12_pbe()
233 if( ( ret = mbedtls_cipher_set_iv( &cipher_ctx, iv, cipher_info->iv_size ) ) != 0 ) in mbedtls_pkcs12_pbe()
H A Dpkcs5.c208 enc_scheme_params.len != cipher_info->iv_size ) in mbedtls_pkcs5_pbes2()
H A Dssl_tls.c896 transform->ivlen = cipher_info->iv_size; in mbedtls_ssl_derive_keys()