Searched refs:chacha (Results 1 – 10 of 10) sorted by relevance
/openssl-master/crypto/chacha/ |
A D | build.info | 5 $CHACHAASM_x86=chacha-x86.s 8 $CHACHAASM_ia64=chacha-ia64.S 29 GENERATE[chacha-x86.s]=asm/chacha-x86.pl 30 GENERATE[chacha-x86_64.s]=asm/chacha-x86_64.pl 31 GENERATE[chacha-ppc.s]=asm/chacha-ppc.pl 32 GENERATE[chacha-armv4.S]=asm/chacha-armv4.pl 33 INCLUDE[chacha-armv4.o]=.. 34 GENERATE[chacha-armv8.S]=asm/chacha-armv8.pl 37 GENERATE[chacha-c64xplus.S]=asm/chacha-c64xplus.pl 38 GENERATE[chacha-s390x.S]=asm/chacha-s390x.pl [all …]
|
/openssl-master/providers/implementations/ciphers/ |
A D | cipher_chacha20_poly1305_hw.c | 137 ctx->chacha.counter[0] = 0; in chacha20_poly1305_tls_cipher() 139 ChaCha20_ctr32(buf, zero, buf_len, ctx->chacha.key.d, ctx->chacha.counter); in chacha20_poly1305_tls_cipher() 162 ctx->chacha.counter[0] = 0; in chacha20_poly1305_tls_cipher() 164 ctx->chacha.key.d, ctx->chacha.counter); in chacha20_poly1305_tls_cipher() 194 ctx->chacha.counter[0] = 0; in chacha20_poly1305_tls_cipher() 196 ctx->chacha.key.d, ctx->chacha.counter); in chacha20_poly1305_tls_cipher() 207 ChaCha20_ctr32(out, in, plen, ctx->chacha.key.d, ctx->chacha.counter); in chacha20_poly1305_tls_cipher() 211 ChaCha20_ctr32(out, in, plen, ctx->chacha.key.d, ctx->chacha.counter); in chacha20_poly1305_tls_cipher() 292 ctx->chacha.key.d, ctx->chacha.counter); in chacha20_poly1305_aead_cipher() 325 ctx->chacha.base.hw->cipher(&ctx->chacha.base, out, in, plen); in chacha20_poly1305_aead_cipher() [all …]
|
A D | cipher_chacha20_poly1305.h | 20 PROV_CHACHA20_CTX chacha; member
|
A D | build.info | 137 IF[{- !$disabled{chacha} -}]
|
A D | cipher_chacha20_poly1305.c | 58 ossl_chacha20_initctx(&ctx->chacha); in chacha20_poly1305_newctx()
|
/openssl-master/util/ |
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-master/test/ssl-tests/ |
A D | 25-cipher.cnf.in | 159 unless disabled("poly1305") || disabled("chacha") || $fips_mode;
|
/openssl-master/crypto/ |
A D | build.info | 7 seed sm4 chacha modes bn ec rsa dsa dh sm2 dso engine \
|
/openssl-master/test/ |
A D | build.info | 596 IF[{- !$disabled{chacha} -}]
|
/openssl-master/ |
A D | INSTALL.md | 985 no-{aria|bf|blake2|camellia|cast|chacha|cmac|
|
Completed in 21 milliseconds