| /netbsd-src/crypto/external/bsd/netpgp/dist/src/libpaa/ |
| H A D | libpaa.c | 276 char verified[2048]; in paa_check_response() local 291 (void) memset(verified, 0x0, sizeof(verified)); in paa_check_response() 292 if (netpgp_verify_memory(netpgp, buf, (const unsigned)bufc, verified, sizeof(verified), 0) <= 0) { in paa_check_response() 297 if (strcmp(challenge->challenge, verified) != 0) { in paa_check_response() 302 if (regexec(&challenge_regex, verified, 10, matches, 0) != 0) { in paa_check_response() 308 (int)(matches[2].rm_eo - matches[2].rm_so), &verified[(int)matches[2].rm_so]); in paa_check_response() 309 (void) b64decode(&verified[(int)matches[2].rm_so], in paa_check_response()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/ |
| H A D | 80-test_cms.t | 909 my $verified = "smcont.verified"; 917 "-binary", "-in", $signed, "-out", $verified])), 919 is(compare($input, $verified), 0, "binary input retained with -binary"); 925 "-in", $signed.".nobin", "-out", $verified.".nobin"])), 927 is(compare($input, $verified.".nobin"), 1, "binary input not retained without -binary"); 929 "-binary", "-in", $signed, "-out", $verified.".crlfeol"])), 937 "-binary", "-in", $signed.".crlf", "-out", $verified.".crlf"])), 939 is(compare($input, $verified.".crlf"), 0, 942 "-binary", "-in", $signed.".crlf", "-out", $verified.".crlf2"])),
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/kdc/ |
| H A D | windc.c | 101 int *verified; member 118 (*uc->verified) = 1; in verify() 131 int *verified) in _kdc_pac_verify() argument 144 uc.verified = verified; in _kdc_pac_verify()
|
| /netbsd-src/external/gpl3/gcc/dist/contrib/reghunt/examples/ |
| H A D | 29478.config | 13 #msg 0 'NOTE: skipping low patch, already verified' 15 #msg 0 'NOTE: skipping high patch, already verified'
|
| H A D | 29906a.config | 13 #msg 0 'NOTE: skipping low patch, already verified' 15 #msg 0 'NOTE: skipping high patch, already verified'
|
| H A D | 29106.config | 15 #msg 0 'NOTE: skipping low patch, already verified' 17 #msg 0 'NOTE: skipping high patch, already verified'
|
| H A D | 28970.config | 14 #msg 0 'NOTE: skipping low patch, already verified' 16 #msg 0 'NOTE: skipping high patch, already verified'
|
| H A D | 29906b.config | 14 #msg 0 'NOTE: skipping low patch, already verified' 16 msg 0 'NOTE: skipping high patch, already verified'
|
| H A D | 30643.config | 16 #msg 0 'NOTE: skipping low patch, already verified' 18 msg 0 'NOTE: skipping high patch, already verified'
|
| /netbsd-src/external/gpl3/gcc.old/dist/contrib/reghunt/examples/ |
| H A D | 29478.config | 13 #msg 0 'NOTE: skipping low patch, already verified' 15 #msg 0 'NOTE: skipping high patch, already verified'
|
| H A D | 29106.config | 15 #msg 0 'NOTE: skipping low patch, already verified' 17 #msg 0 'NOTE: skipping high patch, already verified'
|
| H A D | 29906a.config | 13 #msg 0 'NOTE: skipping low patch, already verified' 15 #msg 0 'NOTE: skipping high patch, already verified'
|
| H A D | 28970.config | 14 #msg 0 'NOTE: skipping low patch, already verified' 16 #msg 0 'NOTE: skipping high patch, already verified'
|
| H A D | 29906b.config | 14 #msg 0 'NOTE: skipping low patch, already verified' 16 msg 0 'NOTE: skipping high patch, already verified'
|
| H A D | 30643.config | 16 #msg 0 'NOTE: skipping low patch, already verified' 18 msg 0 'NOTE: skipping high patch, already verified'
|
| /netbsd-src/crypto/dist/ipsec-tools/src/racoon/ |
| H A D | nattraversal.c | 192 int verified = 0; in natt_compare_addr_hash() local 196 return verified; in natt_compare_addr_hash() 209 return verified; /* XXX should abort */ in natt_compare_addr_hash() 215 verified = 1; in natt_compare_addr_hash() 220 return verified; in natt_compare_addr_hash()
|
| /netbsd-src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/ |
| H A D | test_location.py | 75 verified = False 78 verified = True 80 self.assertTrue(verified)
|
| /netbsd-src/external/bsd/nsd/dist/doc/ |
| H A D | NSD-VERIFY-MODS | 40 read. If some should be loaded (because they verified or didn't need to be 41 verified) and some not, we have a problem because the database is updated 47 When an update is verified this will be modified to DIFF_COMMITTED (1), 49 was applied and verified successfully. When a reload resulted in one or 99 Verifiers are informed on how a zone can be verified through environment 184 prevent a bad zone from being verified again and again, xfrd remembers the
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
| H A D | X509_STORE_CTX_new.pod | 75 entity certificate to be verified is set to B<x509> and a set of additional 84 X509_STORE_CTX_set_cert() sets the certificate to be verified in B<ctx> to 150 verified in the I<ctx>. Built-in available values for the I<purpose> argument 156 the key usage declared within certificates in the chain being verified is 159 same time. During verification this trust setting will be verified to check it 164 being verified in the I<ctx>. Built-in available values for the I<trust>
|
| H A D | SSL_get_peer_cert_chain.pod | 26 has sent them) it is B<not> a verified chain. 28 SSL_get0_verified_chain() returns the B<verified> certificate chain
|
| H A D | SSL_CTX_set_stateless_cookie_generate_cb.pod | 54 including the application-controlled portion, is automatically verified by HMAC 69 integrity of the cookie is not verified by OpenSSL. This is an application
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | X509_STORE_CTX_new.pod | 84 The certificate to be verified is set to I<target>, 100 X509_STORE_CTX_set_cert() sets the target certificate to be verified in I<ctx> 185 verified in the I<ctx>. Built-in available values for the I<purpose> argument 191 the key usage declared within certificates in the chain being verified is 194 same time. During verification this trust setting will be verified to check it 199 being verified in the I<ctx>. Built-in available values for the I<trust>
|
| H A D | SSL_get_peer_cert_chain.pod | 26 has sent them) it is B<not> a verified chain. 28 SSL_get0_verified_chain() returns the B<verified> certificate chain
|
| H A D | SSL_CTX_set_stateless_cookie_generate_cb.pod | 54 including the application-controlled portion, is automatically verified by HMAC 69 integrity of the cookie is not verified by OpenSSL. This is an application
|
| /netbsd-src/external/ibm-public/postfix/dist/ |
| H A D | RELEASE_NOTES-2.4 | 75 verified. 79 not verified. 159 verified. 163 access control even when the certificate itself was not verified.
|