Home
last modified time | relevance | path

Searched refs:psa_cipher_encrypt (Results 1 – 11 of 11) sorted by relevance

/mbedtls-latest/library/
Dblock_cipher.c177 status = psa_cipher_encrypt(ctx->psa_key_id, PSA_ALG_ECB_NO_PADDING, in mbedtls_block_cipher_encrypt()
Dpsa_crypto.c4583 psa_status_t psa_cipher_encrypt(mbedtls_svc_key_id_t key, function
/mbedtls-latest/tests/suites/
Dtest_suite_psa_crypto_op_fail.function147 psa_cipher_encrypt(key_id, alg,
Dtest_suite_psa_crypto_driver_wrappers.function1081 PSA_ASSERT(psa_cipher_encrypt(key, alg, input->x, input->len, output1,
1495 status = psa_cipher_encrypt(
1509 status = psa_cipher_encrypt(
Dtest_suite_psa_crypto.function2280 status = psa_cipher_encrypt(key, exercise_alg, input, input_buffer_size,
4148 status = psa_cipher_encrypt(key, alg, input->x, input->len, output,
4316 PSA_ASSERT(psa_cipher_encrypt(key, alg, plaintext->x, plaintext->len,
4416 PSA_ASSERT(psa_cipher_encrypt(key, alg, input->x, input->len, output1,
4841 PSA_ASSERT(psa_cipher_encrypt(key, alg, input->x, input->len,
/mbedtls-latest/include/psa/
Dcrypto.h1621 psa_status_t psa_cipher_encrypt(mbedtls_svc_key_id_t key,
/mbedtls-latest/tests/include/test/
Dpsa_test_wrappers.h214 #define psa_cipher_encrypt(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4_output, arg5_out… macro
/mbedtls-latest/tests/src/
Dpsa_test_wrappers.c367 …psa_status_t status = (psa_cipher_encrypt)(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4… in mbedtls_test_wrap_psa_cipher_encrypt()
/mbedtls-latest/docs/
Dpsa-transition.md371 * [`psa_cipher_encrypt`](https://mbed-tls.readthedocs.io/projects/api/en/development/api/group/grou…
636 …_generate_key`), nonces for encryption (`psa_cipher_generate_iv`, `psa_cipher_encrypt`, `psa_aead_…
/mbedtls-latest/docs/proposed/
Dpsa-driver-interface.md224 * `"cipher_encrypt"`: unauthenticated symmetric cipher encryption. Called by `psa_cipher_encrypt()`.
/mbedtls-latest/
DChangeLog1539 * In psa_cipher_generate_iv() and psa_cipher_encrypt(), do not read back
1793 * Implement one-shot cipher functions, psa_cipher_encrypt and