Searched refs:psa_cipher_encrypt (Results 1 – 7 of 7) sorted by relevance
/mbedtls-3.5.0/include/psa/ |
D | crypto.h | 1623 psa_status_t psa_cipher_encrypt(mbedtls_svc_key_id_t key,
|
/mbedtls-3.5.0/tests/suites/ |
D | test_suite_psa_crypto_op_fail.function | 147 psa_cipher_encrypt(key_id, alg,
|
D | test_suite_psa_crypto_driver_wrappers.function | 1061 PSA_ASSERT(psa_cipher_encrypt(key, alg, input->x, input->len, output1, 1470 status = psa_cipher_encrypt( 1483 status = psa_cipher_encrypt(
|
D | test_suite_psa_crypto.function | 1938 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/ |
D | psa_crypto.c | 4199 psa_status_t psa_cipher_encrypt(mbedtls_svc_key_id_t key, function
|
/mbedtls-3.5.0/docs/proposed/ |
D | psa-driver-interface.md | 222 * `"cipher_encrypt"`: unauthenticated symmetric cipher encryption. Called by `psa_cipher_encrypt()`.
|
/mbedtls-3.5.0/ |
D | ChangeLog | 763 * In psa_cipher_generate_iv() and psa_cipher_encrypt(), do not read back 1017 * Implement one-shot cipher functions, psa_cipher_encrypt and
|