Searched refs:chacha (Results 1 – 11 of 11) sorted by relevance
/openssl/crypto/chacha/ |
H A D | build.info | 13 $CHACHAASM_aarch64=chacha-armv8.S chacha-armv8-sve.S 39 GENERATE[chacha-x86.S]=asm/chacha-x86.pl 40 GENERATE[chacha-x86_64.s]=asm/chacha-x86_64.pl 41 GENERATE[chacha-ppc.s]=asm/chacha-ppc.pl 43 GENERATE[chacha-armv4.S]=asm/chacha-armv4.pl 45 GENERATE[chacha-armv8.S]=asm/chacha-armv8.pl 46 GENERATE[chacha-armv8-sve.S]=asm/chacha-armv8-sve.pl 51 GENERATE[chacha-c64xplus.S]=asm/chacha-c64xplus.pl 52 GENERATE[chacha-s390x.S]=asm/chacha-s390x.pl 53 GENERATE[chacha-ia64.S]=asm/chacha-ia64.pl [all …]
|
/openssl/providers/implementations/ciphers/ |
H A D | cipher_chacha20_poly1305_hw.c | 135 ctx->chacha.counter[0] = 0; in chacha20_poly1305_tls_cipher() 137 ChaCha20_ctr32(buf, zero, buf_len, ctx->chacha.key.d, ctx->chacha.counter); in chacha20_poly1305_tls_cipher() 160 ctx->chacha.counter[0] = 0; in chacha20_poly1305_tls_cipher() 162 ctx->chacha.key.d, ctx->chacha.counter); in chacha20_poly1305_tls_cipher() 192 ctx->chacha.counter[0] = 0; in chacha20_poly1305_tls_cipher() 194 ctx->chacha.key.d, ctx->chacha.counter); in chacha20_poly1305_tls_cipher() 205 ChaCha20_ctr32(out, in, plen, ctx->chacha.key.d, ctx->chacha.counter); in chacha20_poly1305_tls_cipher() 209 ChaCha20_ctr32(out, in, plen, ctx->chacha.key.d, ctx->chacha.counter); in chacha20_poly1305_tls_cipher() 290 ctx->chacha.key.d, ctx->chacha.counter); in chacha20_poly1305_aead_cipher() 323 ctx->chacha.base.hw->cipher(&ctx->chacha.base, out, in, plen); in chacha20_poly1305_aead_cipher() [all …]
|
H A D | cipher_chacha20_poly1305.h | 20 PROV_CHACHA20_CTX chacha; member
|
H A D | build.info | 201 IF[{- !$disabled{chacha} -}]
|
H A D | cipher_chacha20_poly1305.c | 57 ossl_chacha20_initctx(&ctx->chacha); in chacha20_poly1305_newctx()
|
/openssl/util/ |
H A D | fix-includes.sed | 2 s@internal/(aria.h|asn1_dsa.h|async.h|bn_conf.h|bn_conf.h|bn_dh.h|bn_srp.h|chacha.h|(aes|des|cmll)_…
|
/openssl/test/ssl-tests/ |
H A D | 25-cipher.cnf.in | 159 unless disabled("poly1305") || disabled("chacha") || $fips_mode;
|
/openssl/crypto/ |
H A D | build.info | 7 seed sm4 chacha modes bn ec rsa dsa dh sm2 dso engine \
|
/openssl/.github/workflows/ |
H A D | run-checker-daily.yml | 44 no-chacha,
|
/openssl/test/ |
H A D | build.info | 792 IF[{- !$disabled{chacha} -}]
|
/openssl/ |
H A D | INSTALL.md | 1202 no-{aria|bf|blake2|camellia|cast|chacha|cmac|
|
Completed in 35 milliseconds