Searched refs:LOCAL_INPUT_DECLARE (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/library/ |
D | psa_crypto.c | 185 #define LOCAL_INPUT_DECLARE(input, input_copy_name) \ macro 269 #define LOCAL_INPUT_DECLARE(input, input_copy_name) \ macro 2045 LOCAL_INPUT_DECLARE(data_external, data); in psa_import_key() 2327 LOCAL_INPUT_DECLARE(input_external, input); in psa_hash_update() 2396 LOCAL_INPUT_DECLARE(hash_external, hash); in psa_hash_verify() 2432 LOCAL_INPUT_DECLARE(input_external, input); in psa_hash_compute() 2461 LOCAL_INPUT_DECLARE(input_external, input); in psa_hash_compare() 2462 LOCAL_INPUT_DECLARE(hash_external, hash); in psa_hash_compare() 2661 LOCAL_INPUT_DECLARE(input_external, input); in psa_mac_update() 2755 LOCAL_INPUT_DECLARE(mac_external, mac); in psa_mac_verify_finish() [all …]
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/ |
D | psa-shared-memory.md | 574 * `LOCAL_INPUT_DECLARE(input, input_copy_name)`, which declares and initializes a `psa_crypto_local… 580 * `LOCAL_OUTPUT_DECLARE(output, output_copy_name)`, analogous to `LOCAL_INPUT_DECLARE()` for `psa_c… 602 LOCAL_INPUT_DECLARE(input_external, input);
|