Home
last modified time | relevance | path

Searched refs:psa_crypto_local_input_t (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/library/
Dpsa_crypto_core.h890 } psa_crypto_local_input_t; typedef
892 #define PSA_CRYPTO_LOCAL_INPUT_INIT ((psa_crypto_local_input_t) { NULL, 0 })
906 psa_crypto_local_input_t *local_input);
914 void psa_crypto_local_input_free(psa_crypto_local_input_t *local_input);
Dpsa_crypto.c186 psa_crypto_local_input_t LOCAL_INPUT_COPY_OF_##input = PSA_CRYPTO_LOCAL_INPUT_INIT; \
9078 psa_crypto_local_input_t *local_input) in psa_crypto_local_input_alloc()
9113 void psa_crypto_local_input_free(psa_crypto_local_input_t *local_input) in psa_crypto_local_input_free()
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_memory.function88 psa_crypto_local_input_t local_input;
117 psa_crypto_local_input_t local_input;
138 psa_crypto_local_input_t local_input;
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dpsa-shared-memory.md533 } psa_crypto_local_input_t;
548 psa_crypto_local_input_t *local_input);
550 void psa_crypto_local_input_free(psa_crypto_local_input_t *local_input);
574 …ARE(input, input_copy_name)`, which declares and initializes a `psa_crypto_local_input_t` and a po…