Home
last modified time | relevance | path

Searched refs:poly1305 (Results 1 – 25 of 42) sorted by relevance

12

/freebsd/crypto/openssl/crypto/poly1305/
H A Dbuild.info5 $POLY1305ASM_x86=poly1305-x86.S
6 $POLY1305ASM_x86_64=poly1305-x86_64.s
8 $POLY1305ASM_ia64=poly1305-ia64.s
10 $POLY1305ASM_sparcv9=poly1305-sparcv9.S
12 $POLY1305ASM_mips64=poly1305-mips.S
14 $POLY1305ASM_s390x=poly1305-s390x.S
16 $POLY1305ASM_armv4=poly1305-armv4.S
17 $POLY1305ASM_aarch64=poly1305-armv8.S
19 $POLY1305ASM_ppc32=poly1305_ppc.c poly1305-ppc.s poly1305-ppcfp.s
22 $POLY1305ASM_c64xplus=poly1305-c64xplus.s
[all …]
/freebsd/crypto/openssl/test/
H A Dpoly1305_internal_test.c1508 POLY1305 poly1305; in test_poly1305() local
1520 Poly1305_Init(&poly1305, key); in test_poly1305()
1521 Poly1305_Update(&poly1305, in, inlen); in test_poly1305()
1522 Poly1305_Final(&poly1305, out); in test_poly1305()
1530 Poly1305_Init(&poly1305, key); in test_poly1305()
1531 Poly1305_Update(&poly1305, in, 1); in test_poly1305()
1532 Poly1305_Update(&poly1305, in+1, inlen-1); in test_poly1305()
1533 Poly1305_Final(&poly1305, out); in test_poly1305()
1544 Poly1305_Init(&poly1305, key); in test_poly1305()
1545 Poly1305_Update(&poly1305, in, half); in test_poly1305()
[all …]
/freebsd/crypto/openssl/demos/mac/
H A DMakefile14 all: gmac hmac-sha512 cmac-aes256 poly1305
19 poly1305: poly1305.o target
21 gmac hmac-sha512 cmac-aes256 poly1305: target
25 $(RM) gmac hmac-sha512 cmac-aes256 poly1305 *.o
/freebsd/sys/modules/ossl/
H A DMakefile23 poly1305-armv4.S \
32 poly1305-armv8.S \
45 poly1305-x86_64.S \
55 poly1305-x86.S \
69 poly1305-ppc.S \
70 poly1305-ppcfp.S \
90 poly1305-ppc.S \
91 poly1305-ppcfp.S \
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devpciph_chacha.txt140 Cipher = chacha20-poly1305
148 Cipher = chacha20-poly1305
158 Cipher = chacha20-poly1305
166 Cipher = chacha20-poly1305
177 Cipher = chacha20-poly1305
185 Cipher = chacha20-poly1305
193 Cipher = chacha20-poly1305
201 Cipher = chacha20-poly1305
/freebsd/secure/lib/libcrypto/
H A DMakefile.asm16 ${LCRYPTO_SRC}/crypto/poly1305/asm \
40 SRCS+= poly1305-armv8.pl
74 ${LCRYPTO_SRC}/crypto/poly1305/asm \
108 SRCS+= poly1305-x86_64.pl
156 ${LCRYPTO_SRC}/crypto/poly1305/asm \
180 SRCS+= poly1305-armv4.pl
212 ${LCRYPTO_SRC}/crypto/poly1305/asm \
257 SRCS+= poly1305-x86.pl
299 ${LCRYPTO_SRC}/crypto/poly1305/asm \
323 SRCS+= poly1305-ppc.pl poly1305-ppcfp.pl
[all …]
H A DMakefile333 SRCS+= poly1305.c
335 SRCS+= poly1305-armv8.S
337 SRCS+= poly1305-x86_64.S
339 SRCS+= poly1305-armv4.S
341 SRCS+= poly1305-x86.S
343 SRCS+= poly1305_ppc.c poly1305-ppc.S poly1305-ppcfp.S
345 SRCS+= poly1305_ppc.c poly1305-ppc.S poly1305-ppcfp.S
347 SRCS+= poly1305_ppc.c poly1305-ppc.S poly1305-ppcfp.S
678 ${LCRYPTO_SRC}/crypto/poly1305 \
/freebsd/crypto/openssh/
H A DPROTOCOL.chacha20poly13051 This document describes the chacha20-poly1305@openssh.com authenticated
16 The chacha20-poly1305@openssh.com combines these two primitives into an
25 The chacha20-poly1305@openssh.com offers both encryption and
27 chacha20-poly1305@openssh.com cipher is selected in key exchange,
34 The chacha20-poly1305@openssh.com cipher requires 512 bits of key
42 keyed by K_2, is used in conjunction with poly1305 to build an AEAD
91 is followed, then chacha20-poly1305@openssh.com requires no special
101 http://cr.yp.to/mac/poly1305-20050329.pdf
/freebsd/crypto/openssl/providers/implementations/macs/
H A Dpoly1305_prov.c41 POLY1305 poly1305; /* Poly1305 data */ member
88 Poly1305_Init(&ctx->poly1305, key); in poly1305_setkey()
117 Poly1305_Update(&ctx->poly1305, data, datalen); in poly1305_update()
129 Poly1305_Final(&ctx->poly1305, out); in poly1305_final()
H A Dbuild.info28 IF[{- !$disabled{poly1305} -}]
/freebsd/tests/sys/netipsec/tunnel/
H A Dchacha20_poly1305.sh13 ist_test 4 chacha20-poly1305 "123456789012345678901234567890123456"
30 ist_test 6 chacha20-poly1305 "123456789012345678901234567890123456"
/freebsd/sys/contrib/libsodium/src/libsodium/
H A DMakefile.am38 crypto_onetimeauth/poly1305/onetimeauth_poly1305.c \
39 crypto_onetimeauth/poly1305/onetimeauth_poly1305.h \
40 crypto_onetimeauth/poly1305/donna/poly1305_donna.h \
41 crypto_onetimeauth/poly1305/donna/poly1305_donna32.h \
42 crypto_onetimeauth/poly1305/donna/poly1305_donna64.h \
43 crypto_onetimeauth/poly1305/donna/poly1305_donna.c \
230 crypto_onetimeauth/poly1305/sse2/poly1305_sse2.c \
231 crypto_onetimeauth/poly1305/sse2/poly1305_sse2.h
/freebsd/sys/contrib/libsodium/
H A DAUTHORS29 poly1305 Daniel J. Bernstein
78 crypto_onetimeauth/poly1305/donna Andrew "floodyberry" Moon
79 crypto_onetimeauth/poly1305/sse2
H A DChangeLog426 - The poly1305-53 implementation has been replaced with Floodyberry's
427 poly1305-donna32 and poly1305-donna64 implementations.
454 - poly1305-ref has been replaced by a faster implementation,
455 Floodyberry's poly1305-donna-unrolled.
485 - Optimized versions of curve25519 (curve25519_donna_c64), poly1305
/freebsd/crypto/openssl/providers/implementations/signature/
H A Dmac_legacy_sig.c95 MAC_NEWCTX(poly1305, "POLY1305")
243 MAC_SETTABLE_CTX_PARAMS(poly1305, "POLY1305")
266 MAC_SIGNATURE_FUNCTIONS(poly1305)
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_chacha20_poly1305.h21 POLY1305 poly1305; member
/freebsd/sys/modules/crypto/
H A DMakefile16 .PATH: ${LIBSODIUM}/crypto_onetimeauth/poly1305
17 .PATH: ${LIBSODIUM}/crypto_onetimeauth/poly1305/donna
/freebsd/crypto/openssl/util/
H A Dfix-includes.sed2 …OLOGUE.H|dso_conf.h|dso_conf.h|engine.h|lhash.h|md32_common.h|objects.h|poly1305.h|sha.h|siphash.h…
/freebsd/crypto/openssh/regress/
H A Ddhgex.sh61 check 8192 chacha20-poly1305@openssh.com
/freebsd/crypto/openssh/regress/unittests/sshsig/
H A DMakefile13 SRCS+=cipher-chachapoly.c chacha.c poly1305.c ssh-ecdsa-sk.c ssh-sk.c
/freebsd/crypto/openssh/regress/unittests/hostkeys/
H A DMakefile13 SRCS+=cipher-chachapoly.c chacha.c poly1305.c ssh-ecdsa-sk.c ssh-sk.c
/freebsd/crypto/openssh/regress/unittests/sshkey/
H A DMakefile13 SRCS+=cipher-chachapoly.c chacha.c poly1305.c ssh-ecdsa-sk.c ssh-sk.c
/freebsd/crypto/openssh/regress/unittests/kex/
H A DMakefile13 SRCS+=cipher-chachapoly.c chacha.c poly1305.c ssh-ecdsa-sk.c ssh-sk.c
/freebsd/crypto/openssl/demos/
H A DREADME.txt30 poly1305.c Demonstration of Poly1305-AES message authentication
/freebsd/secure/lib/libssh/
H A DMakefile21 poly1305.c chacha.c cipher-chachapoly.c cipher-chachapoly-libcrypto.c \

12