Searched refs:signature (Results 1 - 25 of 191) sorted by relevance

12345678

/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/lib/device/
H A Ddev-swap.c43 int dev_is_swap(struct device *dev, uint64_t *signature) argument
59 *signature = 0;
75 *signature = page - SIGNATURE_SIZE;
83 if (*signature)
92 int dev_is_swap(struct device *dev, uint64_t *signature) argument
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/nlm/
H A Dppc-ext.h31 char signature[8]; member in struct:nlm32_powerpc_external_prefix_header
69 /* The signature field identifies the file as an NLM. It must contain
70 the signature string, which depends upon the NLM target. */
72 unsigned char signature[24]; member in struct:nlm32_powerpc_external_fixed_header
H A Di386-ext.h26 /* The signature field identifies the file as an NLM. It must contain
27 the signature string, which depends upon the NLM target. */
29 unsigned char signature[24]; member in struct:nlm32_i386_external_fixed_header
H A Dsparc32-ext.h26 /* The signature field identifies the file as an NLM. It must contain
27 the signature string, which depends upon the NLM target. */
29 unsigned char signature[24]; member in struct:nlm32_sparc_external_fixed_header
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/nlm/
H A Dppc-ext.h31 char signature[8]; member in struct:nlm32_powerpc_external_prefix_header
69 /* The signature field identifies the file as an NLM. It must contain
70 the signature string, which depends upon the NLM target. */
72 unsigned char signature[24]; member in struct:nlm32_powerpc_external_fixed_header
H A Di386-ext.h26 /* The signature field identifies the file as an NLM. It must contain
27 the signature string, which depends upon the NLM target. */
29 unsigned char signature[24]; member in struct:nlm32_i386_external_fixed_header
H A Dsparc32-ext.h26 /* The signature field identifies the file as an NLM. It must contain
27 the signature string, which depends upon the NLM target. */
29 unsigned char signature[24]; member in struct:nlm32_sparc_external_fixed_header
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Da_sign.c131 ASN1_BIT_STRING *signature, char *data, EVP_PKEY *pkey,
196 if (signature->data != NULL) OPENSSL_free(signature->data);
197 signature->data=buf_out;
199 signature->length=outl;
203 signature->flags&= ~(ASN1_STRING_FLAG_BITS_LEFT|0x07);
204 signature->flags|=ASN1_STRING_FLAG_BITS_LEFT;
217 ASN1_BIT_STRING *signature, void *asn, EVP_PKEY *pkey,
227 return ASN1_item_sign_ctx(it, algor1, algor2, signature, asn, &ctx);
233 ASN1_BIT_STRING *signature, voi
130 ASN1_sign(i2d_of_void *i2d, X509_ALGOR *algor1, X509_ALGOR *algor2, ASN1_BIT_STRING *signature, char *data, EVP_PKEY *pkey, const EVP_MD *type) argument
216 ASN1_item_sign(const ASN1_ITEM *it, X509_ALGOR *algor1, X509_ALGOR *algor2, ASN1_BIT_STRING *signature, void *asn, EVP_PKEY *pkey, const EVP_MD *type) argument
231 ASN1_item_sign_ctx(const ASN1_ITEM *it, X509_ALGOR *algor1, X509_ALGOR *algor2, ASN1_BIT_STRING *signature, void *asn, EVP_MD_CTX *ctx) argument
[all...]
H A Dx_spki.c78 ASN1_SIMPLE(NETSCAPE_SPKI, signature, ASN1_BIT_STRING)
H A Da_verify.c77 int ASN1_verify(i2d_of_void *i2d, X509_ALGOR *a, ASN1_BIT_STRING *signature, argument
115 if (EVP_VerifyFinal(&ctx,(unsigned char *)signature->data,
116 (unsigned int)signature->length,pkey) <= 0)
135 ASN1_BIT_STRING *signature, void *asn, EVP_PKEY *pkey)
151 /* Convert signature OID into digest and public key OIDs */
165 signature, pkey);
218 if (EVP_DigestVerifyFinal(&ctx,signature->data,
219 (size_t)signature->length) <= 0)
134 ASN1_item_verify(const ASN1_ITEM *it, X509_ALGOR *a, ASN1_BIT_STRING *signature, void *asn, EVP_PKEY *pkey) argument
H A Dt_spki.c97 n=spki->signature->length;
98 s=(char *)spki->signature->data;
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/rdata/any_255/
H A Dtsig_250.h33 unsigned char * signature; member in struct:dns_rdata_any_tsig
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/rdata/generic/
H A Drrsig_46.h39 unsigned char * signature; member in struct:dns_rdata_rrsig
H A Dsig_24.h40 unsigned char * signature; member in struct:dns_rdata_sig_t
/netbsd-6-1-5-RELEASE/sys/arch/xen/include/xen-public/hvm/
H A Dhvm_info_table.h37 char signature[8]; /* "HVM INFO" */ member in struct:hvm_info_table
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/ecdsa/
H A Decdsatest.c189 ECDSA_SIG *signature = NULL; local
206 /* create the signature */
207 signature = ECDSA_do_sign(digest, 20, key);
208 if (signature == NULL)
212 /* compare the created signature with the expected signature */
218 if (BN_cmp(signature->r ,r) || BN_cmp(signature->s, s))
222 /* verify the signature */
223 if (ECDSA_do_verify(digest, 20, signature, ke
292 unsigned char *signature = NULL; local
[all...]
/netbsd-6-1-5-RELEASE/sys/compat/ibcs2/
H A Dibcs2_exec_elf32.c81 static const char signature[] = SCO_SIGNATURE; local
82 char tbuf[sizeof(signature) - 1];
99 s->sh_size < sizeof(signature) - 1)
103 sizeof(signature) - 1)) != 0)
106 if (memcmp(tbuf, signature, sizeof(signature) - 1) == 0)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Djv-lang.c298 char *signature = name; local
299 int namelen = java_demangled_signature_length (signature);
303 java_demangled_signature_copy (name, signature);
654 java_primitive_type (struct gdbarch *gdbarch, int signature) argument
658 switch (signature)
679 error (_("unknown signature '%c' for primitive type"), (char) signature);
732 java_primitive_type_name (int signature) argument
734 switch (signature)
755 error (_("unknown signature '
762 java_demangled_signature_length(char *signature) argument
782 java_demangled_signature_copy(char *result, char *signature) argument
825 java_demangle_type_signature(char *signature) argument
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dkexdhc.c53 u_char *server_host_key_blob = NULL, *signature = NULL; local
110 signature = packet_get_string(&slen);
146 if (key_verify(server_host_key, signature, slen, hash, hashlen) != 1)
149 xfree(signature);
/netbsd-6-1-5-RELEASE/sys/compat/linux/common/
H A Dlinux_exec_elf32.c98 static const char signature[] = "__libc_atexit"; local
99 const size_t sigsz = sizeof(signature);
100 char tbuf[sizeof(signature)];
129 if (!memcmp(tbuf, signature, sigsz)) {
146 * with gcc, and gcc sticks in the comment field a signature. Note that
147 * on SVR4 binaries, the gcc signature will follow the OS name signature,
152 * XXX we have the same gcc signature which incorrectly identifies
163 static const char signature[] = "\0GCC: (GNU) "; local
164 char tbuf[sizeof(signature)
221 static const char signature[] = ".gnu_debuglink"; local
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dmymalloc.c93 * free() calls we prepend a signature to memory given to the application.
99 int signature; /* set when block is active */ member in struct:MBLOCK
114 if (real_ptr->signature != SIGNATURE) \
116 real_ptr->signature = 0; \
122 real_ptr->signature = SIGNATURE; \
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_format_zip.c100 char signature[4]; member in struct:zip_file_header
217 if (p[0] == 'P' && p[1] == 'K' /* signature */
292 const char *signature; local
309 signature = (const char *)h;
310 if (signature[0] == 'M' && signature[1] == 'Z') {
317 signature = (const char *)h;
320 if (signature[0] != 'P' || signature[1] != 'K') {
327 * "PK00" signature i
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/netpgp/dist/src/lib/
H A DMakefile.am22 signature.c \
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_verifier/
H A Dverifier_transaction.c399 TSS_DAA_SIGNATURE_internal *signature = NULL; local
452 // allocation of signature
453 signature = e_2_i_TSS_DAA_SIGNATURE( &signature_ext);
454 if( signature == NULL) {
461 sA = signature->sA;
483 c = bi_set_as_nbin( signature->challenge_length, signature->challenge);
487 if( bi_equals( signature->zeta, zeta_2_verify) == 0) {
539 // exp = signature->sE + tmp1
540 bi_add( exp, signature
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/x86/include/
H A Dmpbiosreg.h55 uint32_t signature; member in struct:mpbios_fps
73 uint32_t signature; member in struct:mpbios_cth

Completed in 341 milliseconds

12345678