Searched refs:poly1305_emit (Results 1 – 5 of 5) sorted by relevance
/openssl/crypto/poly1305/ |
H A D | poly1305_ppc.c | 18 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 D | poly1305.c | 213 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 D | poly1305_base2_44.c | 135 void poly1305_emit(void *ctx, unsigned char mac[16], const u32 nonce[4]) in poly1305_emit() function
|
H A D | poly1305_ieee754.c | 430 void poly1305_emit(void *ctx, unsigned char mac[16], const u32 nonce[4]) in poly1305_emit() function
|
/openssl/crypto/poly1305/asm/ |
H A D | poly1305-ia64.S | 279 .global poly1305_emit# 280 .proc poly1305_emit# 282 poly1305_emit: label 363 .endp poly1305_emit#
|
Completed in 13 milliseconds