Searched refs:verify (Results 1 - 25 of 379) sorted by relevance

1234567891011>>

/macosx-10.10.1/OpenSSL098-52/src/crypto/ui/
H A Dui_compat.c59 int _ossl_old_des_read_pw_string(char *buf,int length,const char *prompt,int verify) argument
61 return UI_UTIL_read_pw_string(buf, length, prompt, verify);
64 int _ossl_old_des_read_pw(char *buf,char *buff,int size,const char *prompt,int verify) argument
66 return UI_UTIL_read_pw(buf, buff, size, prompt, verify);
H A Dui_util.c59 int UI_UTIL_read_pw_string(char *buf,int length,const char *prompt,int verify) argument
64 ret=UI_UTIL_read_pw(buf,buff,(length>BUFSIZ)?BUFSIZ:length,prompt,verify);
69 int UI_UTIL_read_pw(char *buf,char *buff,int size,const char *prompt,int verify) argument
81 if (ok >= 0 && verify)
H A Dui_compat.h77 int _ossl_old_des_read_pw_string(char *buf,int length,const char *prompt,int verify);
78 int _ossl_old_des_read_pw(char *buf,char *buff,int size,const char *prompt,int verify);
/macosx-10.10.1/Security-57031.1.35/Security/codesign_tests/
H A Dvalidation.sh6 codesign --verify --verbose=3 1
19 codesign --verify --verbose=3 $!
32 codesign --verify --verbose=3 $!
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/image_path_containing_address/
H A Dmain.c37 static void verify(void* addr) function
54 verify(&main);
55 verify(&foo);
/macosx-10.10.1/ruby-106/ruby/test/openssl/
H A Dtest_x509store.rb25 ctx.verify
71 assert_equal(true, ca1_cert.verify(ca1_cert.public_key)) # self signed
72 assert_equal(true, ca2_cert.verify(ca1_cert.public_key)) # issued by ca1
73 assert_equal(true, ee1_cert.verify(ca2_cert.public_key)) # issued by ca2
74 assert_equal(true, ee2_cert.verify(ca2_cert.public_key)) # issued by ca2
75 assert_equal(true, ee3_cert.verify(ca2_cert.public_key)) # issued by ca2
76 assert_equal(true, crl1.verify(ca1_cert.public_key)) # issued by ca1
77 assert_equal(true, crl1_2.verify(ca1_cert.public_key)) # issued by ca1
78 assert_equal(true, crl2.verify(ca2_cert.public_key)) # issued by ca2
79 assert_equal(true, crl2_2.verify(ca2_cer
[all...]
H A Dtest_x509req.rb103 assert_equal(true, req.verify(@rsa1024))
104 assert_equal(false, req.verify(@rsa2048))
105 assert_equal(false, request_error_returns_false { req.verify(@dsa256) })
106 assert_equal(false, request_error_returns_false { req.verify(@dsa512) })
108 assert_equal(false, req.verify(@rsa1024))
111 assert_equal(false, req.verify(@rsa1024))
112 assert_equal(true, req.verify(@rsa2048))
113 assert_equal(false, request_error_returns_false { req.verify(@dsa256) })
114 assert_equal(false, request_error_returns_false { req.verify(@dsa512) })
116 assert_equal(false, req.verify(
[all...]
H A Dtest_x509cert.rb131 assert_equal(false, cert.verify(@rsa1024))
132 assert_equal(true, cert.verify(@rsa2048))
133 assert_equal(false, certificate_error_returns_false { cert.verify(@dsa256) })
134 assert_equal(false, certificate_error_returns_false { cert.verify(@dsa512) })
136 assert_equal(false, cert.verify(@rsa2048))
140 assert_equal(false, cert.verify(@rsa1024))
141 assert_equal(true, cert.verify(@rsa2048))
143 assert_equal(false, certificate_error_returns_false { cert.verify(@dsa256) })
144 assert_equal(false, certificate_error_returns_false { cert.verify(@dsa512) })
146 assert_equal(false, cert.verify(
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/des/
H A Dread2pwd.c117 int DES_read_password(DES_cblock *key, const char *prompt, int verify) argument
122 if ((ok=UI_UTIL_read_pw(buf,buff,BUFSIZ,prompt,verify)) == 0)
130 int verify)
135 if ((ok=UI_UTIL_read_pw(buf,buff,BUFSIZ,prompt,verify)) == 0)
129 DES_read_2passwords(DES_cblock *key1, DES_cblock *key2, const char *prompt, int verify) argument
/macosx-10.10.1/text_cmds-88/sort/
H A Dverify.h37 # define verify(R) \ macro
41 This macro can be used in some contexts where verify cannot, and vice versa.
/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dstrtoimax.c42 #define verify(name, assertion) struct name { char a[(assertion) ? 1 : -1]; } macro
89 verify (size_is_that_of_long_or_long_long,
96 verify (size_is_that_of_long,
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_client/
H A Dmacclient.h20 // macclient - client interface to CSSM sign/verify mac contexts
76 void verify(const CssmData &data, const CssmData &mac) { verify(&data, 1, mac); } function in class:Security::CssmClient::VerifyMac
77 void verify(const CssmData *data, uint32 count, const CssmData &mac);
81 void verify(const CssmData &data) { verify(&data, 1); } function in class:Security::CssmClient::VerifyMac
82 void verify(const CssmData *data, uint32 count);
H A Dsignclient.h20 // signclient - client interface to CSSM sign/verify contexts
79 void verify(const CssmData &data, const CssmData &signature) { verify(&data, 1, signature); } function in class:Security::CssmClient::Verify
80 void verify(const CssmData *data, uint32 count, const CssmData &signature);
84 void verify(const CssmData &data) { verify(&data, 1); } function in class:Security::CssmClient::Verify
85 void verify(const CssmData *data, uint32 count);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_client/lib/
H A Dmacclient.h20 // macclient - client interface to CSSM sign/verify mac contexts
76 void verify(const CssmData &data, const CssmData &mac) { verify(&data, 1, mac); } function in class:Security::CssmClient::VerifyMac
77 void verify(const CssmData *data, uint32 count, const CssmData &mac);
81 void verify(const CssmData &data) { verify(&data, 1); } function in class:Security::CssmClient::VerifyMac
82 void verify(const CssmData *data, uint32 count);
H A Dsignclient.h20 // signclient - client interface to CSSM sign/verify contexts
79 void verify(const CssmData &data, const CssmData &signature) { verify(&data, 1, signature); } function in class:Security::CssmClient::Verify
80 void verify(const CssmData *data, uint32 count, const CssmData &signature);
84 void verify(const CssmData &data) { verify(&data, 1); } function in class:Security::CssmClient::Verify
85 void verify(const CssmData *data, uint32 count);
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/signerAndSubjSsl/
H A DdoTest56 echo === ...verify success with hostname $DNS_NAME
65 echo === ...verify failure with common name $COMMON_NAME when DNS name present
74 echo === ...verify failure with host name $BAD_DNS_NAME
98 echo === ...verify with hostname $IP_ADDR
107 echo === ...verify with hostname $IP_ADDR_PAD
116 echo === ...verify with hostname $COMMON_NAME when no DNS name present
125 echo === ...verify failure with host name $BAD_IP_ADDR
149 echo === ...verify with hostname $DNS_GOOD_WC_NAME
158 echo === ...verify failure with hostname $DNS_BAD_WC_NAME
182 echo === ...verify wit
[all...]
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Dui_compat.h77 int _ossl_old_des_read_pw_string(char *buf,int length,const char *prompt,int verify);
78 int _ossl_old_des_read_pw(char *buf,char *buff,int size,const char *prompt,int verify);
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dstrtoimax.c29 #include "verify.h"
66 verify (sizeof (Int) == sizeof (Unsigned long int)
72 verify (sizeof (Int) == sizeof (Unsigned long int));
H A Dverify.h30 integer constant expression contexts. verify (R) is for declaration
53 the verify macro:
55 void function (int n) { verify (n < 0); }
57 * For the verify macro, the struct verify_type__ will need to
69 two uses of the verify macro would yield colliding declarations
77 But this has the problem that two invocations of verify from
113 # define verify(R) \
139 # define verify(R) extern int (* verify_function__ (void)) [verify_true (R)] macro
/macosx-10.10.1/BerkeleyDB-21/db/docs_src/ref/upgrade.4.2/
H A DMakefile5 tcl.html toc.html verify.html
/macosx-10.10.1/libtelnet-13/
H A Dread_password.c79 local_des_read_pw_string(s,max,prompt,verify)
83 int verify;
118 if (verify) {
148 if (verify)
/macosx-10.10.1/Heimdal-398.1.2/lib/hx509/
H A Dtest_chain.in51 ${hxtool} verify --missing-revoke \
58 ${hxtool} verify --missing-revoke \
64 ${hxtool} verify --missing-revoke \
69 ${hxtool} verify --missing-revoke \
75 ${hxtool} verify --missing-revoke \
82 ${hxtool} verify --missing-revoke \
87 ${hxtool} verify --missing-revoke \
94 ${hxtool} verify --missing-revoke \
101 ${hxtool} verify --missing-revoke \
107 ${hxtool} verify
[all...]
H A Dtest_nist.in63 while read id verify cert arg1 arg2 arg3 arg4 arg5 ; do
99 if ${hxtool} verify --time=2008-05-20 $args > /dev/null; then
100 if test "$verify" = "f"; then
101 echo "verify passed on fail: $id $cert"
105 if test "$verify" = "p"; then
106 echo "verify failed on pass: $id $cert"
/macosx-10.10.1/dcerpc-61/dcerpc/perf/
H A Dperfb.c134 idl_boolean verify,
139 perf_in(h, d, l, verify, sum);
127 perfb_in( handle_t h, perf_data_t d, unsigned32 l, idl_boolean verify, unsigned32 *sum ) argument
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Ddcfmapts.h35 void verify(const UnicodeString& message, const UnicodeString& got, double expected);

Completed in 241 milliseconds

1234567891011>>