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
defs:alignmask
(Results
1 - 25
of
29
) sorted by relevance
1
2
/kernel/linux/linux-5.10/crypto/
H
A
D
cipher.c
23
unsigned long
alignmask
= crypto_cipher_alignmask(tfm);
in setkey_unaligned()
local
45
unsigned long
alignmask
= crypto_cipher_alignmask(tfm);
in crypto_cipher_setkey()
local
60
unsigned long
alignmask
= crypto_cipher_alignmask(tfm);
in cipher_crypt_one()
local
H
A
D
cmac.c
52
unsigned long
alignmask
= crypto_shash_alignmask(parent);
in crypto_cmac_digest_setkey()
local
106
unsigned long
alignmask
= crypto_shash_alignmask(pdesc->tfm);
in crypto_cmac_digest_init()
local
121
unsigned long
alignmask
= crypto_shash_alignmask(parent);
in crypto_cmac_digest_update()
local
167
unsigned long
alignmask
= crypto_shash_alignmask(parent);
in crypto_cmac_digest_final()
local
227
unsigned long
alignmask
;
in cmac_create()
local
[all...]
H
A
D
xcbc.c
53
unsigned long
alignmask
= crypto_shash_alignmask(parent);
in crypto_xcbc_digest_setkey()
local
73
unsigned long
alignmask
= crypto_shash_alignmask(pdesc->tfm);
in crypto_xcbc_digest_init()
local
88
unsigned long
alignmask
= crypto_shash_alignmask(parent);
in crypto_xcbc_digest_update()
local
134
unsigned long
alignmask
= crypto_shash_alignmask(parent);
in crypto_xcbc_digest_final()
local
193
unsigned long
alignmask
;
in xcbc_create()
local
[all...]
H
A
D
cfb.c
45
const unsigned long
alignmask
= crypto_skcipher_alignmask(tfm);
in crypto_cfb_final()
local
H
A
D
aead.c
25
unsigned long
alignmask
= crypto_aead_alignmask(tfm);
in setkey_unaligned()
local
45
unsigned long
alignmask
= crypto_aead_alignmask(tfm);
in crypto_aead_setkey()
local
H
A
D
ctr.c
31
unsigned long
alignmask
= crypto_cipher_alignmask(tfm);
in crypto_ctr_crypt_final()
local
77
unsigned long
alignmask
= crypto_cipher_alignmask(tfm);
in crypto_ctr_crypt_inplace()
local
H
A
D
ahash.c
43
unsigned int
alignmask
= walk->
alignmask
;
in hash_walk_next()
local
81
unsigned int
alignmask
= walk->
alignmask
;
in crypto_hash_walk_done()
local
140
unsigned long
alignmask
= crypto_ahash_
alignmask
(tfm);
ahash_setkey_unaligned()
local
175
unsigned long
alignmask
= crypto_ahash_
alignmask
(tfm);
crypto_ahash_setkey()
local
202
unsigned long
alignmask
= crypto_ahash_
alignmask
(tfm);
ahash_save_req()
local
332
unsigned long
alignmask
= crypto_ahash_
alignmask
(tfm);
crypto_ahash_op()
local
[all...]
H
A
D
skcipher.c
227
unsigned
alignmask
= walk->
alignmask
;
in skcipher_next_slow()
local
399
unsigned
alignmask
in skcipher_copy_iv()
local
581
unsigned long
alignmask
= crypto_skcipher_
alignmask
(tfm);
skcipher_setkey_unaligned()
local
603
unsigned long
alignmask
= crypto_skcipher_
alignmask
(tfm);
crypto_skcipher_setkey()
local
[all...]
H
A
D
shash.c
46
unsigned long
alignmask
= crypto_shash_alignmask(tfm);
in shash_setkey_unaligned()
local
73
unsigned long
alignmask
= crypto_shash_alignmask(tfm);
in crypto_shash_setkey()
local
96
unsigned long
alignmask
= crypto_shash_alignmask(tfm);
in shash_update_unaligned()
local
126
unsigned long
alignmask
in crypto_shash_update()
local
138
unsigned long
alignmask
= crypto_shash_
alignmask
(tfm);
shash_final_unaligned()
local
167
unsigned long
alignmask
= crypto_shash_
alignmask
(tfm);
crypto_shash_final()
local
188
unsigned long
alignmask
= crypto_shash_
alignmask
(tfm);
crypto_shash_finup()
local
209
unsigned long
alignmask
= crypto_shash_
alignmask
(tfm);
crypto_shash_digest()
local
[all...]
H
A
D
drbg.c
1736
unsigned int
alignmask
;
in drbg_init_sym_kernel()
local
/kernel/linux/linux-5.10/include/crypto/
H
A
D
scatterwalk.h
48
scatterwalk_aligned(struct scatter_walk *walk, unsigned int
alignmask
)
scatterwalk_aligned()
argument
/kernel/linux/linux-6.6/crypto/
H
A
D
cipher.c
24
unsigned long
alignmask
= crypto_cipher_alignmask(tfm);
in setkey_unaligned()
local
47
unsigned long
alignmask
= crypto_cipher_alignmask(tfm);
in crypto_cipher_setkey()
local
62
unsigned long
alignmask
= crypto_cipher_alignmask(tfm);
in cipher_crypt_one()
local
H
A
D
xctr.c
79
unsigned long
alignmask
= crypto_cipher_alignmask(tfm);
in crypto_xctr_crypt_inplace()
local
H
A
D
cfb.c
46
const unsigned long
alignmask
= crypto_skcipher_alignmask(tfm);
in crypto_cfb_final()
local
H
A
D
cmac.c
53
unsigned long
alignmask
= crypto_shash_alignmask(parent);
in crypto_cmac_digest_setkey()
local
107
unsigned long
alignmask
= crypto_shash_alignmask(pdesc->tfm);
in crypto_cmac_digest_init()
local
122
unsigned long
alignmask
= crypto_shash_alignmask(parent);
in crypto_cmac_digest_update()
local
168
unsigned long
alignmask
= crypto_shash_alignmask(parent);
in crypto_cmac_digest_final()
local
244
unsigned long
alignmask
;
in cmac_create()
local
[all...]
H
A
D
aead.c
35
unsigned long
alignmask
= crypto_aead_alignmask(tfm);
in setkey_unaligned()
local
56
unsigned long
alignmask
= crypto_aead_alignmask(tfm);
in crypto_aead_setkey()
local
H
A
D
ctr.c
32
unsigned long
alignmask
= crypto_cipher_alignmask(tfm);
in crypto_ctr_crypt_final()
local
78
unsigned long
alignmask
= crypto_cipher_alignmask(tfm);
in crypto_ctr_crypt_inplace()
local
H
A
D
xcbc.c
54
unsigned long
alignmask
= crypto_shash_alignmask(parent);
in crypto_xcbc_digest_setkey()
local
74
unsigned long
alignmask
= crypto_shash_alignmask(pdesc->tfm);
in crypto_xcbc_digest_init()
local
89
unsigned long
alignmask
= crypto_shash_alignmask(parent);
in crypto_xcbc_digest_update()
local
135
unsigned long
alignmask
= crypto_shash_alignmask(parent);
in crypto_xcbc_digest_final()
local
194
unsigned long
alignmask
;
in xcbc_create()
local
[all...]
H
A
D
shash.c
45
unsigned long
alignmask
= crypto_shash_alignmask(tfm);
in shash_setkey_unaligned()
local
72
unsigned long
alignmask
= crypto_shash_alignmask(tfm);
in crypto_shash_setkey()
local
95
unsigned long
alignmask
= crypto_shash_alignmask(tfm);
in shash_update_unaligned()
local
125
unsigned long
alignmask
in crypto_shash_update()
local
143
unsigned long
alignmask
= crypto_shash_
alignmask
(tfm);
shash_final_unaligned()
local
172
unsigned long
alignmask
= crypto_shash_
alignmask
(tfm);
crypto_shash_final()
local
199
unsigned long
alignmask
= crypto_shash_
alignmask
(tfm);
crypto_shash_finup()
local
232
unsigned long
alignmask
= crypto_shash_
alignmask
(tfm);
crypto_shash_digest()
local
[all...]
H
A
D
ahash.c
36
unsigned int
alignmask
= walk->
alignmask
;
in hash_walk_next()
local
74
unsigned int
alignmask
= walk->
alignmask
;
in crypto_hash_walk_done()
local
133
unsigned long
alignmask
= crypto_ahash_
alignmask
(tfm);
ahash_setkey_unaligned()
local
168
unsigned long
alignmask
= crypto_ahash_
alignmask
(tfm);
crypto_ahash_setkey()
local
190
unsigned long
alignmask
= crypto_ahash_
alignmask
(tfm);
ahash_save_req()
local
291
unsigned long
alignmask
= crypto_ahash_
alignmask
(tfm);
crypto_ahash_op()
local
[all...]
H
A
D
skcipher.c
246
unsigned
alignmask
= walk->
alignmask
;
in skcipher_next_slow()
local
418
unsigned
alignmask
in skcipher_copy_iv()
local
594
unsigned long
alignmask
= crypto_skcipher_
alignmask
(tfm);
skcipher_setkey_unaligned()
local
616
unsigned long
alignmask
= crypto_skcipher_
alignmask
(tfm);
crypto_skcipher_setkey()
local
[all...]
/kernel/linux/linux-5.10/include/crypto/internal/
H
A
D
hash.h
21
unsigned int
alignmask
;
member
H
A
D
skcipher.h
65
unsigned int
alignmask
;
member
/kernel/linux/linux-6.6/include/crypto/internal/
H
A
D
hash.h
21
unsigned int
alignmask
;
member
H
A
D
skcipher.h
74
unsigned int
alignmask
;
member
Completed in 18 milliseconds
1
2