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:SGX_MODULUS_SIZE
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
sgx.h
88
#define
SGX_MODULUS_SIZE
384
macro
397
u8 modulus[
SGX_MODULUS_SIZE
];
399
u8 signature[
SGX_MODULUS_SIZE
];
402
u8 q1[
SGX_MODULUS_SIZE
];
403
u8 q2[
SGX_MODULUS_SIZE
];
/kernel/linux/linux-6.6/tools/testing/selftests/sgx/
H
A
D
sigstruct.c
49
ctx->s = BN_bin2bn(s,
SGX_MODULUS_SIZE
, NULL);
in alloc_q1q2_ctx()
50
ctx->m = BN_bin2bn(m,
SGX_MODULUS_SIZE
, NULL);
in alloc_q1q2_ctx()
97
if (BN_num_bytes(ctx.q1) >
SGX_MODULUS_SIZE
) {
in calc_q1q2()
109
if (BN_num_bytes(ctx.q2) >
SGX_MODULUS_SIZE
) {
in calc_q1q2()
379
reverse_bytes(sigstruct->signature,
SGX_MODULUS_SIZE
);
in encl_measure()
380
reverse_bytes(sigstruct->modulus,
SGX_MODULUS_SIZE
);
in encl_measure()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/sgx/
H
A
D
ioctl.c
466
return crypto_shash_digest(shash, modulus,
SGX_MODULUS_SIZE
, hash);
in __sgx_get_key_hash()
Completed in 3 milliseconds