Home
last modified time | relevance | path

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

/lib/mbedtls/external/mbedtls/include/psa/
A 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()
/lib/mbedtls/external/mbedtls/programs/psa/
A 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()
/lib/mbedtls/external/mbedtls/tests/suites/
A Dtest_suite_psa_crypto_op_fail.function124 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
A Dtest_suite_psa_crypto.function2270 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
3886 psa_cipher_operation_t init = PSA_CIPHER_OPERATION_INIT;
3924 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
3963 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
4149 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
4214 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
4249 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
4366 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
4416 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
4500 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
[all …]
A Dtest_suite_psa_crypto_driver_wrappers.function1044 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
1139 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
1268 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
1456 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT;
A Dtest_suite_psa_crypto_se_driver_hal.function666 psa_cipher_operation_t cipher_operation = PSA_CIPHER_OPERATION_INIT;
/lib/mbedtls/external/mbedtls/tests/src/
A Dpsa_exercise_key.c180 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT; in exercise_cipher_key()
/lib/mbedtls/external/mbedtls/library/
A Dcipher.c1325 psa_cipher_operation_t cipher_op = PSA_CIPHER_OPERATION_INIT; in mbedtls_cipher_crypt()
A 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()
/lib/mbedtls/external/mbedtls/tests/src/test_helpers/
A Dssl_helpers.c1093 psa_cipher_operation_t cipher_op = PSA_CIPHER_OPERATION_INIT; in mbedtls_test_psa_cipher_encrypt_helper()

Completed in 61 milliseconds