Home
last modified time | relevance | path

Searched refs:mbedtls_psa_cipher_encrypt_setup (Results 1 – 9 of 9) sorted by relevance

/external/openthread/third_party/mbedtls/repo/library/
Dpsa_crypto_cipher.h55 psa_status_t mbedtls_psa_cipher_encrypt_setup(
Dpsa_crypto_cipher.c230 psa_status_t mbedtls_psa_cipher_encrypt_setup( in mbedtls_psa_cipher_encrypt_setup() function
486 status = mbedtls_psa_cipher_encrypt_setup(&operation, attributes, in mbedtls_psa_cipher_encrypt()
Dpsa_crypto_driver_wrappers.c964 status = mbedtls_psa_cipher_encrypt_setup(&operation->ctx.mbedtls_ctx, in psa_driver_wrapper_cipher_encrypt_setup()
/external/mbedtls/library/
Dpsa_crypto_cipher.h55 psa_status_t mbedtls_psa_cipher_encrypt_setup(
Dpsa_crypto_cipher.c230 psa_status_t mbedtls_psa_cipher_encrypt_setup( in mbedtls_psa_cipher_encrypt_setup() function
487 status = mbedtls_psa_cipher_encrypt_setup(&operation, attributes, in mbedtls_psa_cipher_encrypt()
Dpsa_crypto_driver_wrappers.h1250 status = mbedtls_psa_cipher_encrypt_setup( &operation->ctx.mbedtls_ctx, in psa_driver_wrapper_cipher_encrypt_setup()
/external/mbedtls/tests/src/drivers/
Dtest_driver_cipher.c151 return mbedtls_psa_cipher_encrypt_setup( in mbedtls_test_transparent_cipher_encrypt_setup()
/external/openthread/third_party/mbedtls/repo/tests/src/drivers/
Dtest_driver_cipher.c155 return mbedtls_psa_cipher_encrypt_setup( in mbedtls_test_transparent_cipher_encrypt_setup()
/external/mbedtls/scripts/data_files/driver_templates/
Dpsa_crypto_driver_wrappers.h.jinja1213 status = mbedtls_psa_cipher_encrypt_setup( &operation->ctx.mbedtls_ctx,