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:e_buf
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/ccp/
H
A
D
ccp-crypto-rsa.c
115
kfree_sensitive(ctx->u.rsa.
e_buf
);
in ccp_rsa_free_key_bufs()
116
ctx->u.rsa.
e_buf
= NULL;
in ccp_rsa_free_key_bufs()
156
ret = ccp_copy_and_save_keypart(&ctx->u.rsa.
e_buf
, &ctx->u.rsa.e_len,
in ccp_rsa_setkey()
160
sg_init_one(&ctx->u.rsa.e_sg, ctx->u.rsa.
e_buf
, ctx->u.rsa.e_len);
in ccp_rsa_setkey()
H
A
D
ccp-crypto.h
243
u8 *
e_buf
;
member
H
A
D
sev-dev.c
1015
goto
e_buf
;
in sev_dev_init()
1030
e_buf
:
in sev_dev_init()
/kernel/linux/linux-6.6/drivers/crypto/ccp/
H
A
D
ccp-crypto-rsa.c
115
kfree_sensitive(ctx->u.rsa.
e_buf
);
in ccp_rsa_free_key_bufs()
116
ctx->u.rsa.
e_buf
= NULL;
in ccp_rsa_free_key_bufs()
156
ret = ccp_copy_and_save_keypart(&ctx->u.rsa.
e_buf
, &ctx->u.rsa.e_len,
in ccp_rsa_setkey()
160
sg_init_one(&ctx->u.rsa.e_sg, ctx->u.rsa.
e_buf
, ctx->u.rsa.e_len);
in ccp_rsa_setkey()
H
A
D
ccp-crypto.h
244
u8 *
e_buf
;
member
H
A
D
sev-dev.c
1249
goto
e_buf
;
in sev_dev_init()
1264
e_buf
:
in sev_dev_init()
/kernel/linux/linux-5.10/drivers/media/pci/cx18/
H
A
D
cx18-ioctl.c
674
struct cx18_enc_idx_entry *
e_buf
;
in _cx18_process_idx_data()
local
690
e_buf
= (struct cx18_enc_idx_entry *) &buf->buf[buf->readpos];
in _cx18_process_idx_data()
695
e_idx->offset = (((u64) le32_to_cpu(
e_buf
->offset_high)) << 32)
in _cx18_process_idx_data()
696
| le32_to_cpu(
e_buf
->offset_low);
in _cx18_process_idx_data()
698
e_idx->pts = (((u64) (le32_to_cpu(
e_buf
->pts_high) & 1)) << 32)
in _cx18_process_idx_data()
699
| le32_to_cpu(
e_buf
->pts_low);
in _cx18_process_idx_data()
701
e_idx->length = le32_to_cpu(
e_buf
->length);
in _cx18_process_idx_data()
703
e_idx->flags = mapping[le32_to_cpu(
e_buf
->flags) & 0x7];
in _cx18_process_idx_data()
710
e_buf
++;
in _cx18_process_idx_data()
/kernel/linux/linux-6.6/drivers/media/pci/cx18/
H
A
D
cx18-ioctl.c
707
struct cx18_enc_idx_entry *
e_buf
;
in _cx18_process_idx_data()
local
723
e_buf
= (struct cx18_enc_idx_entry *) &buf->buf[buf->readpos];
in _cx18_process_idx_data()
728
e_idx->offset = (((u64) le32_to_cpu(
e_buf
->offset_high)) << 32)
in _cx18_process_idx_data()
729
| le32_to_cpu(
e_buf
->offset_low);
in _cx18_process_idx_data()
731
e_idx->pts = (((u64) (le32_to_cpu(
e_buf
->pts_high) & 1)) << 32)
in _cx18_process_idx_data()
732
| le32_to_cpu(
e_buf
->pts_low);
in _cx18_process_idx_data()
734
e_idx->length = le32_to_cpu(
e_buf
->length);
in _cx18_process_idx_data()
736
e_idx->flags = mapping[le32_to_cpu(
e_buf
->flags) & 0x7];
in _cx18_process_idx_data()
743
e_buf
++;
in _cx18_process_idx_data()
Completed in 9 milliseconds