Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/library/
Dblock_cipher.c173 status = psa_cipher_encrypt(ctx->psa_key_id, PSA_ALG_ECB_NO_PADDING, in mbedtls_block_cipher_encrypt()
Dpsa_crypto.c4527 psa_status_t psa_cipher_encrypt(mbedtls_svc_key_id_t key, in psa_cipher_encrypt() function
/openthread-latest/third_party/mbedtls/repo/include/psa/
Dcrypto.h1618 psa_status_t psa_cipher_encrypt(mbedtls_svc_key_id_t key,
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_op_fail.function147 psa_cipher_encrypt(key_id, alg,
Dtest_suite_psa_crypto_driver_wrappers.function1065 PSA_ASSERT(psa_cipher_encrypt(key, alg, input->x, input->len, output1,
1479 status = psa_cipher_encrypt(
1493 status = psa_cipher_encrypt(
Dtest_suite_psa_crypto.function2300 status = psa_cipher_encrypt(key, exercise_alg, input, input_buffer_size,
4168 status = psa_cipher_encrypt(key, alg, input->x, input->len, output,
4336 PSA_ASSERT(psa_cipher_encrypt(key, alg, plaintext->x, plaintext->len,
4436 PSA_ASSERT(psa_cipher_encrypt(key, alg, input->x, input->len, output1,
4861 PSA_ASSERT(psa_cipher_encrypt(key, alg, input->x, input->len,
/openthread-latest/third_party/mbedtls/repo/tests/include/test/
Dpsa_test_wrappers.h215 #define psa_cipher_encrypt(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4_output, arg5_out… macro
/openthread-latest/third_party/mbedtls/repo/tests/src/
Dpsa_test_wrappers.c368 …psa_status_t status = (psa_cipher_encrypt)(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4… in mbedtls_test_wrap_psa_cipher_encrypt()
/openthread-latest/third_party/mbedtls/repo/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_…
/openthread-latest/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-interface.md224 * `"cipher_encrypt"`: unauthenticated symmetric cipher encryption. Called by `psa_cipher_encrypt()`.
/openthread-latest/third_party/mbedtls/repo/
DChangeLog1344 * In psa_cipher_generate_iv() and psa_cipher_encrypt(), do not read back
1598 * Implement one-shot cipher functions, psa_cipher_encrypt and