Home
last modified time | relevance | path

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

/third_party/openssl/crypto/poly1305/
Dpoly1305.c215 static void poly1305_emit(void *ctx, unsigned char mac[16], in poly1305_emit() function
381 static void poly1305_emit(void *ctx, unsigned char mac[16], in poly1305_emit() function
431 void poly1305_emit(void *ctx, unsigned char mac[16],
453 ctx->func.emit = poly1305_emit; in Poly1305_Init()
467 # define poly1305_emit (*poly1305_emit_p) macro
527 poly1305_emit(ctx->opaque, mac, ctx->nonce); in Poly1305_Final()
Dpoly1305_base2_44.c135 void poly1305_emit(void *ctx, unsigned char mac[16], const u32 nonce[4]) in poly1305_emit() function
Dpoly1305_ieee754.c430 void poly1305_emit(void *ctx, unsigned char mac[16], const u32 nonce[4]) in poly1305_emit() function
/third_party/openssl/crypto/poly1305/asm/arm64/
Dpoly1305-armv8.S12 .globl poly1305_emit symbol
13 .hidden poly1305_emit
49 adr x13,poly1305_emit
130 .type poly1305_emit,%function
132 poly1305_emit: label
159 .size poly1305_emit,.-poly1305_emit
811 cbz x17,poly1305_emit
/third_party/openssl/crypto/
Dppccap.c112 void poly1305_emit(void *ctx, unsigned char mac[16],
129 func[1] = (void*)(uintptr_t)poly1305_emit; in poly1305_init()
/third_party/openssl/crypto/poly1305/asm/arm32/
Dpoly1305-armv4.S11 .globl poly1305_emit symbol
78 adr r12,poly1305_emit
290 .type poly1305_emit,%function
292 poly1305_emit: label
383 .size poly1305_emit,.-poly1305_emit
/third_party/openssl/crypto/poly1305/asm/x86_64/
Dpoly1305-x86_64.s9 .globl poly1305_emit symbol
10 .hidden poly1305_emit
25 leaq poly1305_emit(%rip),%r11
164 .type poly1305_emit,@function
166 poly1305_emit: label
189 .size poly1305_emit,.-poly1305_emit