Lines Matching refs:mac
213 static void poly1305_emit(void *ctx, unsigned char mac[16], in poly1305_emit()
243 U64TO8(mac + 0, h0); in poly1305_emit()
244 U64TO8(mac + 8, h1); in poly1305_emit()
379 static void poly1305_emit(void *ctx, unsigned char mac[16], in poly1305_emit()
419 U32TO8(mac + 0, h0); in poly1305_emit()
420 U32TO8(mac + 4, h1); in poly1305_emit()
421 U32TO8(mac + 8, h2); in poly1305_emit()
422 U32TO8(mac + 12, h3); in poly1305_emit()
429 void poly1305_emit(void *ctx, unsigned char mac[16],
510 void Poly1305_Final(POLY1305 *ctx, unsigned char mac[16]) in Poly1305_Final()
525 poly1305_emit(ctx->opaque, mac, ctx->nonce); in Poly1305_Final()