Home
last modified time | relevance | path

Searched refs:ASN1_OCTET_STRING_cmp (Results 1 - 25 of 82) sorted by relevance

1234

/third_party/openssl/test/
H A Dcmp_hdr_test.c88 if (!TEST_int_eq(ASN1_OCTET_STRING_cmp(fixture->cmp_ctx->senderNonce, sn), in execute_HDR_get0_senderNonce_test()
213 if (!TEST_int_eq(ASN1_OCTET_STRING_cmp(fixture->hdr->senderKID, in execute_HDR_set1_senderKID_test()
412 if (!TEST_int_eq(0, ASN1_OCTET_STRING_cmp(header_nonce, in execute_HDR_init_test()
416 if (!TEST_true(0 == ASN1_OCTET_STRING_cmp(header_transactionID, in execute_HDR_init_test()
424 || !TEST_int_eq(0, ASN1_OCTET_STRING_cmp(header_nonce, in execute_HDR_init_test()
H A Dcmp_asn_test.c75 return TEST_int_eq(0, ASN1_OCTET_STRING_cmp(fixture->tgt_string, in execute_CMP_ASN1_OCTET_STRING_set1_test()
H A Dverify_extra_test.c132 || !TEST_int_eq(ASN1_OCTET_STRING_cmp(v, v2), 0)) in test_distinguishing_id()
171 || !TEST_int_eq(ASN1_OCTET_STRING_cmp(v, v2), 0)) in test_req_distinguishing_id()
H A Dcmp_vfy_test.c441 ASN1_OCTET_STRING_cmp(ossl_cmp_hdr_get0_senderNonce(hdr), in execute_msg_check_test()
444 ASN1_OCTET_STRING_cmp(tid, in execute_msg_check_test()
/third_party/node/deps/openssl/openssl/crypto/ocsp/
H A Docsp_lib.c98 ret = ASN1_OCTET_STRING_cmp(&a->issuerNameHash, &b->issuerNameHash); in OCSP_id_issuer_cmp()
101 return ASN1_OCTET_STRING_cmp(&a->issuerKeyHash, &b->issuerKeyHash); in OCSP_id_issuer_cmp()
H A Docsp_ext.c337 if (ASN1_OCTET_STRING_cmp(X509_EXTENSION_get_data(req_ext), in OCSP_check_nonce()
/third_party/openssl/crypto/ocsp/
H A Docsp_lib.c98 ret = ASN1_OCTET_STRING_cmp(&a->issuerNameHash, &b->issuerNameHash); in OCSP_id_issuer_cmp()
101 return ASN1_OCTET_STRING_cmp(&a->issuerKeyHash, &b->issuerKeyHash); in OCSP_id_issuer_cmp()
H A Docsp_ext.c337 if (ASN1_OCTET_STRING_cmp(X509_EXTENSION_get_data(req_ext), in OCSP_check_nonce()
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Da_octet.c19 int ASN1_OCTET_STRING_cmp(const ASN1_OCTET_STRING *a, in ASN1_OCTET_STRING_cmp() function
/third_party/openssl/crypto/asn1/
H A Da_octet.c19 int ASN1_OCTET_STRING_cmp(const ASN1_OCTET_STRING *a, in ASN1_OCTET_STRING_cmp() function
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dtls_openssl_ocsp.c430 if (ASN1_OCTET_STRING_cmp(certid->issuerNameHash, hash)) { in issuer_match()
450 if (ASN1_OCTET_STRING_cmp(certid->issuerKeyHash, hash)) { in issuer_match()
781 ASN1_OCTET_STRING_cmp(cid1->issuerNameHash, in check_ocsp_resp()
783 ASN1_OCTET_STRING_cmp(cid1->issuerKeyHash, in check_ocsp_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls_openssl_ocsp.c430 if (ASN1_OCTET_STRING_cmp(certid->issuerNameHash, hash)) { in issuer_match()
450 if (ASN1_OCTET_STRING_cmp(certid->issuerKeyHash, hash)) { in issuer_match()
781 ASN1_OCTET_STRING_cmp(cid1->issuerNameHash, in check_ocsp_resp()
783 ASN1_OCTET_STRING_cmp(cid1->issuerKeyHash, in check_ocsp_resp()
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_vfy.c190 if (ASN1_OCTET_STRING_cmp(ckid, skid) == 0) { in check_kid()
748 || ASN1_OCTET_STRING_cmp(ctx->transactionID, in ossl_cmp_msg_check_update()
759 || ASN1_OCTET_STRING_cmp(ctx->senderNonce, in ossl_cmp_msg_check_update()
/third_party/openssl/crypto/cmp/
H A Dcmp_vfy.c190 if (ASN1_OCTET_STRING_cmp(ckid, skid) == 0) { in check_kid()
748 || ASN1_OCTET_STRING_cmp(ctx->transactionID, in ossl_cmp_msg_check_update()
759 || ASN1_OCTET_STRING_cmp(ctx->senderNonce, in ossl_cmp_msg_check_update()
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dcmp_mock_srv.c385 if (ASN1_OCTET_STRING_cmp(certHash, digest) != 0) { in process_certConf()
/third_party/openssl/apps/lib/
H A Dcmp_mock_srv.c385 if (ASN1_OCTET_STRING_cmp(certHash, digest) != 0) { in process_certConf()
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_lib.c694 return ASN1_OCTET_STRING_cmp(keyid, cert_keyid); in ossl_cms_keyid_cert_cmp()
H A Dcms_env.c644 return ASN1_OCTET_STRING_cmp(&tmp_os, kekri->kekid->keyIdentifier); in CMS_RecipientInfo_kekri_id_cmp()
/third_party/openssl/crypto/cms/
H A Dcms_lib.c681 return ASN1_OCTET_STRING_cmp(keyid, cert_keyid); in ossl_cms_keyid_cert_cmp()
H A Dcms_env.c625 return ASN1_OCTET_STRING_cmp(&tmp_os, kekri->kekid->keyIdentifier); in CMS_RecipientInfo_kekri_id_cmp()
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_purp.c960 ASN1_OCTET_STRING_cmp(akid->keyid, issuer->skid)) in X509_check_akid()
/third_party/openssl/ohos_lite/include/openssl/
H A Dasn1.h598 int ASN1_OCTET_STRING_cmp(const ASN1_OCTET_STRING *a,
/third_party/openssl/crypto/x509/
H A Dv3_purp.c960 ASN1_OCTET_STRING_cmp(akid->keyid, issuer->skid)) in X509_check_akid()
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Dasn1.h754 int ASN1_OCTET_STRING_cmp(const ASN1_OCTET_STRING *a,
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
H A Dasn1.h754 int ASN1_OCTET_STRING_cmp(const ASN1_OCTET_STRING *a,

Completed in 26 milliseconds

1234