Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/library/
A Dpoly1305.c106 static void poly1305_process( mbedtls_poly1305_context *ctx, in poly1305_process() function
366 poly1305_process( ctx, 1U, ctx->queue, 1U ); /* add padding bit */ in mbedtls_poly1305_update()
377 poly1305_process( ctx, nblocks, &input[offset], 1U ); in mbedtls_poly1305_update()
411 poly1305_process( ctx, 1U, /* Process 1 block */ in mbedtls_poly1305_finish()

Completed in 3 milliseconds