Searched refs:byKey (Results 1 - 12 of 12) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/ocsp/ |
H A D | ocsp_srv.c | 249 ASN1_OCTET_STRING *byKey = NULL; in OCSP_RESPID_set_by_key_ex() local 261 byKey = ASN1_OCTET_STRING_new(); in OCSP_RESPID_set_by_key_ex() 262 if (byKey == NULL) in OCSP_RESPID_set_by_key_ex() 265 if (!(ASN1_OCTET_STRING_set(byKey, md, SHA_DIGEST_LENGTH))) { in OCSP_RESPID_set_by_key_ex() 266 ASN1_OCTET_STRING_free(byKey); in OCSP_RESPID_set_by_key_ex() 271 respid->value.byKey = byKey; in OCSP_RESPID_set_by_key_ex() 299 if (respid->value.byKey == NULL) in OCSP_RESPID_match_ex() 306 ret = (ASN1_STRING_length(respid->value.byKey) == SHA_DIGEST_LENGTH) in OCSP_RESPID_match_ex() 307 && (memcmp(ASN1_STRING_get0_data(respid->value.byKey), m in OCSP_RESPID_match_ex() [all...] |
H A D | ocsp_cl.c | 193 *pid = rid->value.byKey; in OCSP_resp_get0_id() 211 *pid = ASN1_OCTET_STRING_dup(rid->value.byKey); in OCSP_resp_get1_id()
|
H A D | ocsp_local.h | 98 * byKey [2] KeyHash } 104 ASN1_OCTET_STRING *byKey; member
|
H A D | ocsp_vfy.c | 203 if (id->value.byKey->length != SHA_DIGEST_LENGTH) in STACK_OF() 205 keyhash = id->value.byKey->data; in STACK_OF()
|
H A D | ocsp_prn.c | 177 i2a_ASN1_STRING(bp, rid->value.byKey, 0); in OCSP_RESPONSE_print()
|
/third_party/openssl/crypto/ocsp/ |
H A D | ocsp_srv.c | 249 ASN1_OCTET_STRING *byKey = NULL; in OCSP_RESPID_set_by_key_ex() local 261 byKey = ASN1_OCTET_STRING_new(); in OCSP_RESPID_set_by_key_ex() 262 if (byKey == NULL) in OCSP_RESPID_set_by_key_ex() 265 if (!(ASN1_OCTET_STRING_set(byKey, md, SHA_DIGEST_LENGTH))) { in OCSP_RESPID_set_by_key_ex() 266 ASN1_OCTET_STRING_free(byKey); in OCSP_RESPID_set_by_key_ex() 271 respid->value.byKey = byKey; in OCSP_RESPID_set_by_key_ex() 299 if (respid->value.byKey == NULL) in OCSP_RESPID_match_ex() 306 ret = (ASN1_STRING_length(respid->value.byKey) == SHA_DIGEST_LENGTH) in OCSP_RESPID_match_ex() 307 && (memcmp(ASN1_STRING_get0_data(respid->value.byKey), m in OCSP_RESPID_match_ex() [all...] |
H A D | ocsp_cl.c | 193 *pid = rid->value.byKey; in OCSP_resp_get0_id() 211 *pid = ASN1_OCTET_STRING_dup(rid->value.byKey); in OCSP_resp_get1_id()
|
H A D | ocsp_local.h | 98 * byKey [2] KeyHash } 104 ASN1_OCTET_STRING *byKey; member
|
H A D | ocsp_vfy.c | 203 if (id->value.byKey->length != SHA_DIGEST_LENGTH) in STACK_OF() 205 keyhash = id->value.byKey->data; in STACK_OF()
|
H A D | ocsp_prn.c | 177 i2a_ASN1_STRING(bp, rid->value.byKey, 0); in OCSP_RESPONSE_print()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | tls_openssl_ocsp.c | 88 * byKey [2] KeyHash } 94 ASN1_OCTET_STRING *byKey; member 178 ASN1_EXP(ResponderID, value.byKey, ASN1_OCTET_STRING, 2) 282 i2a_ASN1_STRING(out, rid->value.byKey, V_ASN1_OCTET_STRING); in responderid_str() 470 /* byKey */ in STACK_OF() 471 if (rid->value.byKey->length != SHA_DIGEST_LENGTH) in STACK_OF() 477 if (os_memcmp(rid->value.byKey->data, hash, in STACK_OF()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | tls_openssl_ocsp.c | 88 * byKey [2] KeyHash } 94 ASN1_OCTET_STRING *byKey; member 178 ASN1_EXP(ResponderID, value.byKey, ASN1_OCTET_STRING, 2) 282 i2a_ASN1_STRING(out, rid->value.byKey, V_ASN1_OCTET_STRING); in responderid_str() 470 /* byKey */ in STACK_OF() 471 if (rid->value.byKey->length != SHA_DIGEST_LENGTH) in STACK_OF() 477 if (os_memcmp(rid->value.byKey->data, hash, in STACK_OF()
|
Completed in 8 milliseconds