Searched refs:psa_cipher_encrypt (Results 1 – 6 of 6) sorted by relevance
/openthread-3.6.0/third_party/mbedtls/repo/include/psa/ |
D | crypto.h | 1654 psa_status_t psa_cipher_encrypt(mbedtls_svc_key_id_t key,
|
/openthread-3.6.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_crypto_driver_wrappers.function | 460 PSA_ASSERT( psa_cipher_encrypt( key, alg, input->x, input->len, output1, 880 status = psa_cipher_encrypt( 892 status = psa_cipher_encrypt(
|
D | test_suite_psa_crypto.function | 2581 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/ |
D | psa_crypto.c | 3576 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/ |
D | psa-driver-interface.md | 218 * `"cipher_encrypt"`: unauthenticated symmetric cipher encryption. Called by `psa_cipher_encrypt()`.
|
/openthread-3.6.0/third_party/mbedtls/repo/ |
D | ChangeLog | 45 * In psa_cipher_generate_iv() and psa_cipher_encrypt(), do not read back 138 * Implement one-shot cipher functions, psa_cipher_encrypt and
|