Home
last modified time | relevance | path

Searched refs:LOCAL_INPUT_ALLOC (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/library/
Dpsa_crypto.c198 #define LOCAL_INPUT_ALLOC(input, length, input_copy) \ macro
271 #define LOCAL_INPUT_ALLOC(input, length, input_copy) \ macro
2065 LOCAL_INPUT_ALLOC(data_external, data_length, data); in psa_import_key()
2340 LOCAL_INPUT_ALLOC(input_external, input_length, input); in psa_hash_update()
2412 LOCAL_INPUT_ALLOC(hash_external, hash_length, hash); in psa_hash_verify()
2440 LOCAL_INPUT_ALLOC(input_external, input_length, input); in psa_hash_compute()
2469 LOCAL_INPUT_ALLOC(input_external, input_length, input); in psa_hash_compare()
2482 LOCAL_INPUT_ALLOC(hash_external, hash_length, hash); in psa_hash_compare()
2675 LOCAL_INPUT_ALLOC(input_external, input_length, input); in psa_mac_update()
2772 LOCAL_INPUT_ALLOC(mac_external, mac_length, mac); in psa_mac_verify_finish()
[all …]
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dpsa-shared-memory.md575 * `LOCAL_INPUT_ALLOC(input, input_size, input_copy)`, which tries to allocate an input using `psa_c…
581 * `LOCAL_OUTPUT_ALLOC(output, output_size, output_copy)`, analogous to `LOCAL_INPUT_ALLOC()` for ou…
605 LOCAL_INPUT_ALLOC(input_external, input);