Searched defs:verify (Results 1 - 22 of 22) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/t/
H A DDProf.t65 sub verify { subroutine
85 verify $test;
/osnet-11/usr/src/lib/libparted/common/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
119 # define verify(R) [another version to keep GCC happy]
160 # define verify(R) \ macro
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
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
119 # define verify(R) [another version to keep GCC happy]
160 # define verify(R) \ macro
/osnet-11/usr/src/lib/libresolv2/common/dst/
H A Ddst_internal.h83 int (*verify)(const int mode, DST_KEY *key, void **context, member in struct:dst_func
/osnet-11/usr/src/lib/fm/topo/modules/common/ses/common/
H A Dses.h99 #define verify(x) assert(x) macro
101 #define verify(x) ((void)(x)) macro
/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelVerify.c82 * C_Verify or C_VerifyFinal to verify a signature on data.
84 session_p->verify.flags = CRYPTO_OPERATION_ACTIVE;
146 session_p->verify.flags |= CRYPTO_EMULATE;
166 session_p->verify.flags &= ~CRYPTO_OPERATION_ACTIVE;
185 crypto_verify_t verify; local
200 if (!(session_p->verify.flags & CRYPTO_OPERATION_ACTIVE)) {
209 if (session_p->verify.flags & CRYPTO_OPERATION_UPDATE) {
212 * operation, so we'll leave the active verify operation
214 * verify update operation.
220 if (session_p->verify
[all...]
H A DkernelSession.h58 * CRYPTO_EMULATE flag is set for a digest or sign/verify with a HMAC
98 crypto_active_op_t verify; /* context of active verify op */ member in struct:session
/osnet-11/usr/src/lib/libcmd/common/
H A Dcksum.c142 static void verify(State_t*, char*, char*, Sfio_t*);
190 verify(state, p, file, check);
254 * verify previous sum output
258 verify(State_t* state, register char* s, char* check, Sfio_t* rp) function
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/include/krb5/
H A Dauthdata_plugin.h324 authdata_client_verify_proc verify; member in struct:krb5plugin_authdata_client_ftable_v0
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DSMTP.pm458 sub verify { shift->_VRFY(@_) } subroutine
722 =item verify ( ADDRESS )
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DAuthBlock.java157 ab.verify();
598 void verify() throws ServiceLocationException { method in class:AuthBlock
675 if (!sig.verify(abBytes))
896 chain[i-1].verify(chain[i].getPublicKey(), "SunAMI");
921 * verify a message signed by the Principal named by 'cert'.
961 * This routine does not verify the cert chain.
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Delgamal.c60 static int verify (gcry_mpi_t a, gcry_mpi_t b, gcry_mpi_t input,
149 if ( !verify( out1_a, out1_b, test, &pk ) )
160 (failed & 2)? "sign+verify":"");
164 (failed & 2)? "sign+verify":"");
559 verify(gcry_mpi_t a, gcry_mpi_t b, gcry_mpi_t input, ELG_public_key *pkey ) function
800 if (! verify (data[0], data[1], hash, &pk))
H A Ddsa.c109 static int verify (gcry_mpi_t r, gcry_mpi_t s, gcry_mpi_t input,
220 if ( !verify (sig_a, sig_b, data, &pk) )
225 if ( verify (sig_a, sig_b, data, &pk) )
631 verify (gcry_mpi_t r, gcry_mpi_t s, gcry_mpi_t hash, DSA_public_key *pkey )
1009 if (! verify (data[0], data[1], hash, &pk))
1067 errtxt = "verify failed";
630 verify (gcry_mpi_t r, gcry_mpi_t s, gcry_mpi_t hash, DSA_public_key *pkey ) function
H A Decc.c302 static gpg_err_code_t verify (gcry_mpi_t input, ECC_public_key *pkey,
580 * To verify correct skey it use a random information.
583 * Second, test with the sign and verify functions.
610 if (verify (test, &pk, r, s))
612 log_fatal ("ECDSA operation: sign, verify failed\n");
616 log_debug ("ECDSA operation: sign, verify ok.\n");
760 verify (gcry_mpi_t input, ECC_public_key *pkey, gcry_mpi_t r, gcry_mpi_t s)
811 log_debug ("ecc verify: Rejected\n");
818 log_debug ("ecc verify: Failed to get affine coordinates\n");
831 log_debug ("ecc verify
756 verify (gcry_mpi_t input, ECC_public_key *pkey, gcry_mpi_t r, gcry_mpi_t s) function
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Delgamal.c60 static int verify (gcry_mpi_t a, gcry_mpi_t b, gcry_mpi_t input,
149 if ( !verify( out1_a, out1_b, test, &pk ) )
160 (failed & 2)? "sign+verify":"");
164 (failed & 2)? "sign+verify":"");
559 verify(gcry_mpi_t a, gcry_mpi_t b, gcry_mpi_t input, ELG_public_key *pkey ) function
800 if (! verify (data[0], data[1], hash, &pk))
H A Ddsa.c109 static int verify (gcry_mpi_t r, gcry_mpi_t s, gcry_mpi_t input,
220 if ( !verify (sig_a, sig_b, data, &pk) )
225 if ( verify (sig_a, sig_b, data, &pk) )
631 verify (gcry_mpi_t r, gcry_mpi_t s, gcry_mpi_t hash, DSA_public_key *pkey )
1009 if (! verify (data[0], data[1], hash, &pk))
630 verify (gcry_mpi_t r, gcry_mpi_t s, gcry_mpi_t hash, DSA_public_key *pkey ) function
H A Decc.c302 static gpg_err_code_t verify (gcry_mpi_t input, ECC_public_key *pkey,
580 * To verify correct skey it use a random information.
583 * Second, test with the sign and verify functions.
610 if (verify (test, &pk, r, s))
612 log_fatal ("ECDSA operation: sign, verify failed\n");
616 log_debug ("ECDSA operation: sign, verify ok.\n");
760 verify (gcry_mpi_t input, ECC_public_key *pkey, gcry_mpi_t r, gcry_mpi_t s)
811 log_debug ("ecc verify: Rejected\n");
818 log_debug ("ecc verify: Failed to get affine coordinates\n");
831 log_debug ("ecc verify
756 verify (gcry_mpi_t input, ECC_public_key *pkey, gcry_mpi_t r, gcry_mpi_t s) function
[all...]
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSession.h96 crypto_active_op_t verify; /* context of active verify op */ member in struct:session
/osnet-11/usr/src/lib/libast/common/misc/
H A Dfts.c135 * must always verify; undef verify to enable the unsafe code
138 #define verify 1 macro
465 #ifndef verify
466 register int verify; local
474 #ifndef verify
475 verify = 0;
483 #ifndef verify
484 verify |= fts->pwd->symlink;
496 return (verify
[all...]
/osnet-11/usr/src/lib/libsasl/lib/
H A Dsaslint.h430 sasl_plaintext_verifier *verify; member in struct:sasl_verify_password_s
/osnet-11/usr/src/lib/efcode/engine/
H A Ddebug.c616 int verify; local
618 verify = env->table[i].flags & (ANSI_WORD|P1275_WORD);
619 if ((verify) &&
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs.h1076 * When dealing with nvlists, verify() is extremely useful
1079 #define verify(EX) ((void)(EX)) macro
1081 #define verify(EX) assert(EX) macro

Completed in 111 milliseconds