Searched refs:psa_cipher_encrypt (Results 1 – 11 of 11) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/library/ |
D | block_cipher.c | 173 status = psa_cipher_encrypt(ctx->psa_key_id, PSA_ALG_ECB_NO_PADDING, in mbedtls_block_cipher_encrypt()
|
D | psa_crypto.c | 4527 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/ |
D | crypto.h | 1618 psa_status_t psa_cipher_encrypt(mbedtls_svc_key_id_t key,
|
/openthread-latest/third_party/mbedtls/repo/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 | 1065 PSA_ASSERT(psa_cipher_encrypt(key, alg, input->x, input->len, output1, 1479 status = psa_cipher_encrypt( 1493 status = psa_cipher_encrypt(
|
D | test_suite_psa_crypto.function | 2300 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/ |
D | psa_test_wrappers.h | 215 #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/ |
D | psa_test_wrappers.c | 368 …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/ |
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_…
|
/openthread-latest/third_party/mbedtls/repo/docs/proposed/ |
D | psa-driver-interface.md | 224 * `"cipher_encrypt"`: unauthenticated symmetric cipher encryption. Called by `psa_cipher_encrypt()`.
|
/openthread-latest/third_party/mbedtls/repo/ |
D | ChangeLog | 1344 * In psa_cipher_generate_iv() and psa_cipher_encrypt(), do not read back 1598 * Implement one-shot cipher functions, psa_cipher_encrypt and
|