OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:publen
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/crypto/
crypto_openssl.c
607
size_t
publen
, privlen;
local
627
publen
= BN_num_bytes(dh->pub_key);
628
pubkey = wpabuf_alloc(
publen
);
636
BN_bn2bin(dh->pub_key, wpabuf_put(pubkey,
publen
));
/external/ipsec-tools/src/racoon/
crypto_openssl.c
[
all
...]
Completed in 116 milliseconds