Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/hashes/
H A Dmd2.c24 &md2_process,
112 int md2_process(hash_state *md, const unsigned char *in, unsigned long inlen) in md2_process() function
229 md2_process(&md, (unsigned char*)tests[i].msg, (unsigned long)XSTRLEN(tests[i].msg)); in md2_test()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_hash.h435 int md2_process(hash_state * md, const unsigned char *in, unsigned long inlen);