OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:one_shot_func
(Results
1 - 1
of
1
) sorted by null
/external/boringssl/src/crypto/digest_extra/
digest_test.cc
43
//
one_shot_func
is the convenience one-shot version of the
45
uint8_t *(*
one_shot_func
)(const uint8_t *, size_t, uint8_t *);
member in struct:MD
187
if (test->md.
one_shot_func
&& test->repeat == 1) {
188
uint8_t *out = test->md.
one_shot_func
((const uint8_t *)test->input,
Completed in 2215 milliseconds