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_CAPABLE
(Results
1 - 22
of
22
) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H
A
D
cipher_aes_ocb_hw.c
62
# if defined(
AESNI_CAPABLE
)
82
if (
AESNI_CAPABLE
) \
H
A
D
cipher_aes_xts_hw.c
100
#if defined(
AESNI_CAPABLE
)
120
if (
AESNI_CAPABLE
) \
H
A
D
cipher_aes_ccm_hw.c
60
#elif defined(
AESNI_CAPABLE
)
H
A
D
cipher_aes_gcm_hw.c
138
#elif defined(
AESNI_CAPABLE
)
H
A
D
cipher_aes_hw.c
139
#if defined(
AESNI_CAPABLE
)
H
A
D
cipher_aes_cbc_hmac_sha1_hw.c
19
#if !defined(AES_CBC_HMAC_SHA_CAPABLE) || !defined(
AESNI_CAPABLE
)
795
#endif /* !defined(AES_CBC_HMAC_SHA_CAPABLE) || !defined(
AESNI_CAPABLE
) */
H
A
D
cipher_aes_cbc_hmac_sha256_hw.c
19
#if !defined(AES_CBC_HMAC_SHA_CAPABLE) || !defined(
AESNI_CAPABLE
)
846
#endif /* !defined(AES_CBC_HMAC_SHA_CAPABLE) || !defined(
AESNI_CAPABLE
) */
/third_party/openssl/providers/implementations/ciphers/
H
A
D
cipher_aes_ocb_hw.c
62
# if defined(
AESNI_CAPABLE
)
82
if (
AESNI_CAPABLE
) \
H
A
D
cipher_aes_xts_hw.c
100
#if defined(
AESNI_CAPABLE
)
120
if (
AESNI_CAPABLE
) \
H
A
D
cipher_aes_ccm_hw.c
60
#elif defined(
AESNI_CAPABLE
)
H
A
D
cipher_aes_gcm_hw.c
138
#elif defined(
AESNI_CAPABLE
)
H
A
D
cipher_aes_hw.c
139
#if defined(
AESNI_CAPABLE
)
H
A
D
cipher_aes_cbc_hmac_sha1_hw.c
19
#if !defined(AES_CBC_HMAC_SHA_CAPABLE) || !defined(
AESNI_CAPABLE
)
795
#endif /* !defined(AES_CBC_HMAC_SHA_CAPABLE) || !defined(
AESNI_CAPABLE
) */
H
A
D
cipher_aes_cbc_hmac_sha256_hw.c
19
#if !defined(AES_CBC_HMAC_SHA_CAPABLE) || !defined(
AESNI_CAPABLE
)
846
#endif /* !defined(AES_CBC_HMAC_SHA_CAPABLE) || !defined(
AESNI_CAPABLE
) */
/third_party/node/deps/openssl/openssl/crypto/evp/
H
A
D
e_aes_cbc_hmac_sha256.c
47
# define
AESNI_CAPABLE
(1<<(57-32))
macro
934
return ((OPENSSL_ia32cap_P[1] &
AESNI_CAPABLE
) &&
in EVP_aes_128_cbc_hmac_sha256()
941
return ((OPENSSL_ia32cap_P[1] &
AESNI_CAPABLE
) &&
in EVP_aes_256_cbc_hmac_sha256()
H
A
D
e_aes_cbc_hmac_sha1.c
47
# define
AESNI_CAPABLE
(1<<(57-32))
macro
950
return (OPENSSL_ia32cap_P[1] &
AESNI_CAPABLE
?
in EVP_aes_128_cbc_hmac_sha1()
956
return (OPENSSL_ia32cap_P[1] &
AESNI_CAPABLE
?
in EVP_aes_256_cbc_hmac_sha1()
H
A
D
e_aes.c
137
#if defined(
AESNI_CAPABLE
)
417
{ return
AESNI_CAPABLE
?&aesni_##keylen##_##mode:&aes_##keylen##_##mode; }
443
{ return
AESNI_CAPABLE
?&aesni_##keylen##_##mode:&aes_##keylen##_##mode; }
/third_party/openssl/crypto/evp/
H
A
D
e_aes_cbc_hmac_sha256.c
47
# define
AESNI_CAPABLE
(1<<(57-32))
macro
934
return ((OPENSSL_ia32cap_P[1] &
AESNI_CAPABLE
) &&
in EVP_aes_128_cbc_hmac_sha256()
941
return ((OPENSSL_ia32cap_P[1] &
AESNI_CAPABLE
) &&
in EVP_aes_256_cbc_hmac_sha256()
H
A
D
e_aes_cbc_hmac_sha1.c
47
# define
AESNI_CAPABLE
(1<<(57-32))
macro
950
return (OPENSSL_ia32cap_P[1] &
AESNI_CAPABLE
?
in EVP_aes_128_cbc_hmac_sha1()
956
return (OPENSSL_ia32cap_P[1] &
AESNI_CAPABLE
?
in EVP_aes_256_cbc_hmac_sha1()
H
A
D
e_aes.c
137
#if defined(
AESNI_CAPABLE
)
417
{ return
AESNI_CAPABLE
?&aesni_##keylen##_##mode:&aes_##keylen##_##mode; }
443
{ return
AESNI_CAPABLE
?&aesni_##keylen##_##mode:&aes_##keylen##_##mode; }
/third_party/node/deps/openssl/openssl/include/crypto/
H
A
D
aes_platform.h
145
# define
AESNI_CAPABLE
(OPENSSL_ia32cap_P[1]&(1<<(57-32)))
macro
/third_party/openssl/include/crypto/
H
A
D
aes_platform.h
145
# define
AESNI_CAPABLE
(OPENSSL_ia32cap_P[1]&(1<<(57-32)))
macro
Completed in 24 milliseconds