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:inv_key
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/bnxt_re/
H
A
D
qplib_fp.h
166
u32
inv_key
;
member
184
u32
inv_key
;
member
H
A
D
qplib_fp.c
1808
sqe->inv_key_or_imm_data = cpu_to_le32(wqe->send.
inv_key
);
in bnxt_qplib_post_send()
1838
sqe->imm_data = cpu_to_le32(wqe->rdma.
inv_key
);
in bnxt_qplib_post_send()
H
A
D
ib_verbs.c
2365
wqe->send.
inv_key
= wr->ex.invalidate_rkey;
in bnxt_re_build_send_wqe()
2395
wqe->rdma.
inv_key
= wr->ex.invalidate_rkey;
in bnxt_re_build_rdma_wqe()
/kernel/linux/linux-6.6/drivers/infiniband/hw/bnxt_re/
H
A
D
qplib_fp.h
168
u32
inv_key
;
member
186
u32
inv_key
;
member
H
A
D
qplib_fp.c
1838
sqe->inv_key_or_imm_data = cpu_to_le32(wqe->send.
inv_key
);
in bnxt_qplib_post_send()
1868
sqe->imm_data = cpu_to_le32(wqe->rdma.
inv_key
);
in bnxt_qplib_post_send()
H
A
D
ib_verbs.c
2465
wqe->send.
inv_key
= wr->ex.invalidate_rkey;
in bnxt_re_build_send_wqe()
2495
wqe->rdma.
inv_key
= wr->ex.invalidate_rkey;
in bnxt_re_build_rdma_wqe()
/kernel/linux/linux-5.10/drivers/crypto/
H
A
D
sa2ul.c
106
* @
inv_key
: Whether the encryption algorithm demands key inversion
122
bool
inv_key
;
member
440
static inline int sa_aes_inv_key(u8 *
inv_key
, const u8 *key, u16 key_sz)
in sa_aes_inv_key()
argument
472
memcpy(
inv_key
, &ctx.key_enc[key_pos], key_sz);
in sa_aes_inv_key()
494
if (ad->
inv_key
&& !enc) {
in sa_set_sc_enc()
933
ad.
inv_key
= true;
in sa_aes_cbc_setkey()
953
ad.
inv_key
= true;
in sa_aes_ecb_setkey()
1804
ad->
inv_key
= true;
in sa_aead_setkey()
/kernel/linux/linux-6.6/drivers/crypto/
H
A
D
sa2ul.c
126
* @
inv_key
: Whether the encryption algorithm demands key inversion
142
bool
inv_key
;
member
466
static inline int sa_aes_inv_key(u8 *
inv_key
, const u8 *key, u16 key_sz)
in sa_aes_inv_key()
argument
498
memcpy(
inv_key
, &ctx.key_enc[key_pos], key_sz);
in sa_aes_inv_key()
520
if (ad->
inv_key
&& !enc) {
in sa_set_sc_enc()
959
ad.
inv_key
= true;
in sa_aes_cbc_setkey()
979
ad.
inv_key
= true;
in sa_aes_ecb_setkey()
1825
ad->
inv_key
= true;
in sa_aead_setkey()
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/
H
A
D
hns_roce_hw_v1.h
409
__le32
inv_key
;
member
H
A
D
hns_roce_hw_v2.h
1155
__le32
inv_key
;
member
H
A
D
hns_roce_hw_v2.c
117
rc_sq_wqe->
inv_key
= cpu_to_le32(upper_32_bits(pbl_ba));
in set_frmr_seg()
555
rc_sq_wqe->
inv_key
= cpu_to_le32(wr->ex.invalidate_rkey);
in set_rc_opcode()
H
A
D
hns_roce_hw_v1.c
234
ctrl->
inv_key
=
in hns_roce_v1_post_send()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/
H
A
D
hns_roce_hw_v2.h
880
__le32
inv_key
;
member
H
A
D
hns_roce_hw_v2.c
154
rc_sq_wqe->
inv_key
= cpu_to_le32(upper_32_bits(pbl_ba));
in set_frmr_seg()
554
rc_sq_wqe->
inv_key
= cpu_to_le32(wr->ex.invalidate_rkey);
in set_rc_opcode()
Completed in 58 milliseconds