OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:alg_iv
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/crypto/
crypto_linux.c
682
struct af_alg_iv *
alg_iv
;
local
695
CMSG_SPACE(sizeof(*
alg_iv
) + iv_len);
709
hdr->cmsg_len = CMSG_SPACE(sizeof(*
alg_iv
) + iv_len);
710
alg_iv
= (struct af_alg_iv *) CMSG_DATA(hdr);
711
alg_iv
->ivlen = iv_len;
712
os_memcpy(
alg_iv
->iv, iv, iv_len);
791
struct af_alg_iv *
alg_iv
;
local
804
CMSG_SPACE(sizeof(*
alg_iv
) + iv_len);
818
hdr->cmsg_len = CMSG_SPACE(sizeof(*
alg_iv
) + iv_len);
819
alg_iv
= (struct af_alg_iv *) CMSG_DATA(hdr)
861
struct af_
alg_iv
*
alg_iv
;
local
[
all
...]
/external/python/cpython3/Modules/
socketmodule.c
4205
struct af_
alg_iv
*
alg_iv
= NULL;
local
[
all
...]
Completed in 62 milliseconds