Home
last modified time | relevance | path

Searched refs:scratch (Results 1 – 6 of 6) sorted by relevance

/lib/crypt/
A Dcrypt.c33 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 Dcrypt-sha256.c80 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 Dcrypt-sha512.c80 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 Dcrypt-port.h27 size_t out_size, void *scratch,
32 size_t out_size, void *scratch,
/lib/mbedtls/external/mbedtls/docs/architecture/
A Dpsa-shared-memory.md355 …f these tests is greater than would be achievable writing new tests from scratch. In practice this…
/lib/mbedtls/external/mbedtls/tests/suites/
A Dtest_suite_ssl.function4365 * handshake from scratch.

Completed in 21 milliseconds