Home
last modified time | relevance | path

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

12345678910>>...12

/netbsd/crypto/external/bsd/netpgp/dist/src/libpaa/
H A Dlibpaa.c276 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/crypto/external/bsd/openssl/dist/test/recipes/
H A D80-test_cms.t907 my $verified = "smcont.verified";
915 "-binary", "-in", $signed, "-out", $verified])),
917 is(compare($input, $verified), 0, "binary input retained with -binary");
923 "-in", $signed.".nobin", "-out", $verified.".nobin"])),
925 is(compare($input, $verified.".nobin"), 1, "binary input not retained without -binary");
927 "-binary", "-in", $signed, "-out", $verified.".crlfeol"])),
935 "-binary", "-in", $signed.".crlf", "-out", $verified.".crlf"])),
937 is(compare($input, $verified.".crlf"), 0,
940 "-binary", "-in", $signed.".crlf", "-out", $verified.".crlf2"])),
/netbsd/crypto/external/bsd/heimdal/dist/kdc/
H A Dwindc.c101 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/external/gpl3/gcc.old/dist/contrib/reghunt/examples/
H A D29478.config13 #msg 0 'NOTE: skipping low patch, already verified'
15 #msg 0 'NOTE: skipping high patch, already verified'
H A D29106.config15 #msg 0 'NOTE: skipping low patch, already verified'
17 #msg 0 'NOTE: skipping high patch, already verified'
H A D29906a.config13 #msg 0 'NOTE: skipping low patch, already verified'
15 #msg 0 'NOTE: skipping high patch, already verified'
H A D28970.config14 #msg 0 'NOTE: skipping low patch, already verified'
16 #msg 0 'NOTE: skipping high patch, already verified'
H A D29906b.config14 #msg 0 'NOTE: skipping low patch, already verified'
16 msg 0 'NOTE: skipping high patch, already verified'
H A D30643.config16 #msg 0 'NOTE: skipping low patch, already verified'
18 msg 0 'NOTE: skipping high patch, already verified'
/netbsd/external/gpl3/gcc/dist/contrib/reghunt/examples/
H A D29478.config13 #msg 0 'NOTE: skipping low patch, already verified'
15 #msg 0 'NOTE: skipping high patch, already verified'
H A D29906a.config13 #msg 0 'NOTE: skipping low patch, already verified'
15 #msg 0 'NOTE: skipping high patch, already verified'
H A D29106.config15 #msg 0 'NOTE: skipping low patch, already verified'
17 #msg 0 'NOTE: skipping high patch, already verified'
H A D28970.config14 #msg 0 'NOTE: skipping low patch, already verified'
16 #msg 0 'NOTE: skipping high patch, already verified'
H A D29906b.config14 #msg 0 'NOTE: skipping low patch, already verified'
16 msg 0 'NOTE: skipping high patch, already verified'
H A D30643.config16 #msg 0 'NOTE: skipping low patch, already verified'
18 msg 0 'NOTE: skipping high patch, already verified'
/netbsd/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
H A Dtest_location.py75 verified = False
78 verified = True
80 self.assertTrue(verified)
/netbsd/crypto/dist/ipsec-tools/src/racoon/
H A Dnattraversal.c192 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/external/mpl/bind/dist/bin/tests/system/checkds/
H A Dtests_checkds.py183 verified = False
188 verified = verify_zone(zone, transfer)
196 assert verified
/netbsd/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DX509_STORE_CTX_new.pod75 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 DSSL_get_peer_cert_chain.pod26 has sent them) it is B<not> a verified chain.
28 SSL_get0_verified_chain() returns the B<verified> certificate chain
H A DSSL_CTX_set_stateless_cookie_generate_cb.pod54 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/crypto/external/bsd/openssl/dist/doc/man3/
H A DX509_STORE_CTX_new.pod84 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 DSSL_get_peer_cert_chain.pod26 has sent them) it is B<not> a verified chain.
28 SSL_get0_verified_chain() returns the B<verified> certificate chain
H A DSSL_CTX_set_stateless_cookie_generate_cb.pod54 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/external/ibm-public/postfix/dist/
H A DRELEASE_NOTES-2.475 verified.
79 not verified.
159 verified.
163 access control even when the certificate itself was not verified.

12345678910>>...12