Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/library/
Dpsa_crypto_cipher.h136 psa_status_t mbedtls_psa_cipher_set_iv(
Dpsa_crypto_cipher.c382 psa_status_t mbedtls_psa_cipher_set_iv( in mbedtls_psa_cipher_set_iv() function
629 status = mbedtls_psa_cipher_set_iv(&operation, iv, iv_length); in mbedtls_psa_cipher_encrypt()
685 status = mbedtls_psa_cipher_set_iv(&operation, in mbedtls_psa_cipher_decrypt()
Dpsa_crypto_driver_wrappers.h1398 return( mbedtls_psa_cipher_set_iv( &operation->ctx.mbedtls_ctx, in psa_driver_wrapper_cipher_set_iv()
/openthread-latest/third_party/mbedtls/repo/tests/src/drivers/
Dtest_driver_cipher.c229 return mbedtls_psa_cipher_set_iv(operation, iv, iv_length); in mbedtls_test_transparent_cipher_set_iv()
/openthread-latest/third_party/mbedtls/repo/scripts/data_files/driver_templates/
Dpsa_crypto_driver_wrappers.h.jinja1361 return( mbedtls_psa_cipher_set_iv( &operation->ctx.mbedtls_ctx,