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:af_alg_iv
(Results
1 - 10
of
10
) sorted by relevance
/third_party/ltp/lib/
H
A
D
tst_af_alg.c
205
struct
af_alg_iv
*alg_iv;
in tst_alg_sendmsg()
214
controllen += CMSG_SPACE(sizeof(struct
af_alg_iv
) +
in tst_alg_sendmsg()
236
cmsg->cmsg_len = CMSG_LEN(sizeof(struct
af_alg_iv
) +
in tst_alg_sendmsg()
238
alg_iv = (struct
af_alg_iv
*)CMSG_DATA(cmsg);
in tst_alg_sendmsg()
/third_party/ltp/include/lapi/
H
A
D
if_alg.h
25
struct
af_alg_iv
{
struct
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H
A
D
crypto_linux.c
685
struct
af_alg_iv
*alg_iv;
in aes_128_cbc_oper()
713
alg_iv = (struct
af_alg_iv
*) CMSG_DATA(hdr);
in aes_128_cbc_oper()
794
struct
af_alg_iv
*alg_iv;
in aes_unwrap()
822
alg_iv = (struct
af_alg_iv
*) CMSG_DATA(hdr);
in aes_unwrap()
864
struct
af_alg_iv
*alg_iv;
in crypto_cipher_init()
911
alg_iv = (struct
af_alg_iv
*) CMSG_DATA(hdr);
in crypto_cipher_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H
A
D
crypto_linux.c
685
struct
af_alg_iv
*alg_iv;
in aes_128_cbc_oper()
713
alg_iv = (struct
af_alg_iv
*) CMSG_DATA(hdr);
in aes_128_cbc_oper()
794
struct
af_alg_iv
*alg_iv;
in aes_unwrap()
822
alg_iv = (struct
af_alg_iv
*) CMSG_DATA(hdr);
in aes_unwrap()
864
struct
af_alg_iv
*alg_iv;
in crypto_cipher_init()
911
alg_iv = (struct
af_alg_iv
*) CMSG_DATA(hdr);
in crypto_cipher_init()
/third_party/node/deps/openssl/openssl/engines/
H
A
D
e_afalg.c
65
# define ALG_IV_LEN(len) (sizeof(struct
af_alg_iv
) + (len))
395
struct
af_alg_iv
*aiv;
in afalg_set_iv_sk()
400
aiv = (struct
af_alg_iv
*)CMSG_DATA(cmsg);
in afalg_set_iv_sk()
/third_party/openssl/engines/
H
A
D
e_afalg.c
65
# define ALG_IV_LEN(len) (sizeof(struct
af_alg_iv
) + (len))
395
struct
af_alg_iv
*aiv;
in afalg_set_iv_sk()
400
aiv = (struct
af_alg_iv
*)CMSG_DATA(cmsg);
in afalg_set_iv_sk()
/third_party/rust/crates/libc/src/unix/linux_like/android/
H
A
D
mod.rs
577
pub struct
af_alg_iv
{
structure names
935
impl
af_alg_iv
{
impls
947
impl PartialEq for
af_alg_iv
{
948
fn eq(&self, other: &
af_alg_iv
) -> bool {
in eq()
954
impl Eq for
af_alg_iv
{}
957
impl ::fmt::Debug for
af_alg_iv
{
959
f.debug_struct("
af_alg_iv
")
in fmt()
966
impl ::hash::Hash for
af_alg_iv
{
/third_party/rust/crates/nix/src/sys/socket/
H
A
D
mod.rs
1218
let
af_alg_iv
= libc::
af_alg_iv
{
in copy_to_cmsg_data()
1223
let size = mem::size_of_val(&
af_alg_iv
);
in copy_to_cmsg_data()
1227
&
af_alg_iv
as *const _ as *const u8,
in copy_to_cmsg_data()
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H
A
D
mod.rs
685
pub struct
af_alg_iv
{
structure names
1050
impl
af_alg_iv
{
impls
1062
impl PartialEq for
af_alg_iv
{
1063
fn eq(&self, other: &
af_alg_iv
) -> bool {
in eq()
1069
impl Eq for
af_alg_iv
{}
1072
impl ::fmt::Debug for
af_alg_iv
{
1074
f.debug_struct("
af_alg_iv
")
in fmt()
1081
impl ::hash::Hash for
af_alg_iv
{
/third_party/python/Modules/
H
A
D
socketmodule.c
4699
struct
af_alg_iv
*alg_iv = NULL;
Completed in 61 milliseconds