Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/hashes/
A Dblake2b.c75 &blake2b_process,
90 &blake2b_process,
105 &blake2b_process,
120 &blake2b_process,
239 blake2b_process(md, block, BLAKE2B_BLOCKBYTES); in blake2b_init()
367 int blake2b_process(hash_state *md, const unsigned char *in, unsigned long inlen) in blake2b_process() function
477 blake2b_process(&md, (unsigned char *)tests[i].msg, (unsigned long)XSTRLEN(tests[i].msg)); in blake2b_512_test()
524 blake2b_process(&md, (unsigned char *)tests[i].msg, (unsigned long)XSTRLEN(tests[i].msg)); in blake2b_384_test()
577 blake2b_process(&md, (unsigned char *)tests[i].msg, (unsigned long)XSTRLEN(tests[i].msg)); in blake2b_256_test()
618 blake2b_process(&md, (unsigned char *)tests[i].msg, (unsigned long)XSTRLEN(tests[i].msg)); in blake2b_160_test()
/optee_os-3.20.0/core/lib/libtomcrypt/src/mac/blake2/
A Dblake2bmac.c35 return blake2b_process(st, in, inlen); in blake2bmac_process()
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_hash.h413 int blake2b_process(hash_state * md, const unsigned char *in, unsigned long inlen);

Completed in 6 milliseconds