Home
last modified time | relevance | path

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

/aosp_15_r20/external/mbedtls/library/
H A 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()
H A Dpsa_crypto_cipher.h113 psa_status_t mbedtls_psa_cipher_set_iv(
H A Dpsa_crypto_driver_wrappers.h1372 return( mbedtls_psa_cipher_set_iv( &operation->ctx.mbedtls_ctx, in psa_driver_wrapper_cipher_set_iv()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A 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()
H A Dpsa_crypto_cipher.h136 psa_status_t mbedtls_psa_cipher_set_iv(
H A Dpsa_crypto_driver_wrappers.h1398 return( mbedtls_psa_cipher_set_iv( &operation->ctx.mbedtls_ctx, in psa_driver_wrapper_cipher_set_iv()
/aosp_15_r20/external/mbedtls/tests/src/drivers/
H A Dtest_driver_cipher.c221 return mbedtls_psa_cipher_set_iv(operation, iv, iv_length); in mbedtls_test_transparent_cipher_set_iv()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/src/drivers/
H A Dtest_driver_cipher.c229 return mbedtls_psa_cipher_set_iv(operation, iv, iv_length); in mbedtls_test_transparent_cipher_set_iv()
/aosp_15_r20/external/mbedtls/scripts/data_files/driver_templates/
H A Dpsa_crypto_driver_wrappers.h.jinja1335 return( mbedtls_psa_cipher_set_iv( &operation->ctx.mbedtls_ctx,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/scripts/data_files/driver_templates/
H A Dpsa_crypto_driver_wrappers.h.jinja1361 return( mbedtls_psa_cipher_set_iv( &operation->ctx.mbedtls_ctx,