Searched refs:poly1305_init_int (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssl/crypto/poly1305/ |
H A D | poly1305_ppc.c | 15 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 D | poly1305-ppc.S | 5 .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 D | poly1305-ppc.S | 5 .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 D | poly1305-ppc.S | 4 .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 D | ossl_ppc.c | 131 void poly1305_init_int(void *ctx, const unsigned char key[16]); 149 poly1305_init_int(ctx, key); in poly1305_init()
|