Home
last modified time | relevance | path

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

/openthread-3.6.0/third_party/mbedtls/repo/include/psa/
Dcrypto.h1654 psa_status_t psa_cipher_encrypt(mbedtls_svc_key_id_t key,
/openthread-3.6.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_driver_wrappers.function460 PSA_ASSERT( psa_cipher_encrypt( key, alg, input->x, input->len, output1,
880 status = psa_cipher_encrypt(
892 status = psa_cipher_encrypt(
Dtest_suite_psa_crypto.function2581 status = psa_cipher_encrypt( key, alg, input->x, input->len, output,
2631 PSA_ASSERT( psa_cipher_encrypt( key, alg, input->x, input->len, output,
2724 PSA_ASSERT( psa_cipher_encrypt( key, alg, input->x, input->len, output1,
3112 PSA_ASSERT( psa_cipher_encrypt( key, alg, input->x, input->len,
/openthread-3.6.0/third_party/mbedtls/repo/library/
Dpsa_crypto.c3576 psa_status_t psa_cipher_encrypt( mbedtls_svc_key_id_t key, in psa_cipher_encrypt() function
/openthread-3.6.0/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-interface.md218 * `"cipher_encrypt"`: unauthenticated symmetric cipher encryption. Called by `psa_cipher_encrypt()`.
/openthread-3.6.0/third_party/mbedtls/repo/
DChangeLog45 * In psa_cipher_generate_iv() and psa_cipher_encrypt(), do not read back
138 * Implement one-shot cipher functions, psa_cipher_encrypt and