Searched refs:psa_cipher_decrypt_setup (Results 1 – 10 of 10) sorted by relevance
/openthread-3.5.0/third_party/mbedtls/repo/tests/include/spe/ |
D | crypto_spe.h | 81 #define psa_cipher_decrypt_setup \ macro 82 PSA_FUNCTION_NAME(psa_cipher_decrypt_setup)
|
/openthread-3.5.0/third_party/mbedtls/repo/programs/psa/ |
D | crypto_examples.c | 143 status = psa_cipher_decrypt_setup( &operation, key, alg ); in cipher_decrypt()
|
/openthread-3.5.0/third_party/mbedtls/repo/docs/ |
D | getting_started.md | 280 1. Call `psa_cipher_decrypt_setup()` to specify the algorithm and the key to be used. 327 status = psa_cipher_decrypt_setup(&operation, key_id, alg); 363 …ture with a successful call to `psa_cipher_encrypt_setup()` or `psa_cipher_decrypt_setup()`, you c… 371 …ent operation by calling either `psa_cipher_encrypt_setup()` or `psa_cipher_decrypt_setup()` again. 373 …uccessfully (by a successful call to `psa_cipher_encrypt_setup()` or `psa_cipher_decrypt_setup()`).
|
/openthread-3.5.0/third_party/mbedtls/repo/include/psa/ |
D | crypto.h | 1879 psa_status_t psa_cipher_decrypt_setup(psa_cipher_operation_t *operation,
|
/openthread-3.5.0/third_party/mbedtls/repo/tests/src/ |
D | psa_exercise_key.c | 207 PSA_ASSERT( psa_cipher_decrypt_setup( &operation, key, alg ) ); in exercise_cipher_key()
|
/openthread-3.5.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_crypto_driver_wrappers.function | 694 PSA_ASSERT( psa_cipher_decrypt_setup( &operation, key, alg ) ); 920 status = psa_cipher_decrypt_setup( &operation, key, alg );
|
D | test_suite_psa_crypto.function | 950 status = psa_cipher_decrypt_setup( &operation, key, exercise_alg ); 2411 PSA_ASSERT( psa_cipher_decrypt_setup( &operation, key, alg ) ); 2413 TEST_EQUAL( psa_cipher_decrypt_setup( &operation, key, alg ), 2902 PSA_ASSERT( psa_cipher_decrypt_setup( &operation, key, alg ) ); 3176 PSA_ASSERT( psa_cipher_decrypt_setup( &operation2, key, alg ) );
|
D | test_suite_psa_crypto_se_driver_hal.function | 693 SMOKE_ASSERT( psa_cipher_decrypt_setup( &cipher_operation, key,
|
/openthread-3.5.0/third_party/mbedtls/repo/library/ |
D | cipher.c | 1219 status = psa_cipher_decrypt_setup( &cipher_op, in mbedtls_cipher_crypt()
|
D | psa_crypto.c | 3386 psa_status_t psa_cipher_decrypt_setup( psa_cipher_operation_t *operation, in psa_cipher_decrypt_setup() function
|