Home
last modified time | relevance | path

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

/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.c213 static void poly1305_emit(void *ctx, unsigned char mac[16], in poly1305_emit() function
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()
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
H A Dpoly1305_ieee754.c430 void poly1305_emit(void *ctx, unsigned char mac[16], const u32 nonce[4]) in poly1305_emit() function
/openssl/crypto/poly1305/asm/
H A Dpoly1305-ia64.S279 .global poly1305_emit#
280 .proc poly1305_emit#
282 poly1305_emit: label
363 .endp poly1305_emit#

Completed in 13 milliseconds