Searched refs:psa_cipher_encrypt (Results 1 – 11 of 11) sorted by relevance
/mbedtls-latest/library/ |
D | block_cipher.c | 177 status = psa_cipher_encrypt(ctx->psa_key_id, PSA_ALG_ECB_NO_PADDING, in mbedtls_block_cipher_encrypt()
|
D | psa_crypto.c | 4583 psa_status_t psa_cipher_encrypt(mbedtls_svc_key_id_t key, function
|
/mbedtls-latest/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 | 1081 PSA_ASSERT(psa_cipher_encrypt(key, alg, input->x, input->len, output1, 1495 status = psa_cipher_encrypt( 1509 status = psa_cipher_encrypt(
|
D | test_suite_psa_crypto.function | 2280 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/ |
D | crypto.h | 1621 psa_status_t psa_cipher_encrypt(mbedtls_svc_key_id_t key,
|
/mbedtls-latest/tests/include/test/ |
D | psa_test_wrappers.h | 214 #define psa_cipher_encrypt(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4_output, arg5_out… macro
|
/mbedtls-latest/tests/src/ |
D | psa_test_wrappers.c | 367 …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/ |
D | psa-transition.md | 371 * [`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/ |
D | psa-driver-interface.md | 224 * `"cipher_encrypt"`: unauthenticated symmetric cipher encryption. Called by `psa_cipher_encrypt()`.
|
/mbedtls-latest/ |
D | ChangeLog | 1539 * In psa_cipher_generate_iv() and psa_cipher_encrypt(), do not read back 1793 * Implement one-shot cipher functions, psa_cipher_encrypt and
|