Home
last modified time | relevance | path

Searched refs:PSA_CIPHER_OPERATION_INIT (Results 1 – 8 of 8) sorted by relevance

/third_party/mbedtls/include/psa/
Dcrypto_struct.h119 #define PSA_CIPHER_OPERATION_INIT { 0, 0, 0, 0, { 0 } } macro
122 const struct psa_cipher_operation_s v = PSA_CIPHER_OPERATION_INIT; in psa_cipher_operation_init()
/third_party/mbedtls/programs/psa/
Dcrypto_examples.c109 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT; in cipher_encrypt()
140 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT; in cipher_decrypt()
/third_party/mbedtls/docs/
Dgetting_started.md195 1. Initialize the operation structure to zero or to `PSA_CIPHER_OPERATION_INIT`.
217 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
279 1. Initialize the operation structure to zero or to `PSA_CIPHER_OPERATION_INIT`.
296 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
/third_party/mbedtls/tests/suites/
Dtest_suite_psa_crypto_driver_wrappers.function441 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
534 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
666 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
859 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
Dtest_suite_psa_crypto.function1188 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
2581 psa_cipher_operation_t init = PSA_CIPHER_OPERATION_INIT;
2619 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
2656 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
2872 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
2910 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
2961 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
3011 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
3095 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
3197 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
[all …]
Dtest_suite_psa_crypto_se_driver_hal.function666 psa_cipher_operation_t cipher_operation = PSA_CIPHER_OPERATION_INIT;
/third_party/mbedtls/tests/src/
Dpsa_exercise_key.c166 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT; in exercise_cipher_key()
/third_party/mbedtls/library/
Dcipher.c1269 psa_cipher_operation_t cipher_op = PSA_CIPHER_OPERATION_INIT; in mbedtls_cipher_crypt()