Searched defs:verify (Results 26 - 50 of 102) sorted by relevance

12345

/freebsd-current/contrib/llvm-project/llvm/lib/XRay/
H A DBlockVerifier.cpp184 Error BlockVerifier::verify() { function in class:llvm::xray::BlockVerifier
/freebsd-current/contrib/diff/lib/
H A Dexclude.c57 #define verify(name, assertion) struct name { char a[(assertion) ? 1 : -1]; } macro
/freebsd-current/contrib/libarchive/libarchive/test/
H A Dtest_write_format_iso9660_filename.c141 verify(unsigned char *buff, size_t used, enum vtype type, struct fns *fns) function
[all...]
H A Dtest_read_format_tar.c425 static void verify(unsigned char *d, size_t s, function
[all...]
/freebsd-current/crypto/openssl/crypto/evp/
H A Devp_key.c47 int EVP_read_pw_string(char *buf, int len, const char *prompt, int verify) argument
52 EVP_read_pw_string_min(char *buf, int min, int len, const char *prompt, int verify) argument
/freebsd-current/crypto/openssl/apps/lib/
H A Dapps_ui.c164 int password_callback(char *buf, int bufsiz, int verify, PW_CB_DATA *cb_data) argument
/freebsd-current/sys/dev/ioat/
H A Dioat_test.h70 bool verify; member in struct:ioat_test
/freebsd-current/bin/sh/
H A Dmain.c273 readcmdfile(const char *name, int verify) argument
/freebsd-current/sys/geom/raid3/
H A Dg_raid3_ctl.c103 int *verify, *noverify; local
[all...]
/freebsd-current/crypto/openssl/test/
H A Ddtlsv1listentest.c220 static const unsigned char verify[] = { variable
/freebsd-current/crypto/openssl/crypto/cms/
H A Dcms_rsa.c268 int ossl_cms_rsa_sign(CMS_SignerInfo *si, int verify) argument
H A Dcms_ec.c397 int ossl_cms_ecdsa_dsa_sign(CMS_SignerInfo *si, int verify) argument
/freebsd-current/contrib/diff/src/
H A Dsystem.h41 #define verify(name, assertion) struct name { char a[(assertion) ? 1 : -1]; } macro
/freebsd-current/contrib/wpa/src/tls/
H A Dtlsv1_server_i.h37 struct tls_verify_hash verify; member in struct:tlsv1_server
H A Dtlsv1_common.c206 int tls_verify_hash_init(struct tls_verify_hash *verify) argument
238 tls_verify_hash_add(struct tls_verify_hash *verify, const u8 *buf, size_t len) argument
264 tls_verify_hash_free(struct tls_verify_hash *verify) argument
[all...]
H A Dtlsv1_client_i.h43 struct tls_verify_hash verify; member in struct:tlsv1_client
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dcrypto.h96 krb5_error_code (*verify)(krb5_context context, member in struct:_krb5_checksum_type
/freebsd-current/contrib/ofed/librdmacm/examples/
H A Driostream.c80 static int verify; variable
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp240 void LazyCallGraph::SCC::verify() { function in class:LazyCallGraph::SCC
332 void LazyCallGraph::RefSCC::verify() { function in class:LazyCallGraph::RefSCC
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DInlineAsm.cpp273 Error InlineAsm::verify(FunctionType *Ty, StringRef ConstStr) { function in class:InlineAsm
/freebsd-current/crypto/openssl/crypto/ffc/
H A Dffc_params_generate.c42 static int ffc_validate_LN(size_t L, size_t N, int type, int verify) argument
67 static int ffc_validate_LN(size_t L, size_t N, int type, int verify) argument
530 int verify = (mode == FFC_PARAM_MODE_VERIFY); local
825 int verify = (mode == FFC_PARAM_MODE_VERIFY); local
[all...]
/freebsd-current/crypto/openssl/crypto/ui/
H A Dui_util.c19 UI_UTIL_read_pw_string(char *buf, int length, const char *prompt, int verify) argument
32 UI_UTIL_read_pw(char *buf, char *buff, int size, const char *prompt, int verify) argument
/freebsd-current/contrib/arm-optimized-routines/networking/test/
H A Dchksum.c102 verify(const void *data, uint32_t offset, uint32_t size) function
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableMap.h149 void verify() const { if (Root) Root->verify(); } function in class:llvm::ImmutableMap
276 void verify() const { function in class:llvm::ImmutableMapRef
/freebsd-current/crypto/openssl/apps/
H A Dspkac.c72 int i, ret = 1, verify = 0, noout = 0, pubkey = 0; local

Completed in 220 milliseconds

12345