poly1305_emit
void poly1305_emit(void *ctx, unsigned char mac[16],
ctx->func.emit = poly1305_emit;
poly1305_emit(ctx->opaque, mac, ctx->nonce);
void poly1305_emit(void *ctx, unsigned char mac[16],
func[1] = (void *)(uintptr_t)poly1305_emit;
func[1] = (void *)(uintptr_t)poly1305_emit;
poly1305_emit(ctx->opaque, mac, ctx->nonce);
void poly1305_emit(void *ctx, unsigned char mac[16],
ctx->func.emit = poly1305_emit;
void poly1305_emit(void *ctx, unsigned char mac[16],
func[1] = (void*)(uintptr_t)poly1305_emit;