| /NextBSD/crypto/heimdal/kdc/ |
| HD | windc.c | 92 int *verified) in _kdc_pac_verify() argument 104 *verified = 1; in _kdc_pac_verify()
|
| /NextBSD/crypto/openssl/doc/crypto/ |
| HD | CMS_verify.pod | 42 Each signing certificate is chain verified using the B<smimesign> purpose and 68 verified. 71 verified.
|
| HD | PKCS7_verify.pod | 44 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.
|
| HD | EVP_PKEY_verify.pod | 23 B<siglen> parameters. The verified data (i.e. the data believed originally
|
| HD | CMS_get1_ReceiptRequest.pod | 43 corresponding CMS_ContentInfo structure can be successfully verified using
|
| HD | X509_STORE_CTX_new.pod | 47 entity certificate to be verified is set to B<x509> and a set of additional
|
| /NextBSD/crypto/openssl/doc/apps/ |
| HD | smime.pod | 84 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
|
| HD | dgst.pod | 201 being signed or verified. 203 Hex signatures cannot be verified using B<openssl>. Instead, use "xxd -r"
|
| HD | verify.pod | 265 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
|
| HD | cms.pod | 166 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
|
| HD | sess_id.pod | 127 this is the return code when an SSL client certificate is verified.
|
| HD | ts.pod | 285 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/ |
| HD | write_entry.c | 91 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/ |
| HD | frame | 43 # XXX - this book entry should be verified, if you find one, uncomment this
|
| /NextBSD/contrib/ntp/sntp/m4/ |
| HD | os_cflags.m4 | 24 # XXX Only verified thru AIX6.
|
| HD | ntp_libntp.m4 | 63 # XXX only verified thru AIX6. But... 975 # XXX Only verified thru AIX6 1037 # XXX Only verified thru AIX6
|
| /NextBSD/crypto/heimdal/lib/hx509/ |
| HD | revoke.c | 58 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/ |
| HD | SSL_CTX_set_cert_verify_callback.pod | 21 Whenever a certificate is verified during a SSL/TLS handshake, a verification
|
| HD | SSL_CTX_set_verify.pod | 68 B<Client mode:> the server certificate is verified. If the verification process 279 /* The client sent a certificate which verified OK */
|
| HD | SSL_CTX_load_verify_locations.pod | 52 serial number as taken from the certificate to be verified. If these data
|
| /NextBSD/lib/libfetch/ |
| HD | common.c | 787 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/ |
| HD | OpenSM_PKey_Mgr.txt | 37 verified. Feasibility could be limited by the EndPorts supports for
|
| HD | opensm_release_notes_ibg2-2.0.1.txt | 368 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/ |
| HD | monitor.c | 1345 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()
|
| HD | monitor_wrap.c | 439 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()
|