Home
last modified time | relevance | path

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

/mbedtls-3.5.0/include/psa/
Dcrypto.h1623 psa_status_t psa_cipher_encrypt(mbedtls_svc_key_id_t key,
/mbedtls-3.5.0/tests/suites/
Dtest_suite_psa_crypto_op_fail.function147 psa_cipher_encrypt(key_id, alg,
Dtest_suite_psa_crypto_driver_wrappers.function1061 PSA_ASSERT(psa_cipher_encrypt(key, alg, input->x, input->len, output1,
1470 status = psa_cipher_encrypt(
1483 status = psa_cipher_encrypt(
Dtest_suite_psa_crypto.function1938 status = psa_cipher_encrypt(key, exercise_alg, input, input_buffer_size,
3800 status = psa_cipher_encrypt(key, alg, input->x, input->len, output,
3968 PSA_ASSERT(psa_cipher_encrypt(key, alg, plaintext->x, plaintext->len,
4068 PSA_ASSERT(psa_cipher_encrypt(key, alg, input->x, input->len, output1,
4493 PSA_ASSERT(psa_cipher_encrypt(key, alg, input->x, input->len,
/mbedtls-3.5.0/library/
Dpsa_crypto.c4199 psa_status_t psa_cipher_encrypt(mbedtls_svc_key_id_t key, function
/mbedtls-3.5.0/docs/proposed/
Dpsa-driver-interface.md222 * `"cipher_encrypt"`: unauthenticated symmetric cipher encryption. Called by `psa_cipher_encrypt()`.
/mbedtls-3.5.0/
DChangeLog763 * In psa_cipher_generate_iv() and psa_cipher_encrypt(), do not read back
1017 * Implement one-shot cipher functions, psa_cipher_encrypt and