Home
last modified time | relevance | path

Searched refs:rid (Results 1 – 7 of 7) sorted by relevance

/hostap-latest/src/crypto/
Dtls_openssl_ocsp.c263 static char * responderid_str(ResponderID *rid) in responderid_str() argument
271 switch (rid->type) { in responderid_str()
273 X509_NAME_print_ex(out, rid->value.byName, 0, XN_FLAG_ONELINE); in responderid_str()
276 i2a_ASN1_STRING(out, rid->value.byKey, V_ASN1_OCTET_STRING); in responderid_str()
454 static X509 * ocsp_find_signer(STACK_OF(X509) *certs, ResponderID *rid) in ocsp_find_signer() argument
459 if (rid->type == 0) { in ocsp_find_signer()
461 return X509_find_by_subject(certs, rid->value.byName); in ocsp_find_signer()
465 if (rid->value.byKey->length != SHA_DIGEST_LENGTH) in ocsp_find_signer()
471 if (os_memcmp(rid->value.byKey->data, hash, in ocsp_find_signer()
/hostap-latest/src/drivers/
Ddriver_hostap.h142 ((size_t) (&((struct prism2_hostapd_param *) 0)->u.rid.data))
177 u16 rid; member
180 } rid; member
/hostap-latest/tests/hwsim/
Dtest_ap_eap.py563 rid = p[0].split('-')[3]
568 dev[0].request("CTRL-RSP-SIM-" + rid + ":UMTS-AUTH:" + resp)
583 rid = p[0].split('-')[3]
585 if "OK" not in dev[0].request("CTRL-RSP-SIM-" + rid + ":GSM-AUTH:q"):
601 rid = p[0].split('-')[3]
603 if "OK" not in dev[0].request("CTRL-RSP-SIM-" + rid + ":GSM-AUTH:34"):
619 rid = p[0].split('-')[3]
621 if "OK" not in dev[0].request("CTRL-RSP-SIM-" + rid + ":GSM-AUTH:0011223344556677"):
637 rid = p[0].split('-')[3]
639 if "OK" not in dev[0].request("CTRL-RSP-SIM-" + rid + ":GSM-AUTH:0011223344556677:q"):
[all …]
/hostap-latest/src/tls/
Dx509v3.h45 struct asn1_oid rid; /* registeredID */ member
Dx509v3.c37 os_memset(&name->rid, 0, sizeof(name->rid)); in x509_free_name()
961 if (asn1_parse_oid(pos, len, &name->rid) < 0) in x509_parse_alt_name_rid()
964 asn1_oid_to_str(&name->rid, buf, sizeof(buf)); in x509_parse_alt_name_rid()
/hostap-latest/src/utils/
Dpcsc_funcs.c410 unsigned char rid[5]; in scard_get_aid() member
/hostap-latest/wpa_supplicant/
DChangeLog1904 in order to get rid of bogus "EAP failed" messages