Home
last modified time | relevance | path

Searched refs:psa_cipher_encrypt_setup (Results 1 - 11 of 11) sorted by relevance

/third_party/mbedtls/tests/include/spe/
H A Dcrypto_spe.h90 #define psa_cipher_encrypt_setup \ macro
91 PSA_FUNCTION_NAME(psa_cipher_encrypt_setup)
/third_party/mbedtls/programs/psa/
H A Dcrypto_examples.c112 status = psa_cipher_encrypt_setup(&operation, key, alg); in cipher_encrypt()
/third_party/mbedtls/include/psa/
H A Dcrypto.h1722 * -# Call psa_cipher_encrypt_setup() to specify the algorithm and key.
1731 * If an error occurs at any step after a call to psa_cipher_encrypt_setup(),
1736 * After a successful call to psa_cipher_encrypt_setup(), the application must
1772 psa_status_t psa_cipher_encrypt_setup(psa_cipher_operation_t *operation,
1845 * The application must call psa_cipher_encrypt_setup() before
1883 * The application must call psa_cipher_encrypt_setup() before
1921 * 1. Call either psa_cipher_encrypt_setup() or psa_cipher_decrypt_setup().
1964 * The application must call psa_cipher_encrypt_setup() or
2017 * psa_cipher_encrypt_setup() or psa_cipher_decrypt_setup() again.
/third_party/mbedtls/tests/include/test/
H A Dpsa_test_wrappers.h222 #define psa_cipher_encrypt_setup(arg0_operation, arg1_key, arg2_alg) \ macro
/third_party/mbedtls/library/
H A Dctr_drbg.c50 status = psa_cipher_encrypt_setup(&psa_ctx->operation, psa_ctx->key_id, PSA_ALG_ECB_NO_PADDING); in ctr_drbg_setup_psa_context()
H A Dcipher.c1333 status = psa_cipher_encrypt_setup(&cipher_op, in mbedtls_cipher_crypt()
H A Dssl_msg.c1312 status = psa_cipher_encrypt_setup(&cipher_op, in mbedtls_ssl_encrypt_buf()
1317 MBEDTLS_SSL_DEBUG_RET(1, "psa_cipher_encrypt_setup", ret); in mbedtls_ssl_encrypt_buf()
H A Dpsa_crypto.c4311 psa_status_t psa_cipher_encrypt_setup(psa_cipher_operation_t *operation, in psa_cipher_encrypt_setup() function
/third_party/mbedtls/tests/src/
H A Dpsa_test_wrappers.c376 /* Wrapper for psa_cipher_encrypt_setup */
382 psa_status_t status = (psa_cipher_encrypt_setup)(arg0_operation, arg1_key, arg2_alg); in mbedtls_test_wrap_psa_cipher_encrypt_setup()
H A Dpsa_exercise_key.c197 status = psa_cipher_encrypt_setup(&operation, key, alg); in exercise_cipher_key()
/third_party/mbedtls/tests/src/test_helpers/
H A Dssl_helpers.c1096 status = psa_cipher_encrypt_setup(&cipher_op, in mbedtls_test_psa_cipher_encrypt_helper()

Completed in 38 milliseconds