Home
last modified time | relevance | path

Searched refs:poly1305_emit (Results 1 - 25 of 48) sorted by relevance

12

/third_party/node/deps/openssl/openssl/crypto/poly1305/
H A Dpoly1305_ppc.c18 void poly1305_emit(void *ctx, unsigned char mac[16],
36 func[1] = (void*)(uintptr_t)poly1305_emit; in poly1305_init()
44 func[1] = (void*)(uintptr_t)poly1305_emit; in poly1305_init()
H A Dpoly1305.c198 * in next iteration. If we end up in poly1305_emit, then in poly1305_blocks()
213 static void poly1305_emit(void *ctx, unsigned char mac[16], in poly1305_emit() function
362 * in next iteration. If we end up in poly1305_emit, then in poly1305_blocks()
379 static void poly1305_emit(void *ctx, unsigned char mac[16], in poly1305_emit() function
429 void poly1305_emit(void *ctx, unsigned char mac[16],
451 ctx->func.emit = poly1305_emit; in Poly1305_Init()
461 * This "eclipses" poly1305_blocks and poly1305_emit, but it's
465 # define poly1305_emit (*poly1305_emit_p) macro
525 poly1305_emit(ctx->opaque, mac, ctx->nonce); in Poly1305_Final()
H A Dpoly1305_base2_44.c135 void poly1305_emit(void *ctx, unsigned char mac[16], const u32 nonce[4]) in poly1305_emit() function
/third_party/openssl/crypto/poly1305/
H A Dpoly1305_ppc.c18 void poly1305_emit(void *ctx, unsigned char mac[16],
36 func[1] = (void*)(uintptr_t)poly1305_emit; in poly1305_init()
44 func[1] = (void*)(uintptr_t)poly1305_emit; in poly1305_init()
H A Dpoly1305.c198 * in next iteration. If we end up in poly1305_emit, then in poly1305_blocks()
213 static void poly1305_emit(void *ctx, unsigned char mac[16], in poly1305_emit() function
362 * in next iteration. If we end up in poly1305_emit, then in poly1305_blocks()
379 static void poly1305_emit(void *ctx, unsigned char mac[16], in poly1305_emit() function
429 void poly1305_emit(void *ctx, unsigned char mac[16],
451 ctx->func.emit = poly1305_emit; in Poly1305_Init()
461 * This "eclipses" poly1305_blocks and poly1305_emit, but it's
465 # define poly1305_emit (*poly1305_emit_p) macro
525 poly1305_emit(ctx->opaque, mac, ctx->nonce); in Poly1305_Final()
H A Dpoly1305_base2_44.c135 void poly1305_emit(void *ctx, unsigned char mac[16], const u32 nonce[4]) in poly1305_emit() function
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm/crypto/poly1305/
H A Dpoly1305-mips.S256 .globl poly1305_emit
257 .ent poly1305_emit
258 poly1305_emit: label
330 .end poly1305_emit
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm_avx2/crypto/poly1305/
H A Dpoly1305-mips.S256 .globl poly1305_emit
257 .ent poly1305_emit
258 poly1305_emit: label
330 .end poly1305_emit
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm/crypto/poly1305/
H A Dpoly1305-ppc.s128 .globl poly1305_emit
129 .type poly1305_emit,@function
131 poly1305_emit: label
132 .localentry poly1305_emit,0
237 .size poly1305_emit,.-poly1305_emit
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm_avx2/crypto/poly1305/
H A Dpoly1305-ppc.s128 .globl poly1305_emit
129 .type poly1305_emit,@function
131 poly1305_emit: label
132 .localentry poly1305_emit,0
237 .size poly1305_emit,.-poly1305_emit
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/
H A Dpoly1305-mips.pl357 .globl poly1305_emit
358 .ent poly1305_emit
359 poly1305_emit: label
431 .end poly1305_emit
H A Dpoly1305-ia64.S279 .global poly1305_emit#
280 .proc poly1305_emit#
282 poly1305_emit: label
363 .endp poly1305_emit#
H A Dpoly1305-armv8.pl69 .globl poly1305_emit
70 .hidden poly1305_emit
183 .type poly1305_emit,%function
185 poly1305_emit: label
213 .size poly1305_emit,.-poly1305_emit
879 cbz $is_base2_26,poly1305_emit
H A Dpoly1305-sparcv9.pl134 add %o7,poly1305_emit-poly1305_blocks_vis3,%o5
375 .globl poly1305_emit
377 poly1305_emit: label
441 .type poly1305_emit,#function
442 .size poly1305_emit,.-poly1305_emit
/third_party/openssl/crypto/poly1305/asm/
H A Dpoly1305-mips.pl357 .globl poly1305_emit
358 .ent poly1305_emit
359 poly1305_emit: label
431 .end poly1305_emit
H A Dpoly1305-ia64.S279 .global poly1305_emit#
280 .proc poly1305_emit#
282 poly1305_emit: label
363 .endp poly1305_emit#
H A Dpoly1305-armv8.pl69 .globl poly1305_emit
70 .hidden poly1305_emit
183 .type poly1305_emit,%function
185 poly1305_emit: label
213 .size poly1305_emit,.-poly1305_emit
881 cbz $is_base2_26,poly1305_emit
H A Dpoly1305-sparcv9.pl134 add %o7,poly1305_emit-poly1305_blocks_vis3,%o5
375 .globl poly1305_emit
377 poly1305_emit: label
441 .type poly1305_emit,#function
442 .size poly1305_emit,.-poly1305_emit
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/crypto/poly1305/
H A Dpoly1305-armv8.S12 .globl poly1305_emit
13 .hidden poly1305_emit
126 .type poly1305_emit,%function
128 poly1305_emit: label
156 .size poly1305_emit,.-poly1305_emit
810 cbz x17,poly1305_emit
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/crypto/poly1305/
H A Dpoly1305-armv8.S12 .globl poly1305_emit
13 .hidden poly1305_emit
126 .type poly1305_emit,%function
128 poly1305_emit: label
156 .size poly1305_emit,.-poly1305_emit
810 cbz x17,poly1305_emit
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/crypto/poly1305/
H A Dpoly1305-x86_64.s9 .globl poly1305_emit
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
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm_avx2/crypto/poly1305/
H A Dpoly1305-x86_64.s9 .globl poly1305_emit
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
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/crypto/poly1305/
H A Dpoly1305-x86_64.s9 .globl poly1305_emit
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
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/crypto/poly1305/
H A Dpoly1305-ppc.s135 .globl .poly1305_emit
137 .poly1305_emit:
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm_avx2/crypto/poly1305/
H A Dpoly1305-ppc.s135 .globl .poly1305_emit
137 .poly1305_emit:

Completed in 17 milliseconds

12