Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/poly1305/
H A Dpoly1305_ppc.c15 void poly1305_init_int(void *ctx, const unsigned char key[16]);
34 poly1305_init_int(ctx, key); in poly1305_init()
42 poly1305_init_int(ctx, key); in poly1305_init()
/freebsd/sys/crypto/openssl/powerpc64le/
H A Dpoly1305-ppc.S5 .globl poly1305_init_int symbol
6 .type poly1305_init_int,@function
8 poly1305_init_int: label
9 .localentry poly1305_init_int,0
37 .size poly1305_init_int,.-poly1305_init_int
/freebsd/sys/crypto/openssl/powerpc64/
H A Dpoly1305-ppc.S5 .globl poly1305_init_int symbol
6 .type poly1305_init_int,@function
8 poly1305_init_int: label
9 .localentry poly1305_init_int,0
44 .size poly1305_init_int,.-poly1305_init_int
/freebsd/sys/crypto/openssl/powerpc/
H A Dpoly1305-ppc.S4 .globl poly1305_init_int symbol
5 .type poly1305_init_int,@function
7 poly1305_init_int: label
44 .size poly1305_init_int,.-poly1305_init_int
/freebsd/sys/crypto/openssl/
H A Dossl_ppc.c131 void poly1305_init_int(void *ctx, const unsigned char key[16]);
149 poly1305_init_int(ctx, key); in poly1305_init()