Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/digest/
Ddigest_test.cc36 uint8_t *(*one_shot_func)(const uint8_t *, size_t, uint8_t *); member
214 if (test->md.one_shot_func && test->repeat == 1) { in TestDigest()
215 uint8_t *out = test->md.one_shot_func((const uint8_t *)test->input, in TestDigest()
226 out = test->md.one_shot_func((const uint8_t *)test->input, in TestDigest()