Searched refs:poly1305 (Results 1 – 23 of 23) sorted by relevance
/openssl/crypto/poly1305/ |
H A D | build.info | 38 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 D | poly1305_internal_test.c | 1508 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 D | build.info | 789 IF[{- !$disabled{poly1305} -}]
|
/openssl/demos/mac/ |
H A D | build.info | 10 poly1305 24 INCLUDE[poly1305]=../../include 25 SOURCE[poly1305]=poly1305.c 26 DEPEND[poly1305]=../../libcrypto
|
H A D | Makefile | 10 poly1305 21 poly1305: poly1305.o target
|
/openssl/test/recipes/30-test_evp_data/ |
H A D | evpciph_chacha.txt | 140 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 D | evpmac_poly1305.txt | 183 # AVX2 in poly1305-x86.pl failed this with 176+32 split
|
/openssl/providers/implementations/macs/ |
H A D | poly1305_prov.c | 41 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 D | build.info | 28 IF[{- !$disabled{poly1305} -}]
|
/openssl/providers/implementations/signature/ |
H A D | mac_legacy_sig.c | 93 MAC_NEWCTX(poly1305, "POLY1305") 241 MAC_SETTABLE_CTX_PARAMS(poly1305, "POLY1305") 264 MAC_SIGNATURE_FUNCTIONS(poly1305)
|
/openssl/providers/implementations/ciphers/ |
H A D | cipher_chacha20_poly1305.h | 21 POLY1305 poly1305; member
|
H A D | cipher_chacha20_poly1305_hw.c | 123 POLY1305 *poly = &ctx->poly1305; in chacha20_poly1305_tls_cipher() 272 POLY1305 *poly = &ctx->poly1305; in chacha20_poly1305_aead_cipher()
|
H A D | build.info | 204 IF[{- !$disabled{poly1305} -}]
|
/openssl/util/ |
H A D | fix-includes.sed | 2 …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 D | 25-cipher.cnf.in | 159 unless disabled("poly1305") || disabled("chacha") || $fips_mode;
|
/openssl/demos/ |
H A D | README.txt | 56 poly1305.c Demonstration of Poly1305-AES message authentication
|
/openssl/crypto/ |
H A D | build.info | 5 md2 md4 md5 sha mdc2 hmac ripemd whrlpool poly1305 \
|
/openssl/.github/workflows/ |
H A D | run-checker-daily.yml | 91 no-poly1305,
|
/openssl/crypto/objects/ |
H A D | obj_mac.num | 1061 poly1305 1061
|
H A D | objects.txt | 1692 : ChaCha20-Poly1305 : chacha20-poly1305 1812 : Poly1305 : poly1305
|
/openssl/doc/man3/ |
H A D | OSSL_HPKE_CTX_new.pod | 459 "aes-gcm-128", "aes-gcm-256" and "chacha20-poly1305" for AEAD.
|
/openssl/crypto/err/ |
H A D | openssl.txt | 738 EVP_R_EXPECTING_A_POLY1305_KEY:164:expecting a poly1305 key
|
/openssl/ |
H A D | INSTALL.md | 1204 poly1305|rc2|rc4|rmd160|scrypt|seed|
|
Completed in 103 milliseconds