Home
last modified time | relevance | path

Searched refs:publ (Results 1 - 10 of 10) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Ddh_group5.c16 void * dh5_init(struct wpabuf **priv, struct wpabuf **publ) in dh5_init() argument
18 wpabuf_free(*publ); in dh5_init()
19 *publ = dh_init(dh_groups_get(5), priv); in dh5_init()
20 if (*publ == NULL) in dh5_init()
26 void * dh5_init_fixed(const struct wpabuf *priv, const struct wpabuf *publ) in dh5_init_fixed() argument
H A Ddh_group5.h12 void * dh5_init(struct wpabuf **priv, struct wpabuf **publ);
13 void * dh5_init_fixed(const struct wpabuf *priv, const struct wpabuf *publ);
H A Dcrypto_openssl.c747 void * dh5_init(struct wpabuf **priv, struct wpabuf **publ) in dh5_init() argument
757 wpabuf_free(*publ); in dh5_init()
758 *publ = NULL; in dh5_init()
792 *publ = pubkey; in dh5_init()
808 wpabuf_free(*publ); in dh5_init()
809 *publ = NULL; in dh5_init()
842 *publ = pubkey; in dh5_init()
857 void * dh5_init_fixed(const struct wpabuf *priv, const struct wpabuf *publ) in dh5_init_fixed() argument
880 dh->pub_key = BN_bin2bn(wpabuf_head(publ), wpabuf_len(publ), NUL in dh5_init_fixed()
[all...]
H A Dcrypto_wolfssl.c640 void * dh5_init(struct wpabuf **priv, struct wpabuf **publ) in dh5_init() argument
650 wpabuf_free(*publ); in dh5_init()
651 *publ = NULL; in dh5_init()
682 *publ = pubkey; in dh5_init()
698 void * dh5_init_fixed(const struct wpabuf *priv, const struct wpabuf *publ) in dh5_init_fixed() argument
724 if (secret_sz != wpabuf_len(publ) || in dh5_init_fixed()
725 os_memcmp(secret, wpabuf_head(publ), secret_sz) != 0) in dh5_init_fixed()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Ddh_group5.c16 void * dh5_init(struct wpabuf **priv, struct wpabuf **publ) in dh5_init() argument
18 wpabuf_free(*publ); in dh5_init()
19 *publ = dh_init(dh_groups_get(5), priv); in dh5_init()
20 if (*publ == NULL) in dh5_init()
26 void * dh5_init_fixed(const struct wpabuf *priv, const struct wpabuf *publ) in dh5_init_fixed() argument
H A Ddh_group5.h12 void * dh5_init(struct wpabuf **priv, struct wpabuf **publ);
13 void * dh5_init_fixed(const struct wpabuf *priv, const struct wpabuf *publ);
H A Dcrypto_wolfssl.c640 void * dh5_init(struct wpabuf **priv, struct wpabuf **publ) in dh5_init() argument
650 wpabuf_free(*publ); in dh5_init()
651 *publ = NULL; in dh5_init()
682 *publ = pubkey; in dh5_init()
700 void * dh5_init_fixed(const struct wpabuf *priv, const struct wpabuf *publ) in dh5_init_fixed() argument
726 if (secret_sz != wpabuf_len(publ) || in dh5_init_fixed()
727 os_memcmp(secret, wpabuf_head(publ), secret_sz) != 0) in dh5_init_fixed()
H A Dcrypto_openssl.c820 void * dh5_init(struct wpabuf **priv, struct wpabuf **publ) in dh5_init() argument
830 wpabuf_free(*publ); in dh5_init()
831 *publ = NULL; in dh5_init()
865 *publ = pubkey; in dh5_init()
881 wpabuf_free(*publ); in dh5_init()
882 *publ = NULL; in dh5_init()
915 *publ = pubkey; in dh5_init()
930 void * dh5_init_fixed(const struct wpabuf *priv, const struct wpabuf *publ) in dh5_init_fixed() argument
953 dh->pub_key = BN_bin2bn(wpabuf_head(publ), wpabuf_len(publ), NUL in dh5_init_fixed()
[all...]
/third_party/libwebsockets/plugins/ssh-base/
H A Dkex-25519.c123 uint32_t l, publ, m; in ed25519_key_parse() local
152 publ = lws_g32(&p); /* length of pubkey block */ in ed25519_key_parse()
153 if ((size_t)((uint32_t)(p - op) + publ) >= len) in ed25519_key_parse()
171 publ = lws_g32(&p); /* length of private key block */ in ed25519_key_parse()
172 if ((size_t)((uint32_t)(p - op) + publ) != len) in ed25519_key_parse()
/third_party/pulseaudio/src/modules/raop/
H A Draop-client.c1276 char *publ, *wath, *mth = NULL, *val; in rtsp_auth_cb() local
1343 publ = pa_xstrdup(pa_headerlist_gets(headers, "Public")); in rtsp_auth_cb()
1348 pa_xfree(publ); in rtsp_auth_cb()

Completed in 13 milliseconds