Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:chacha
(Results
1 - 25
of
45
) sorted by relevance
1
2
/kernel/linux/linux-6.6/crypto/
H
A
D
chacha20poly1305.c
12
#include <crypto/
chacha
.h>
20
struct crypto_skcipher_spawn
chacha
;
member
26
struct crypto_skcipher *
chacha
;
member
66
struct chacha_req
chacha
;
member
127
struct chacha_req *creq = &rctx->u.
chacha
;
in chacha_decrypt()
143
skcipher_request_set_tfm(&creq->req, ctx->
chacha
);
in chacha_decrypt()
365
struct chacha_req *creq = &rctx->u.
chacha
;
in poly_genkey()
383
skcipher_request_set_tfm(&creq->req, ctx->
chacha
);
in poly_genkey()
403
struct chacha_req *creq = &rctx->u.
chacha
;
in chacha_encrypt()
419
skcipher_request_set_tfm(&creq->req, ctx->
chacha
);
in chacha_encrypt()
505
struct crypto_skcipher *
chacha
;
chachapoly_init()
local
561
struct skcipher_alg *
chacha
;
chachapoly_create()
local
[all...]
H
A
D
chacha_generic.c
11
#include <crypto/internal/
chacha
.h>
/kernel/linux/linux-5.10/crypto/
H
A
D
chacha20poly1305.c
12
#include <crypto/
chacha
.h>
20
struct crypto_skcipher_spawn
chacha
;
member
26
struct crypto_skcipher *
chacha
;
member
66
struct chacha_req
chacha
;
member
127
struct chacha_req *creq = &rctx->u.
chacha
;
in chacha_decrypt()
143
skcipher_request_set_tfm(&creq->req, ctx->
chacha
);
in chacha_decrypt()
365
struct chacha_req *creq = &rctx->u.
chacha
;
in poly_genkey()
383
skcipher_request_set_tfm(&creq->req, ctx->
chacha
);
in poly_genkey()
403
struct chacha_req *creq = &rctx->u.
chacha
;
in chacha_encrypt()
419
skcipher_request_set_tfm(&creq->req, ctx->
chacha
);
in chacha_encrypt()
505
struct crypto_skcipher *
chacha
;
chachapoly_init()
local
561
struct skcipher_alg *
chacha
;
chachapoly_create()
local
[all...]
H
A
D
chacha_generic.c
11
#include <crypto/internal/
chacha
.h>
/kernel/linux/linux-5.10/arch/mips/crypto/
H
A
D
Makefile
8
obj-$(CONFIG_CRYPTO_CHACHA_MIPS) +=
chacha
-mips.o
9
chacha
-mips-y :=
chacha
-core.o
chacha
-glue.o
H
A
D
chacha-glue.c
11
#include <crypto/internal/
chacha
.h>
/kernel/linux/linux-6.6/arch/mips/crypto/
H
A
D
Makefile
8
obj-$(CONFIG_CRYPTO_CHACHA_MIPS) +=
chacha
-mips.o
9
chacha
-mips-y :=
chacha
-core.o
chacha
-glue.o
H
A
D
chacha-glue.c
11
#include <crypto/internal/
chacha
.h>
/kernel/linux/linux-5.10/arch/arm/crypto/
H
A
D
Makefile
12
obj-$(CONFIG_CRYPTO_CHACHA20_NEON) +=
chacha
-neon.o
38
chacha
-neon-y :=
chacha
-scalar-core.o
chacha
-glue.o
39
chacha
-neon-$(CONFIG_KERNEL_MODE_NEON) +=
chacha
-neon-core.o
/kernel/linux/linux-6.6/arch/arm/crypto/
H
A
D
Makefile
14
obj-$(CONFIG_CRYPTO_CHACHA20_NEON) +=
chacha
-neon.o
42
chacha
-neon-y :=
chacha
-scalar-core.o
chacha
-glue.o
43
chacha
-neon-$(CONFIG_KERNEL_MODE_NEON) +=
chacha
-neon-core.o
/kernel/linux/linux-6.6/arch/powerpc/crypto/
H
A
D
Makefile
17
obj-$(CONFIG_CRYPTO_CHACHA20_P10) +=
chacha
-p10-crypto.o
28
chacha
-p10-crypto-y :=
chacha
-p10-glue.o
chacha
-p10le-8x.o
/kernel/linux/linux-5.10/arch/x86/crypto/
H
A
D
Makefile
49
obj-$(CONFIG_CRYPTO_CHACHA20_X86_64) +=
chacha
-x86_64.o
50
chacha
-x86_64-y :=
chacha
-avx2-x86_64.o
chacha
-ssse3-x86_64.o chacha_glue.o
51
chacha
-x86_64-$(CONFIG_AS_AVX512) +=
chacha
-avx512vl-x86_64.o
/kernel/linux/linux-6.6/arch/x86/crypto/
H
A
D
Makefile
45
obj-$(CONFIG_CRYPTO_CHACHA20_X86_64) +=
chacha
-x86_64.o
46
chacha
-x86_64-y :=
chacha
-avx2-x86_64.o
chacha
-ssse3-x86_64.o chacha_glue.o
47
chacha
-x86_64-$(CONFIG_AS_AVX512) +=
chacha
-avx512vl-x86_64.o
/kernel/linux/linux-6.6/arch/s390/crypto/
H
A
D
Makefile
21
chacha_s390-y :=
chacha
-glue.o
chacha
-s390.o
H
A
D
chacha-glue.c
11
#include <crypto/internal/
chacha
.h>
19
#include "
chacha
-s390.h"
/kernel/linux/linux-5.10/arch/arm64/crypto/
H
A
D
Makefile
50
obj-$(CONFIG_CRYPTO_CHACHA20_NEON) +=
chacha
-neon.o
51
chacha
-neon-y :=
chacha
-neon-core.o
chacha
-neon-glue.o
/kernel/linux/linux-6.6/arch/arm64/crypto/
H
A
D
Makefile
68
obj-$(CONFIG_CRYPTO_CHACHA20_NEON) +=
chacha
-neon.o
69
chacha
-neon-y :=
chacha
-neon-core.o
chacha
-neon-glue.o
/kernel/linux/linux-5.10/lib/crypto/
H
A
D
libchacha.c
13
#include <crypto/
chacha
.h>
H
A
D
Makefile
3
#
chacha
is used by the /dev/random driver which is always builtin
4
obj-y +=
chacha
.o
/kernel/linux/linux-6.6/lib/crypto/
H
A
D
libchacha.c
13
#include <crypto/
chacha
.h>
H
A
D
Makefile
6
#
chacha
is used by the /dev/random driver which is always builtin
7
obj-y +=
chacha
.o
/kernel/linux/linux-5.10/include/crypto/internal/
H
A
D
chacha.h
6
#include <crypto/
chacha
.h>
/kernel/linux/linux-6.6/include/crypto/internal/
H
A
D
chacha.h
6
#include <crypto/
chacha
.h>
/kernel/linux/linux-5.10/drivers/crypto/caam/
H
A
D
compat.h
39
#include <crypto/
chacha
.h>
/kernel/linux/linux-6.6/drivers/crypto/caam/
H
A
D
compat.h
40
#include <crypto/
chacha
.h>
Completed in 8 milliseconds
1
2