Home
last modified time | relevance | path

Searched refs:verified (Results 1 – 25 of 79) sorted by relevance

1234

/NextBSD/crypto/heimdal/kdc/
HDwindc.c92 int *verified) in _kdc_pac_verify() argument
104 *verified = 1; in _kdc_pac_verify()
/NextBSD/crypto/openssl/doc/crypto/
HDCMS_verify.pod42 Each signing certificate is chain verified using the B<smimesign> purpose and
68 verified.
71 verified.
HDPKCS7_verify.pod44 Each signer's certificate is chain verified using the B<smimesign> purpose and
65 If B<PKCS7_NOVERIFY> is set the signer's certificates are not chain verified.
HDEVP_PKEY_verify.pod23 B<siglen> parameters. The verified data (i.e. the data believed originally
HDCMS_get1_ReceiptRequest.pod43 corresponding CMS_ContentInfo structure can be successfully verified using
HDX509_STORE_CTX_new.pod47 entity certificate to be verified is set to B<x509> and a set of additional
/NextBSD/crypto/openssl/doc/apps/
HDsmime.pod84 be decrypted or verified.
97 the message text that has been decrypted or verified or the output MIME
98 format message that has been signed or verified.
136 off text headers: if the decrypted or verified message is not of MIME
222 verified then the signers certificates will be written to this file if the
335 the message was verified correctly but an error occurred writing out
HDdgst.pod201 being signed or verified.
203 Hex signatures cannot be verified using B<openssl>. Instead, use "xxd -r"
HDverify.pod265 The first line contains the name of the certificate being verified followed by
267 and the depth. The depth is number of the certificate being verified when a
268 problem was detected starting with zero for the certificate being verified itself
368 no signatures could be verified because the chain contains only one certificate and it is not
HDcms.pod166 or verified.
184 the message text that has been decrypted or verified or the output MIME
185 format message that has been signed or verified.
223 off text headers: if the decrypted or verified message is not of MIME
321 verified then the signers certificates will be written to this file if the
505 the message was verified correctly but an error occurred writing out
HDsess_id.pod127 this is the return code when an SSL client certificate is verified.
HDts.pod285 The response or token must be verified against file_to_hash. The file
292 The response or token must be verified against the message digest specified
304 The time stamp response that needs to be verified in DER format. (Mandatory)
/NextBSD/contrib/ncurses/ncurses/tinfo/
HDwrite_entry.c91 static bool verified[sizeof(dirnames)]; in check_writeable() local
99 if (verified[s - dirnames]) in check_writeable()
107 verified[s - dirnames] = TRUE; in check_writeable()
/NextBSD/contrib/file/magic/Magdir/
HDframe43 # XXX - this book entry should be verified, if you find one, uncomment this
/NextBSD/contrib/ntp/sntp/m4/
HDos_cflags.m424 # XXX Only verified thru AIX6.
HDntp_libntp.m463 # XXX only verified thru AIX6. But...
975 # XXX Only verified thru AIX6
1037 # XXX Only verified thru AIX6
/NextBSD/crypto/heimdal/lib/hx509/
HDrevoke.c58 int verified; member
788 crl->verified = 0; in hx509_revoke_verify()
796 if (crl->verified == 0) { in hx509_revoke_verify()
802 crl->verified = 1; in hx509_revoke_verify()
/NextBSD/crypto/openssl/doc/ssl/
HDSSL_CTX_set_cert_verify_callback.pod21 Whenever a certificate is verified during a SSL/TLS handshake, a verification
HDSSL_CTX_set_verify.pod68 B<Client mode:> the server certificate is verified. If the verification process
279 /* The client sent a certificate which verified OK */
HDSSL_CTX_load_verify_locations.pod52 serial number as taken from the certificate to be verified. If these data
/NextBSD/lib/libfetch/
HDcommon.c787 fetch_ssl_cb_verify_crt(int verified, X509_STORE_CTX *ctx) in fetch_ssl_cb_verify_crt() argument
794 if (!verified) { in fetch_ssl_cb_verify_crt()
802 return (verified); in fetch_ssl_cb_verify_crt()
/NextBSD/contrib/ofed/management/opensm/doc/
HDOpenSM_PKey_Mgr.txt37 verified. Feasibility could be limited by the EndPorts supports for
HDopensm_release_notes_ibg2-2.0.1.txt368 fabric up. The reulting routing is verified to be correct too.
381 resulting routing is verified for completness and adherance to
455 Other vendors HCAs not yet verified but eHCA is known to be discovered and configured
/NextBSD/crypto/openssh/
HDmonitor.c1345 int verified = 0; in mm_answer_keyverify() local
1375 verified = key_verify(key, signature, signaturelen, data, datalen); in mm_answer_keyverify()
1377 __func__, key, (verified == 1) ? "verified" : "unverified"); in mm_answer_keyverify()
1389 buffer_put_int(m, verified); in mm_answer_keyverify()
1392 return (verified == 1); in mm_answer_keyverify()
HDmonitor_wrap.c439 int verified = 0; in mm_key_verify() local
458 verified = buffer_get_int(&m); in mm_key_verify()
462 return (verified); in mm_key_verify()

1234