Home
last modified time | relevance | path

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

/openssl/crypto/poly1305/
H A Dbuild.info38 GENERATE[poly1305-sparcv9.S]=asm/poly1305-sparcv9.pl
40 GENERATE[poly1305-x86.S]=asm/poly1305-x86.pl
41 GENERATE[poly1305-x86_64.s]=asm/poly1305-x86_64.pl
42 GENERATE[poly1305-ia64.s]=asm/poly1305-ia64.S
43 GENERATE[poly1305-ppc.s]=asm/poly1305-ppc.pl
44 GENERATE[poly1305-ppcfp.s]=asm/poly1305-ppcfp.pl
45 GENERATE[poly1305-armv4.S]=asm/poly1305-armv4.pl
47 GENERATE[poly1305-armv8.S]=asm/poly1305-armv8.pl
49 GENERATE[poly1305-mips.S]=asm/poly1305-mips.pl
51 GENERATE[poly1305-c64xplus.S]=asm/poly1305-c64xplus.pl
[all …]
/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()
1533 Poly1305_Final(&poly1305, out); in test_poly1305()
1544 Poly1305_Init(&poly1305, key); in test_poly1305()
1547 Poly1305_Final(&poly1305, out); in test_poly1305()
1555 Poly1305_Init(&poly1305, key); in test_poly1305()
[all …]
H A Dbuild.info789 IF[{- !$disabled{poly1305} -}]
/openssl/demos/mac/
H A Dbuild.info10 poly1305
24 INCLUDE[poly1305]=../../include
25 SOURCE[poly1305]=poly1305.c
26 DEPEND[poly1305]=../../libcrypto
H A DMakefile10 poly1305
21 poly1305: poly1305.o target
/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
H A Devpmac_poly1305.txt183 # AVX2 in poly1305-x86.pl failed this with 176+32 split
/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} -}]
/openssl/providers/implementations/signature/
H A Dmac_legacy_sig.c93 MAC_NEWCTX(poly1305, "POLY1305")
241 MAC_SETTABLE_CTX_PARAMS(poly1305, "POLY1305")
264 MAC_SIGNATURE_FUNCTIONS(poly1305)
/openssl/providers/implementations/ciphers/
H A Dcipher_chacha20_poly1305.h21 POLY1305 poly1305; member
H A Dcipher_chacha20_poly1305_hw.c123 POLY1305 *poly = &ctx->poly1305; in chacha20_poly1305_tls_cipher()
272 POLY1305 *poly = &ctx->poly1305; in chacha20_poly1305_aead_cipher()
H A Dbuild.info204 IF[{- !$disabled{poly1305} -}]
/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…
/openssl/test/ssl-tests/
H A D25-cipher.cnf.in159 unless disabled("poly1305") || disabled("chacha") || $fips_mode;
/openssl/demos/
H A DREADME.txt56 poly1305.c Demonstration of Poly1305-AES message authentication
/openssl/crypto/
H A Dbuild.info5 md2 md4 md5 sha mdc2 hmac ripemd whrlpool poly1305 \
/openssl/.github/workflows/
H A Drun-checker-daily.yml88 no-poly1305,
/openssl/crypto/objects/
H A Dobj_mac.num1061 poly1305 1061
H A Dobjects.txt1692 : ChaCha20-Poly1305 : chacha20-poly1305
1812 : Poly1305 : poly1305
/openssl/doc/man3/
H A DOSSL_HPKE_CTX_new.pod459 "aes-gcm-128", "aes-gcm-256" and "chacha20-poly1305" for AEAD.
/openssl/crypto/err/
H A Dopenssl.txt738 EVP_R_EXPECTING_A_POLY1305_KEY:164:expecting a poly1305 key
/openssl/
H A DINSTALL.md1180 poly1305|rc2|rc4|rmd160|scrypt|seed|

Completed in 58 milliseconds