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:AESNI_ALIGN
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/crypto/
H
A
D
aesni-intel_glue.c
41
#define
AESNI_ALIGN
16
macro
42
#define AESNI_ALIGN_ATTR __attribute__ ((__aligned__(
AESNI_ALIGN
)))
45
#define AESNI_ALIGN_EXTRA ((
AESNI_ALIGN
- 1) & ~(CRYPTO_MINALIGN - 1))
284
unsigned long align =
AESNI_ALIGN
;
in aesni_rfc4106_gcm_ctx_get()
294
unsigned long align =
AESNI_ALIGN
;
in generic_gcmaes_ctx_get()
305
unsigned long align =
AESNI_ALIGN
;
in aes_ctx()
692
u8 databuf[sizeof(struct gcm_context_data) + (
AESNI_ALIGN
- 8)] __aligned(8);
in gcmaes_crypt_by_sg()
693
struct gcm_context_data *data = PTR_ALIGN((void *)databuf,
AESNI_ALIGN
);
in gcmaes_crypt_by_sg()
834
u8 ivbuf[16 + (
AESNI_ALIGN
- 8)] __aligned(8);
in helper_rfc4106_encrypt()
835
u8 *iv = PTR_ALIGN(&ivbuf[0],
AESNI_ALIGN
);
in helper_rfc4106_encrypt()
[all...]
/kernel/linux/linux-6.6/arch/x86/crypto/
H
A
D
aesni-intel_glue.c
40
#define
AESNI_ALIGN
16
macro
41
#define AESNI_ALIGN_ATTR __attribute__ ((__aligned__(
AESNI_ALIGN
)))
44
#define AESNI_ALIGN_EXTRA ((
AESNI_ALIGN
- 1) & ~(CRYPTO_MINALIGN - 1))
204
unsigned long align =
AESNI_ALIGN
;
in aesni_rfc4106_gcm_ctx_get()
214
unsigned long align =
AESNI_ALIGN
;
in generic_gcmaes_ctx_get()
225
unsigned long align =
AESNI_ALIGN
;
in aes_ctx()
674
u8 databuf[sizeof(struct gcm_context_data) + (
AESNI_ALIGN
- 8)] __aligned(8);
in gcmaes_crypt_by_sg()
675
struct gcm_context_data *data = PTR_ALIGN((void *)databuf,
AESNI_ALIGN
);
in gcmaes_crypt_by_sg()
830
u8 ivbuf[16 + (
AESNI_ALIGN
- 8)] __aligned(8);
in helper_rfc4106_encrypt()
831
u8 *iv = PTR_ALIGN(&ivbuf[0],
AESNI_ALIGN
);
in helper_rfc4106_encrypt()
[all...]
Completed in 4 milliseconds