Searched refs:scratch (Results 1 – 6 of 6) sorted by relevance
| /lib/crypt/ |
| A D | crypt.c | 33 u8 output[CRYPT_OUTPUT_SIZE], scratch[ALG_SPECIFIC_SIZE]; in crypt_compare() local 62 output, sizeof(output), scratch, in crypt_compare() 63 sizeof(scratch)); in crypt_compare() 71 memset(scratch, 0, sizeof(scratch)); in crypt_compare()
|
| A D | crypt-sha256.c | 80 uint8_t *output, size_t out_size, void *scratch, 85 u8 *output, size_t out_size, void *scratch, in crypt_sha256crypt_rn_wrapped() argument 90 out_size, scratch, scr_size); in crypt_sha256crypt_rn_wrapped() 110 void *scratch, size_t scr_size) in crypt_sha256crypt_rn() argument 120 struct sha256_buffer *buf = scratch; in crypt_sha256crypt_rn()
|
| A D | crypt-sha512.c | 80 uint8_t *output, size_t out_size, void *scratch, 85 u8 *output, size_t out_size, void *scratch, in crypt_sha512crypt_rn_wrapped() argument 90 out_size, scratch, scr_size); in crypt_sha512crypt_rn_wrapped() 111 void *scratch, size_t scr_size) in crypt_sha512crypt_rn() argument 121 struct sha512_buffer *buf = scratch; in crypt_sha512crypt_rn()
|
| A D | crypt-port.h | 27 size_t out_size, void *scratch, 32 size_t out_size, void *scratch,
|
| /lib/mbedtls/external/mbedtls/docs/architecture/ |
| A D | psa-shared-memory.md | 355 …f these tests is greater than would be achievable writing new tests from scratch. In practice this…
|
| /lib/mbedtls/external/mbedtls/tests/suites/ |
| A D | test_suite_ssl.function | 4365 * handshake from scratch.
|
Completed in 21 milliseconds