Home
last modified time | relevance | path

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

/mbedtls-3.6.0/library/
Dpsa_crypto_cipher.c252 psa_status_t mbedtls_psa_cipher_set_iv( in mbedtls_psa_cipher_set_iv() function
495 status = mbedtls_psa_cipher_set_iv(&operation, iv, iv_length); in mbedtls_psa_cipher_encrypt()
551 status = mbedtls_psa_cipher_set_iv(&operation, in mbedtls_psa_cipher_decrypt()
Dpsa_crypto_cipher.h113 psa_status_t mbedtls_psa_cipher_set_iv(
Dpsa_crypto_driver_wrappers.h1551 return( mbedtls_psa_cipher_set_iv( &operation->ctx.mbedtls_ctx, in psa_driver_wrapper_cipher_set_iv()
/mbedtls-3.6.0/tests/src/drivers/
Dtest_driver_cipher.c221 return mbedtls_psa_cipher_set_iv(operation, iv, iv_length); in mbedtls_test_transparent_cipher_set_iv()
/mbedtls-3.6.0/scripts/data_files/driver_templates/
Dpsa_crypto_driver_wrappers.h.jinja1335 return( mbedtls_psa_cipher_set_iv( &operation->ctx.mbedtls_ctx,