Searched refs:mbedtls_psa_cipher_operation_t (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/mbedtls/library/ |
H A D | psa_crypto_cipher.h | 56 mbedtls_psa_cipher_operation_t *operation, 86 mbedtls_psa_cipher_operation_t *operation, 114 mbedtls_psa_cipher_operation_t *operation, 139 mbedtls_psa_cipher_operation_t *operation, 170 mbedtls_psa_cipher_operation_t *operation, 188 psa_status_t mbedtls_psa_cipher_abort(mbedtls_psa_cipher_operation_t *operation);
|
H A D | psa_crypto_cipher.c | 153 mbedtls_psa_cipher_operation_t *operation, in psa_cipher_setup() 231 mbedtls_psa_cipher_operation_t *operation, in mbedtls_psa_cipher_encrypt_setup() 242 mbedtls_psa_cipher_operation_t *operation, in mbedtls_psa_cipher_decrypt_setup() 253 mbedtls_psa_cipher_operation_t *operation, in mbedtls_psa_cipher_set_iv() 370 mbedtls_psa_cipher_operation_t *operation, in mbedtls_psa_cipher_update() 419 mbedtls_psa_cipher_operation_t *operation, in mbedtls_psa_cipher_finish() 457 mbedtls_psa_cipher_operation_t *operation) in mbedtls_psa_cipher_abort() 484 mbedtls_psa_cipher_operation_t operation = MBEDTLS_PSA_CIPHER_OPERATION_INIT; in mbedtls_psa_cipher_encrypt() 540 mbedtls_psa_cipher_operation_t operation = MBEDTLS_PSA_CIPHER_OPERATION_INIT; in mbedtls_psa_cipher_decrypt()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | psa_crypto_cipher.h | 79 mbedtls_psa_cipher_operation_t *operation, 109 mbedtls_psa_cipher_operation_t *operation, 137 mbedtls_psa_cipher_operation_t *operation, 162 mbedtls_psa_cipher_operation_t *operation, 193 mbedtls_psa_cipher_operation_t *operation, 211 psa_status_t mbedtls_psa_cipher_abort(mbedtls_psa_cipher_operation_t *operation);
|
H A D | psa_crypto_cipher.c | 283 mbedtls_psa_cipher_operation_t *operation, in psa_cipher_setup() 361 mbedtls_psa_cipher_operation_t *operation, in mbedtls_psa_cipher_encrypt_setup() 372 mbedtls_psa_cipher_operation_t *operation, in mbedtls_psa_cipher_decrypt_setup() 383 mbedtls_psa_cipher_operation_t *operation, in mbedtls_psa_cipher_set_iv() 500 mbedtls_psa_cipher_operation_t *operation, in mbedtls_psa_cipher_update() 553 mbedtls_psa_cipher_operation_t *operation, in mbedtls_psa_cipher_finish() 591 mbedtls_psa_cipher_operation_t *operation) in mbedtls_psa_cipher_abort() 618 mbedtls_psa_cipher_operation_t operation = MBEDTLS_PSA_CIPHER_OPERATION_INIT; in mbedtls_psa_cipher_encrypt() 674 mbedtls_psa_cipher_operation_t operation = MBEDTLS_PSA_CIPHER_OPERATION_INIT; in mbedtls_psa_cipher_decrypt()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/psa/ |
H A D | crypto_driver_contexts_primitives.h | 46 typedef mbedtls_psa_cipher_operation_t 97 mbedtls_psa_cipher_operation_t mbedtls_ctx;
|
H A D | crypto_builtin_primitives.h | 110 } mbedtls_psa_cipher_operation_t; typedef
|
/aosp_15_r20/external/mbedtls/include/psa/ |
H A D | crypto_driver_contexts_primitives.h | 46 typedef mbedtls_psa_cipher_operation_t 97 mbedtls_psa_cipher_operation_t mbedtls_ctx;
|
H A D | crypto_builtin_primitives.h | 110 } mbedtls_psa_cipher_operation_t; typedef
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_psa_crypto_driver_wrappers.function | 1142 mbedtls_psa_cipher_operation_t mbedtls_operation = 1270 mbedtls_psa_cipher_operation_t mbedtls_operation =
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_psa_crypto_driver_wrappers.function | 1145 mbedtls_psa_cipher_operation_t mbedtls_operation = 1274 mbedtls_psa_cipher_operation_t mbedtls_operation =
|