Home
last modified time | relevance | path

Searched refs:fingerprint (Results 1 – 6 of 6) sorted by relevance

/hostap-3.6.0/hs20/server/www/
Dest.php202 $fingerprint = hash("sha256", $der); variable
203 error_log("EST: sha256(DER cert): $fingerprint");
214 …if (!$db->exec("UPDATE sessions SET user='$user', cert='$fingerprint', cert_pem='$cert' WHERE rowi…
/hostap-3.6.0/src/common/
Dsae_pk.c371 os_memset(tmp->fingerprint, 0, sizeof(tmp->fingerprint)); in sae_pk_set_password()
390 pos = &tmp->fingerprint[tmp->sec]; in sae_pk_set_password()
413 tmp->fingerprint_bytes = pos - tmp->fingerprint; in sae_pk_set_password()
415 tmp->fingerprint, tmp->fingerprint_bytes); in sae_pk_set_password()
758 res = os_memcmp_const(hash, tmp->fingerprint, tmp->fingerprint_bytes); in sae_pk_valid_fingerprint()
762 tmp->fingerprint, tmp->fingerprint_bytes); in sae_pk_valid_fingerprint()
Dsae.h73 u8 fingerprint[SAE_MAX_HASH_LEN]; member
/hostap-3.6.0/hs20/server/ca/
Dsetup.sh109 …sha256sum rootCA/cacert.der > rootCA/cacert.fingerprint || fail "Failed to create rootCA fingerpri…
132 …sha256sum demoCA/cacert.der > demoCA/cacert.fingerprint || fail "Failed to create demoCA fingerpri…
/hostap-3.6.0/hs20/server/
Dspp_server.c1632 char *fingerprint; in hs20_user_input_registration() local
1686 fingerprint = db_get_session_val(ctx, NULL, NULL, session_id, "cert"); in hs20_user_input_registration()
1692 fingerprint ? fingerprint : NULL, machine_managed, in hs20_user_input_registration()
1694 free(fingerprint); in hs20_user_input_registration()
2404 char *cert_pem, *fingerprint; in add_subscription() local
2414 fingerprint = db_get_session_val(ctx, NULL, NULL, session_id, "cert"); in add_subscription()
2472 fingerprint ? fingerprint : "", in add_subscription()
2576 free(fingerprint); in add_subscription()
/hostap-3.6.0/hs20/client/
Dosu_client.c224 char *fingerprint; in process_est_cert() local
229 fingerprint = xml_node_get_text(ctx->xml, cert); in process_est_cert()
230 if (fingerprint == NULL) in process_est_cert()
232 if (hexstr2bin(fingerprint, digest1, SHA256_MAC_LEN) < 0) { in process_est_cert()
235 xml_node_get_text_free(ctx->xml, fingerprint); in process_est_cert()
238 xml_node_get_text_free(ctx->xml, fingerprint); in process_est_cert()