OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:public_key_len
(Results
1 - 3
of
3
) sorted by null
/system/keymaster/
nist_curve_key_exchange_test.cpp
107
size_t
public_key_len
= (field_len * 2) + 1;
local
108
uint8_t* public_key = new uint8_t[
public_key_len
];
109
public_key_len
= EC_POINT_point2oct(group, point_at_infinity, POINT_CONVERSION_UNCOMPRESSED,
110
public_key,
public_key_len
, nullptr /* ctx */);
120
public_key_len
, &computed_shared_secret));
/external/wpa_supplicant_8/src/wps/
wps_attr_parse.h
78
u16
public_key_len
;
member in struct:wps_parse_attr
/external/wpa_supplicant_8/src/tls/
x509v3.h
64
size_t
public_key_len
;
member in struct:x509_certificate
Completed in 427 milliseconds