| /src/tests/sys/crypto/ |
| Makefile | 8 TESTS_SUBDIRS+= chacha
|
| /src/tests/sys/crypto/chacha/ |
| t_chacha.c | 31 #include <crypto/chacha/chacha.h> 32 #include <crypto/chacha/chacha_ref.h> 35 #include <crypto/chacha/arch/x86/chacha_sse2.h> 39 #include <crypto/chacha/arch/arm/chacha_neon.h> 86 "ARM NEON ChaCha self-test") 91 "x86 SSE2 ChaCha self-test")
|
| Makefile | 5 TESTSDIR= ${TESTSBASE}/sys/crypto/chacha 11 .PATH: ${NETBSDSRCDIR}/sys/crypto/chacha 21 .PATH: ${NETBSDSRCDIR}/sys/crypto/chacha/arch/arm 22 CPPFLAGS+= -I${NETBSDSRCDIR}/sys/crypto/chacha/arch/arm 44 .PATH: ${NETBSDSRCDIR}/sys/crypto/chacha/arch/x86 45 CPPFLAGS+= -I${NETBSDSRCDIR}/sys/crypto/chacha/arch/x86
|
| /src/crypto/external/apache2/openssl/lib/libcrypto/arch/riscv64/ |
| Makefile | 16 (chacha-riscv64-v-zbb.S) \ 17 (echo "#include <machine/asm.h>"; CC=${CC:Q} perl $$i zvkb) > chacha-riscv64-v-zvkb.S;; \
|
| chacha-riscv64-v-zbb.S | 25 # We will use the scalar ALU for 1 chacha block. 30 # Since there is no more chacha block existed, we need to split 1 block 36 #### chacha block data 37 # init chacha const states into v0~v3 52 # init chacha key states into v4~v11 69 # init chacha key states into v12~v13 78 # init chacha nonce states into v14~v15 87 # - v0~v15 for chacha states. 379 # add chacha top-half initial block states 434 # add chacha bottom-half initial block state [all...] |
| chacha-riscv64-v-zvkb.S | 25 # We will use the scalar ALU for 1 chacha block. 30 # Since there is no more chacha block existed, we need to split 1 block 36 #### chacha block data 37 # init chacha const states into v0~v3 52 # init chacha key states into v4~v11 69 # init chacha key states into v12~v13 78 # init chacha nonce states into v14~v15 87 # - v0~v15 for chacha states. 315 # add chacha top-half initial block states 370 # add chacha bottom-half initial block state [all...] |
| /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/ |
| cipher_chacha20_poly1305_hw.c | 37 ctx->chacha.counter[1] = ctx->nonce[0]; 38 ctx->chacha.counter[2] = ctx->nonce[1] ^ CHACHA_U8TOU32(aad); 39 ctx->chacha.counter[3] = ctx->nonce[2] ^ CHACHA_U8TOU32(aad + 4); 52 ctx->nonce[0] = ctx->chacha.counter[1] = CHACHA_U8TOU32(fixed); 53 ctx->nonce[1] = ctx->chacha.counter[2] = CHACHA_U8TOU32(fixed + 4); 54 ctx->nonce[2] = ctx->chacha.counter[3] = CHACHA_U8TOU32(fixed + 8); 70 return ossl_chacha20_einit(&ctx->chacha, key, keylen, NULL, 0, NULL); 72 return ossl_chacha20_dinit(&ctx->chacha, key, keylen, NULL, 0, NULL); 93 ret = ossl_chacha20_einit(&ctx->chacha, NULL, 0, 96 ret = ossl_chacha20_dinit(&ctx->chacha, NULL, 0 [all...] |
| cipher_chacha20_poly1305.h | 20 PROV_CHACHA20_CTX chacha; member in struct:__anon509
|
| cipher_chacha20_poly1305.c | 57 ossl_chacha20_initctx(&ctx->chacha);
|
| /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ |
| cipher_chacha20_poly1305_hw.c | 37 ctx->chacha.counter[1] = ctx->nonce[0]; 38 ctx->chacha.counter[2] = ctx->nonce[1] ^ CHACHA_U8TOU32(aad); 39 ctx->chacha.counter[3] = ctx->nonce[2] ^ CHACHA_U8TOU32(aad+4); 52 ctx->nonce[0] = ctx->chacha.counter[1] = CHACHA_U8TOU32(fixed); 53 ctx->nonce[1] = ctx->chacha.counter[2] = CHACHA_U8TOU32(fixed + 4); 54 ctx->nonce[2] = ctx->chacha.counter[3] = CHACHA_U8TOU32(fixed + 8); 70 return ossl_chacha20_einit(&ctx->chacha, key, keylen, NULL, 0, NULL); 72 return ossl_chacha20_dinit(&ctx->chacha, key, keylen, NULL, 0, NULL); 93 ret = ossl_chacha20_einit(&ctx->chacha, NULL, 0, 96 ret = ossl_chacha20_dinit(&ctx->chacha, NULL, 0 [all...] |
| cipher_chacha20_poly1305.h | 20 PROV_CHACHA20_CTX chacha; member in struct:__anon1573
|
| cipher_chacha20_poly1305.c | 57 ossl_chacha20_initctx(&ctx->chacha);
|
| /src/sys/crypto/chacha/ |
| chacha_impl.h | 42 #include <crypto/chacha/chacha.h>
|
| chacha_impl.c | 38 #include "chacha.h" 55 SYSCTL_SETUP(sysctl_kern_crypto_chacha_setup, "sysctl kern.crypto.chacha setup") 64 sysctl_createv(clog, 0, &cnode, &chacha_node, 0, CTLTYPE_NODE, "chacha", 65 SYSCTL_DESCR("ChaCha"), 70 SYSCTL_DESCR("Selected ChaCha implementation"), 81 aprint_error("chacha: self-test failed: %s\n", 87 aprint_debug("chacha: %s\n", chacha_impl->ci_name); 91 MODULE(MODULE_CLASS_MISC, chacha, NULL); 113 "ChaCha implementation `%s' already offered, can't offer `%s'",
|
| /src/lib/libedit/ |
| search.h | 48 wchar_t chacha; /* Character we are looking for */ member in struct:el_search_t
|
| search.c | 80 el->el_search.chacha = L'\0'; 615 el->el_search.chacha = ch;
|
| vi.c | 782 return cv_csearch(el, el->el_search.chadir, el->el_search.chacha, 798 r = cv_csearch(el, -dir, el->el_search.chacha,
|
| /src/sys/crypto/chacha/arch/x86/ |
| chacha_sse2.h | 34 #include <crypto/chacha/chacha_impl.h>
|
| /src/sys/crypto/chacha/arch/arm/ |
| chacha_neon.h | 34 #include <crypto/chacha/chacha_impl.h>
|
| /src/external/bsd/unbound/dist/dnscrypt/testdata/ |
| gencert.sh | 22 for cipher in salsa chacha 26 if [ "${cipher}" == "chacha" ]
|
| /src/sys/crypto/cprng_fast/ |
| cprng_fast.c | 46 #include <crypto/chacha/chacha.h> 254 * with at most one ChaCha call.
|
| /src/crypto/external/bsd/openssh/lib/ |
| Makefile | 31 chacha.c \
|
| /src/sys/arch/arm/vfp/ |
| vfp_init.c | 57 #include <crypto/chacha/arch/arm/chacha_neon.h> 58 #include <crypto/chacha/chacha_impl.h>
|
| /src/sys/arch/aarch64/aarch64/ |
| cpu.c | 52 #include <crypto/chacha/chacha_impl.h> 53 #include <crypto/chacha/arch/arm/chacha_neon.h> 728 * setup the ChaCha implementation
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/ |
| ppccap.c | 36 #include <crypto/chacha.h>
|