Searched refs:mbedtls_psa_cipher_set_iv (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/mbedtls/library/ |
H A D | psa_crypto_cipher.c | 252 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 D | psa_crypto_cipher.h | 113 psa_status_t mbedtls_psa_cipher_set_iv(
|
H A D | psa_crypto_driver_wrappers.h | 1372 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 D | psa_crypto_cipher.c | 382 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 D | psa_crypto_cipher.h | 136 psa_status_t mbedtls_psa_cipher_set_iv(
|
H A D | psa_crypto_driver_wrappers.h | 1398 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 D | test_driver_cipher.c | 221 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 D | test_driver_cipher.c | 229 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 D | psa_crypto_driver_wrappers.h.jinja | 1335 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 D | psa_crypto_driver_wrappers.h.jinja | 1361 return( mbedtls_psa_cipher_set_iv( &operation->ctx.mbedtls_ctx,
|