Home
last modified time | relevance | path

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

/third_party/boringssl/src/crypto/digest_extra/
Ddigest_test.cc46 uint8_t *(*one_shot_func)(const uint8_t *, size_t, uint8_t *); member
224 if (test->md.one_shot_func && test->repeat == 1) { in TestDigest()
225 uint8_t *out = test->md.one_shot_func((const uint8_t *)test->input, in TestDigest()