Searched defs:proposal (Results 1 - 21 of 21) sorted by relevance

/external/openssh/
H A Dssh_api.h34 char *proposal[PROPOSAL_MAX]; member in struct:kex_params
H A Dcompat.c254 * Filters a proposal string, excluding any algorithm matching the 'filter'
258 filter_proposal(char *proposal, const char *filter) argument
265 tmp = orig_prop = xstrdup(proposal);
287 debug2("%s: original cipher proposal: %s", __func__, cipher_prop);
289 debug2("%s: compat cipher proposal: %s", __func__, cipher_prop);
300 debug2("%s: original public key proposal: %s", __func__, pkalg_prop);
302 debug2("%s: compat public key proposal: %s", __func__, pkalg_prop);
313 debug2("%s: original KEX proposal: %s", __func__, p);
320 debug2("%s: compat KEX proposal: %s", __func__, p);
H A Dssh_api.c79 char **proposal; local
96 proposal = kex_params ? kex_params->proposal : myproposal;
97 if ((r = kex_new(ssh, proposal, &ssh->kex)) != 0) {
484 char **proposal; local
489 if ((r = kex_buf2prop(ssh->kex->my, NULL, &proposal)) != 0)
491 orig = proposal[PROPOSAL_SERVER_HOST_KEY_ALGS];
520 proposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = replace;
521 replace = NULL; /* owned by proposal */
522 r = kex_prop2buf(ssh->kex->my, proposal);
[all...]
H A Dkex.c221 /* put algorithm proposal into buffer */
223 kex_prop2buf(struct sshbuf *b, char *proposal[PROPOSAL_MAX]) argument
239 if ((r = sshbuf_put_cstring(b, proposal[i])) != 0)
248 /* parse buffer and return algorithm proposal */
255 char **proposal = NULL; local
259 if ((proposal = calloc(PROPOSAL_MAX, sizeof(char *))) == NULL)
267 /* extract kex init proposal strings */
269 if ((r = sshbuf_get_cstring(b, &(proposal[i]), NULL)) != 0)
271 debug2("kex_parse_kexinit: %s", proposal[i]);
282 *propp = proposal;
291 kex_prop_free(char **proposal) argument
436 kex_new(struct ssh *ssh, char *proposal[PROPOSAL_MAX], struct kex **kexp) argument
519 kex_setup(struct ssh *ssh, char *proposal[PROPOSAL_MAX]) argument
[all...]
/external/harfbuzz_ng/src/
H A Dhb-shape-plan.cc358 const hb_shape_plan_proposal_t *proposal)
360 if (proposal->num_user_features != shape_plan->num_user_features) return false;
361 for (unsigned int i = 0, n = proposal->num_user_features; i < n; i++)
362 if (proposal->user_features[i].tag != shape_plan->user_features[i].tag ||
363 proposal->user_features[i].value != shape_plan->user_features[i].value ||
364 proposal->user_features[i].start != shape_plan->user_features[i].start ||
365 proposal->user_features[i].end != shape_plan->user_features[i].end) return false;
371 const hb_shape_plan_proposal_t *proposal)
373 return hb_segment_properties_equal (&shape_plan->props, &proposal->props) &&
374 hb_shape_plan_user_features_match (shape_plan, proposal)
357 hb_shape_plan_user_features_match(const hb_shape_plan_t *shape_plan, const hb_shape_plan_proposal_t *proposal) argument
370 hb_shape_plan_matches(const hb_shape_plan_t *shape_plan, const hb_shape_plan_proposal_t *proposal) argument
418 hb_shape_plan_proposal_t proposal = { local
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Dikev2.h33 struct ikev2_proposal_data proposal; member in struct:ikev2_initiator_data
/external/wpa_supplicant_8/src/eap_server/
H A Dikev2.h33 struct ikev2_proposal_data proposal; member in struct:ikev2_initiator_data
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Dikev2.h33 struct ikev2_proposal_data proposal; member in struct:ikev2_initiator_data
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
H A DAbstractTextPropertyEditor.java138 public void proposalAccepted(IContentProposal proposal) { argument
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Dikev2.h34 struct ikev2_proposal_data proposal; member in struct:ikev2_responder_data
/external/wpa_supplicant_8/src/eap_peer/
H A Dikev2.h34 struct ikev2_proposal_data proposal; member in struct:ikev2_responder_data
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Dikev2.h34 struct ikev2_proposal_data proposal; member in struct:ikev2_responder_data
/external/ipsec-tools/src/racoon/
H A Dremoteconf.h117 struct isakmpsa *proposal; /* proposal list */ member in struct:remoteconf
H A Dhandler.h289 struct saprop *proposal; /* SA(s) proposal. */ member in struct:ph2handle
291 caddr_t spidx_gen; /* policy from peer's proposal */
H A Dipsec_doi.c78 #include "proposal.h"
172 * the pointer to one of isakmpsa in proposal is set into iph1->approval.
186 /* get proposal pair */
231 /* compare proposal and select one */
234 iph1->rmconf->proposal, &tsa,
242 * if there is no suitable proposal, racoon complains about all of
243 * mismatched items in those proposal.
254 iph1->rmconf->proposal);
259 plog(LLV_ERROR, LOCATION, NULL, "no suitable proposal found.\n");
264 plog(LLV_DEBUG, LOCATION, NULL, "an acceptable proposal foun
3165 struct saprop *proposal, *a; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 1123 milliseconds