Home
last modified time | relevance | path

Searched refs:poly1305 (Results 1 – 21 of 21) 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.info629 IF[{- !$disabled{poly1305} -}]
/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
/openssl/test/recipes/30-test_evp_data/
H A Devpciph_chacha.txt140 Cipher = chacha20-poly1305
148 Cipher = chacha20-poly1305
156 Cipher = chacha20-poly1305
167 Cipher = chacha20-poly1305
175 Cipher = chacha20-poly1305
183 Cipher = chacha20-poly1305
191 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.c95 MAC_NEWCTX(poly1305, "POLY1305")
243 MAC_SETTABLE_CTX_PARAMS(poly1305, "POLY1305")
266 MAC_SIGNATURE_FUNCTIONS(poly1305)
/openssl/providers/implementations/ciphers/
H A Dcipher_chacha20_poly1305.h21 POLY1305 poly1305; member
H A Dcipher_chacha20_poly1305_hw.c125 POLY1305 *poly = &ctx->poly1305; in chacha20_poly1305_tls_cipher()
274 POLY1305 *poly = &ctx->poly1305; in chacha20_poly1305_aead_cipher()
H A Dbuild.info186 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/demos/
H A DREADME.txt36 poly1305.c Demonstration of Poly1305-AES message authentication
/openssl/.github/workflows/
H A Drun-checker-daily.yml89 no-poly1305,
/openssl/test/ssl-tests/
H A D25-cipher.cnf.in159 unless disabled("poly1305") || disabled("chacha") || $fips_mode;
/openssl/crypto/
H A Dbuild.info5 md2 md4 md5 sha mdc2 hmac ripemd whrlpool poly1305 \
/openssl/crypto/objects/
H A Dobj_mac.num1061 poly1305 1061
H A Dobjects.txt1625 : ChaCha20-Poly1305 : chacha20-poly1305
1739 : Poly1305 : poly1305
/openssl/crypto/err/
H A Dopenssl.txt695 EVP_R_EXPECTING_A_POLY1305_KEY:164:expecting a poly1305 key
/openssl/
H A DINSTALL.md997 poly1305|rc2|rc4|rmd160|scrypt|seed|

Completed in 49 milliseconds