Searched refs:poly1305_emit (Results 1 – 7 of 7) sorted by relevance
/third_party/openssl/crypto/poly1305/ |
D | poly1305.c | 215 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()
|
D | poly1305_base2_44.c | 135 void poly1305_emit(void *ctx, unsigned char mac[16], const u32 nonce[4]) in poly1305_emit() function
|
D | poly1305_ieee754.c | 430 void poly1305_emit(void *ctx, unsigned char mac[16], const u32 nonce[4]) in poly1305_emit() function
|
/third_party/openssl/crypto/poly1305/asm/arm64/ |
D | poly1305-armv8.S | 12 .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/ |
D | ppccap.c | 112 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/ |
D | poly1305-armv4.S | 11 .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/ |
D | poly1305-x86_64.s | 9 .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
|