Home
last modified time | relevance | path

Searched defs:iv_length (Results 1 - 8 of 8) sorted by relevance

/third_party/mbedtls/tests/src/drivers/
H A Dtest_driver_cipher.c30 mbedtls_test_transparent_cipher_encrypt( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *iv, size_t iv_length, const uint8_t *input, size_t input_length, uint8_t *output, size_t output_size, size_t *output_length) mbedtls_test_transparent_cipher_encrypt() argument
209 mbedtls_test_transparent_cipher_set_iv( mbedtls_transparent_test_driver_cipher_operation_t *operation, const uint8_t *iv, size_t iv_length) mbedtls_test_transparent_cipher_set_iv() argument
316 mbedtls_test_opaque_cipher_encrypt( const psa_key_attributes_t *attributes, const uint8_t *key, size_t key_length, psa_algorithm_t alg, const uint8_t *iv, size_t iv_length, const uint8_t *input, size_t input_length, uint8_t *output, size_t output_size, size_t *output_length) mbedtls_test_opaque_cipher_encrypt() argument
392 mbedtls_test_opaque_cipher_set_iv( mbedtls_opaque_test_driver_cipher_operation_t *operation, const uint8_t *iv, size_t iv_length) mbedtls_test_opaque_cipher_set_iv() argument
[all...]
/third_party/mbedtls/library/
H A Dpsa_crypto_cipher.c382 mbedtls_psa_cipher_set_iv( mbedtls_psa_cipher_operation_t *operation, const uint8_t *iv, size_t iv_length) mbedtls_psa_cipher_set_iv() argument
604 mbedtls_psa_cipher_encrypt( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *iv, size_t iv_length, const uint8_t *input, size_t input_length, uint8_t *output, size_t output_size, size_t *output_length) mbedtls_psa_cipher_encrypt() argument
[all...]
H A Dpsa_crypto_driver_wrappers.c1175 psa_status_t psa_driver_wrapper_cipher_set_iv(psa_cipher_operation_t *operation, const uint8_t *iv, size_t iv_length) in psa_driver_wrapper_cipher_set_iv() argument
948 psa_driver_wrapper_cipher_encrypt(const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *iv, size_t iv_length, const uint8_t *input, size_t input_length, uint8_t *output, size_t output_size, size_t *output_length) psa_driver_wrapper_cipher_encrypt() argument
[all...]
H A Dpsa_crypto.c4325 psa_cipher_generate_iv(psa_cipher_operation_t *operation, uint8_t *iv_external, size_t iv_size, size_t *iv_length) psa_cipher_generate_iv() argument
4382 psa_cipher_set_iv(psa_cipher_operation_t *operation, const uint8_t *iv_external, size_t iv_length) psa_cipher_set_iv() argument
/third_party/node/src/crypto/
H A Dcrypto_cipher.cc75 int iv_length = EVP_CIPHER_iv_length(cipher); in GetCipherInfo() local
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dcipher_ctx.rs371 pub fn iv_length(&self) -> usize { in iv_length() functions
[all...]
H A Dcipher.rs523 pub fn iv_length(&self) -> usize { in iv_length() functions
/third_party/mbedtls/tests/src/
H A Dpsa_exercise_key.c182 size_t iv_length; in exercise_cipher_key() local

Completed in 19 milliseconds