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:msg_a
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/ceph/
H
A
D
auth_x.c
302
struct ceph_x_authorize_a *
msg_a
;
in encrypt_authorizer()
local
307
msg_a
= au->buf->vec.iov_base;
in encrypt_authorizer()
308
WARN_ON(
msg_a
->ticket_blob.secret_id != cpu_to_le64(au->secret_id));
in encrypt_authorizer()
309
p = (void *)(
msg_a
+ 1) + le32_to_cpu(
msg_a
->ticket_blob.blob_len);
in encrypt_authorizer()
353
struct ceph_x_authorize_a *
msg_a
;
in ceph_x_build_authorizer()
local
367
maxlen = sizeof(*
msg_a
) + ticket_blob_len +
in ceph_x_build_authorizer()
384
msg_a
= au->buf->vec.iov_base;
in ceph_x_build_authorizer()
385
msg_a
->struct_v = 1;
in ceph_x_build_authorizer()
386
msg_a
in ceph_x_build_authorizer()
[all...]
/kernel/linux/linux-6.6/net/ceph/
H
A
D
auth_x.c
305
struct ceph_x_authorize_a *
msg_a
;
in encrypt_authorizer()
local
310
msg_a
= au->buf->vec.iov_base;
in encrypt_authorizer()
311
WARN_ON(
msg_a
->ticket_blob.secret_id != cpu_to_le64(au->secret_id));
in encrypt_authorizer()
312
p = (void *)(
msg_a
+ 1) + le32_to_cpu(
msg_a
->ticket_blob.blob_len);
in encrypt_authorizer()
356
struct ceph_x_authorize_a *
msg_a
;
in ceph_x_build_authorizer()
local
370
maxlen = sizeof(*
msg_a
) + ticket_blob_len +
in ceph_x_build_authorizer()
388
msg_a
= au->buf->vec.iov_base;
in ceph_x_build_authorizer()
389
msg_a
->struct_v = 1;
in ceph_x_build_authorizer()
390
msg_a
in ceph_x_build_authorizer()
[all...]
Completed in 3 milliseconds