OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:publ
(Results
1 - 5
of
5
) sorted by null
/external/wpa_supplicant_8/src/crypto/
dh_group5.c
22
void * dh5_init(struct wpabuf **priv, struct wpabuf **
publ
)
24
*
publ
= dh_init(dh_groups_get(5), priv);
25
if (*
publ
== 0)
dh_group5.h
18
void * dh5_init(struct wpabuf **priv, struct wpabuf **
publ
);
crypto_openssl.c
413
void * dh5_init(struct wpabuf **priv, struct wpabuf **
publ
)
420
*
publ
= NULL;
450
*
publ
= pubkey;
/libcore/luni/src/test/java/tests/security/interfaces/
DSAPublicKeyTest.java
41
DSAPublicKey
publ
= null;
local
50
publ
= (DSAPublicKey) keys.getPublic();
51
assertNotNull("Invalid Y value",
publ
.getY());
58
publ
= (DSAPublicKey) keys.getPublic();
59
assertNotNull("Invalid Y value",
publ
.getY());
/external/chromium/net/base/
effective_tld_names.cc
[
all
...]
Completed in 119 milliseconds