Home
last modified time | relevance | path

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

/mbedtls-latest/include/psa/
Dcrypto_struct.h117 #define PSA_CIPHER_OPERATION_INIT { 0 } macro
119 #define PSA_CIPHER_OPERATION_INIT { 0, 0, 0, 0, { 0 } } macro
123 const struct psa_cipher_operation_s v = PSA_CIPHER_OPERATION_INIT; in psa_cipher_operation_init()
/mbedtls-latest/programs/psa/
Dcrypto_examples.c96 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT; in cipher_encrypt()
127 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT; in cipher_decrypt()
/mbedtls-latest/tests/suites/
Dtest_suite_psa_crypto_op_fail.function124 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
Dtest_suite_psa_crypto.function2250 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
3866 psa_cipher_operation_t init = PSA_CIPHER_OPERATION_INIT;
3904 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
3943 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
4129 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
4194 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
4229 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
4346 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
4396 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
4480 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
[all …]
Dtest_suite_psa_crypto_driver_wrappers.function1060 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
1155 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
1284 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
1472 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
Dtest_suite_psa_crypto_se_driver_hal.function679 psa_cipher_operation_t cipher_operation = PSA_CIPHER_OPERATION_INIT;
/mbedtls-latest/tests/src/
Dpsa_exercise_key.c180 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT; in exercise_cipher_key()
/mbedtls-latest/library/
Dcipher.c1328 psa_cipher_operation_t cipher_op = PSA_CIPHER_OPERATION_INIT; in mbedtls_cipher_crypt()
Dssl_msg.c1255 psa_cipher_operation_t cipher_op = PSA_CIPHER_OPERATION_INIT; in mbedtls_ssl_encrypt_buf()
1671 psa_cipher_operation_t cipher_op = PSA_CIPHER_OPERATION_INIT; in mbedtls_ssl_decrypt_buf()
/mbedtls-latest/tests/src/test_helpers/
Dssl_helpers.c1096 psa_cipher_operation_t cipher_op = PSA_CIPHER_OPERATION_INIT; in mbedtls_test_psa_cipher_encrypt_helper()