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

123456789

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-sys_stat.c23 #include "verify.h"
60 verify (S_IRWXU == (S_IRUSR | S_IWUSR | S_IXUSR));
61 verify (S_IRWXG == (S_IRGRP | S_IWGRP | S_IXGRP));
62 verify (S_IRWXO == (S_IROTH | S_IWOTH | S_IXOTH));
64 verify (S_ISBLK (S_IFBLK));
65 verify (!S_ISBLK (S_IFCHR));
66 verify (!S_ISBLK (S_IFDIR));
67 verify (!S_ISBLK (S_IFIFO));
68 verify (!S_ISBLK (S_IFREG));
70 verify (!S_ISBL
[all...]
H A Dtest-stdint.c27 #include "verify.h"
44 verify (TYPE_MINIMUM (int8_t) == INT8_MIN);
45 verify (TYPE_MAXIMUM (int8_t) == INT8_MAX);
50 verify (TYPE_MINIMUM (int16_t) == INT16_MIN);
51 verify (TYPE_MAXIMUM (int16_t) == INT16_MAX);
56 verify (TYPE_MINIMUM (int32_t) == INT32_MIN);
57 verify (TYPE_MAXIMUM (int32_t) == INT32_MAX);
63 verify (TYPE_MINIMUM (int64_t) == INT64_MIN);
64 verify (TYPE_MAXIMUM (int64_t) == INT64_MAX);
70 verify (TYPE_MAXIMU
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/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);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/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);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/boot/
H A Dinstall.sh22 verify () { function
33 verify "$2"
34 verify "$3"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/des/
H A Dread2pwd.c116 int DES_read_password(DES_cblock *key, const char *prompt, int verify) argument
121 if ((ok=UI_UTIL_read_pw(buf,buff,BUFSIZ,prompt,verify)) == 0)
129 int verify)
134 if ((ok=UI_UTIL_read_pw(buf,buff,BUFSIZ,prompt,verify)) == 0)
128 DES_read_2passwords(DES_cblock *key1, DES_cblock *key2, const char *prompt, int verify) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/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
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dtverify.com11 $ verify := NO
19 $ verify := YES
26 $ if verify then mcr 'exe_dir'openssl verify "-CAfile" certs.tmp 'certs'
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/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);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/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);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/upgrade.4.2/
H A DMakefile5 tcl.html toc.html verify.html
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dverify.h29 integer constant expression contexts. verify (R) is for declaration
52 the verify macro:
54 void function (int n) { verify (n < 0); }
56 * For the verify macro, the struct verify_type__ will need to
68 two uses of the verify macro would yield colliding declarations
76 But this has the problem that two invocations of verify from
112 # define verify(R) \
138 # define verify(R) extern int (* verify_function__ (void)) [verify_true (R)] macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/
H A Dsecurity.c28 static inline int verify(struct security_operations *ops) function
30 /* verify the security_operations structure exists */
57 if (verify(&dummy_security_ops)) {
58 printk(KERN_ERR "%s could not verify "
83 if (verify(ops)) {
84 printk(KERN_DEBUG "%s could not verify "
136 if (verify(ops)) {
137 printk(KERN_INFO "%s could not verify "
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/dvb/
H A Dget_dvb_firmware68 verify("$tmpdir/software/OEM/HE/App/boot/SC_MAIN.MC", $hash);
88 verify("$tmpdir/ZEnglish/sc_main.mc", $hash);
106 verify("$tmpdir/fwtmp", $hash);
124 verify("$tmpdir/fwtmp", $hash);
142 verify("$tmpdir/fwtmp", $hash);
157 verify($sourcefile, $hash);
174 verify("$tmpdir/software/OEM/STB/App/Boot/STB_PC_T.bin", $hash);
191 verify("$tmpdir/software/OEM/STB/App/Boot/STB_PC_X.bin", $hash);
208 verify("$tmpdir/software/OEM/STB/App/Boot/STB_PC_S.bin", $hash);
242 verify("
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/
H A Dsmbldap.conf67 # How to verify the server's certificate (none, optional or require)
69 verify="require"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/evp/
H A Dp_verify.c92 if (ctx->digest->verify == NULL)
98 return(ctx->digest->verify(ctx->digest->type,m,m_len,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Dp_verify.c92 if (ctx->digest->verify == NULL)
98 return(ctx->digest->verify(ctx->digest->type,m,m_len,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dsetlocalversion12 if head=`git rev-parse --verify HEAD 2>/dev/null`; then
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/tdb/
H A Dtdbbackup.c92 printf(" -v verify mode (restore if corrupt)\n");
101 int verify = 0; local
112 verify = 1;
134 if (verify) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/am/
H A DMakefile6 stat.html sync.html truncate.html upgrade.html verify.html
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/test/
H A Dtestca44 $SH ../apps/CA.sh -verify newcert.pem
50 #usage: CA -newcert|-newreq|-newca|-sign|-verify

Completed in 154 milliseconds

123456789