Home
last modified time | relevance | path

Searched refs:PSA_CIPHER_OPERATION_INIT (Results 1 - 6 of 6) sorted by relevance

/third_party/mbedtls/include/psa/
H 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()
/third_party/mbedtls/programs/psa/
H A Dcrypto_examples.c108 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT; in cipher_encrypt()
139 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT; in cipher_decrypt()
/third_party/mbedtls/library/
H A Dcipher.c1325 psa_cipher_operation_t cipher_op = PSA_CIPHER_OPERATION_INIT; in mbedtls_cipher_crypt()
H 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()
/third_party/mbedtls/tests/src/
H A Dpsa_exercise_key.c180 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT; in exercise_cipher_key()
/third_party/mbedtls/tests/src/test_helpers/
H A Dssl_helpers.c1093 psa_cipher_operation_t cipher_op = PSA_CIPHER_OPERATION_INIT; in mbedtls_test_psa_cipher_encrypt_helper()

Completed in 14 milliseconds