Home
last modified time | relevance | path

Searched defs:poly1305_process (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/mac/poly1305/
H A Dpoly1305.c121 int poly1305_process(poly1305_state *st, const unsigned char *in, unsigned long inlen) in poly1305_process() function
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpoly1305.c64 static void poly1305_process(mbedtls_poly1305_context *ctx, in poly1305_process() function