Home
last modified time | relevance | path

Searched refs:chacha (Results 1 – 11 of 11) sorted by relevance

/openssl/crypto/chacha/
H A Dbuild.info13 $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 Dcipher_chacha20_poly1305_hw.c135 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 Dcipher_chacha20_poly1305.h20 PROV_CHACHA20_CTX chacha; member
H A Dbuild.info201 IF[{- !$disabled{chacha} -}]
H A Dcipher_chacha20_poly1305.c57 ossl_chacha20_initctx(&ctx->chacha); in chacha20_poly1305_newctx()
/openssl/util/
H A Dfix-includes.sed2 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 D25-cipher.cnf.in159 unless disabled("poly1305") || disabled("chacha") || $fips_mode;
/openssl/crypto/
H A Dbuild.info7 seed sm4 chacha modes bn ec rsa dsa dh sm2 dso engine \
/openssl/.github/workflows/
H A Drun-checker-daily.yml44 no-chacha,
/openssl/test/
H A Dbuild.info792 IF[{- !$disabled{chacha} -}]
/openssl/
H A DINSTALL.md1202 no-{aria|bf|blake2|camellia|cast|chacha|cmac|

Completed in 34 milliseconds