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

123456789

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dist.h23 unsigned long signature; member in struct:ist_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dcn_cifs.h29 char signature[4]; /* CIFS */ member in struct:cifs_upcall
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DClassAdapter.java59 final String signature,
63 cv.visit(version, access, name, signature, superName, interfaces);
102 final String signature,
105 return cv.visitField(access, name, desc, signature, value);
112 final String signature,
115 return cv.visitMethod(access, name, desc, signature, exceptions);
55 visit( final int version, final int access, final String name, final String signature, final String superName, final String[] interfaces) argument
98 visitField( final int access, final String name, final String desc, final String signature, final Object value) argument
108 visitMethod( final int access, final String name, final String desc, final String signature, final String[] exceptions) argument
H A DClassVisitor.java51 * @param signature the signature of this class. May be <tt>null</tt> if
66 String signature,
140 * @param signature the field's signature. May be <tt>null</tt> if the
159 String signature,
172 * @param signature the method's signature. May be <tt>null</tt> if the
186 String signature,
62 visit( int version, int access, String name, String signature, String superName, String[] interfaces) argument
155 visitField( int access, String name, String desc, String signature, Object value) argument
182 visitMethod( int access, String name, String desc, String signature, String[] exceptions) argument
H A DFieldWriter.java67 * The index of the constant pool item that contains the signature of this
70 private int signature; field in class:FieldWriter
104 * @param signature the field's signature. May be <tt>null</tt>.
112 final String signature,
125 if (signature != null) {
126 this.signature = cw.newUTF8(signature);
192 if (signature != 0) {
232 if (signature !
107 FieldWriter( final ClassWriter cw, final int access, final String name, final String desc, final String signature, final Object value) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/tables/
H A Dtbfind.c54 * PARAMETERS: Signature - String with ACPI table signature
67 acpi_tb_find_table(char *signature, argument
77 if (ACPI_MEMCMP(&(acpi_gbl_root_table_list.tables[i].signature),
78 signature, ACPI_NAME_SIZE)) {
85 /* Table with matching signature has been found */
106 (acpi_gbl_root_table_list.tables[i].pointer->signature,
107 signature, ACPI_NAME_SIZE) && (!oem_id[0]
120 "Found table [%4.4s]\n", signature));
H A Dtbutils.c96 if (ACPI_COMPARE_NAME(header->signature, ACPI_SIG_FACS)) {
98 /* FACS only has signature and length fields of common table header */
101 header->signature, (unsigned long)address,
103 } else if (ACPI_COMPARE_NAME(header->signature, ACPI_SIG_RSDP)) {
122 header->signature, (unsigned long)address,
157 table->signature, table->checksum,
200 * Signature - Table signature, NULL if no need to
212 u8 flags, char *signature, acpi_native_uint table_index)
219 signature));
230 /* If a particular signature i
211 acpi_tb_install_table(acpi_physical_address address, u8 flags, char *signature, acpi_native_uint table_index) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/asn1/
H A Dp8_key.c70 M_ASN1_I2D_len(a->signature, i2d_ASN1_BIT_STRING);
76 M_ASN1_I2D_put(a->signature, i2d_ASN1_BIT_STRING);
89 M_ASN1_D2I_get(ret->signature,d2i_ASN1_BIT_STRING);
102 M_ASN1_New(ret->signature,ASN1_BIT_STRING_new);
128 ASN1_BIT_STRING_free(a->signature);
H A Da_sign.c130 ASN1_BIT_STRING *signature, char *data, EVP_PKEY *pkey,
195 if (signature->data != NULL) OPENSSL_free(signature->data);
196 signature->data=buf_out;
198 signature->length=outl;
202 signature->flags&= ~(ASN1_STRING_FLAG_BITS_LEFT|0x07);
203 signature->flags|=ASN1_STRING_FLAG_BITS_LEFT;
216 ASN1_BIT_STRING *signature, void *asn, EVP_PKEY *pkey,
278 if (signature->data != NULL) OPENSSL_free(signature
129 ASN1_sign(int (*i2d)(), X509_ALGOR *algor1, X509_ALGOR *algor2, ASN1_BIT_STRING *signature, char *data, EVP_PKEY *pkey, const EVP_MD *type) argument
215 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
[all...]
H A Da_verify.c76 int ASN1_verify(int (*i2d)(), X509_ALGOR *a, ASN1_BIT_STRING *signature, argument
109 if (EVP_VerifyFinal(&ctx,(unsigned char *)signature->data,
110 (unsigned int)signature->length,pkey) <= 0)
128 int ASN1_item_verify(const ASN1_ITEM *it, X509_ALGOR *a, ASN1_BIT_STRING *signature, argument
165 if (EVP_VerifyFinal(&ctx,(unsigned char *)signature->data,
166 (unsigned int)signature->length,pkey) <= 0)
H A Dx_spki.c78 ASN1_SIMPLE(NETSCAPE_SPKI, signature, ASN1_BIT_STRING)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dp8_key.c70 M_ASN1_I2D_len(a->signature, i2d_ASN1_BIT_STRING);
76 M_ASN1_I2D_put(a->signature, i2d_ASN1_BIT_STRING);
89 M_ASN1_D2I_get(ret->signature,d2i_ASN1_BIT_STRING);
102 M_ASN1_New(ret->signature,ASN1_BIT_STRING_new);
128 ASN1_BIT_STRING_free(a->signature);
H A Da_sign.c130 ASN1_BIT_STRING *signature, char *data, EVP_PKEY *pkey,
195 if (signature->data != NULL) OPENSSL_free(signature->data);
196 signature->data=buf_out;
198 signature->length=outl;
202 signature->flags&= ~(ASN1_STRING_FLAG_BITS_LEFT|0x07);
203 signature->flags|=ASN1_STRING_FLAG_BITS_LEFT;
216 ASN1_BIT_STRING *signature, void *asn, EVP_PKEY *pkey,
279 if (signature->data != NULL) OPENSSL_free(signature
129 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
215 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
[all...]
H A Da_verify.c76 int ASN1_verify(i2d_of_void *i2d, X509_ALGOR *a, ASN1_BIT_STRING *signature, argument
109 if (EVP_VerifyFinal(&ctx,(unsigned char *)signature->data,
110 (unsigned int)signature->length,pkey) <= 0)
128 int ASN1_item_verify(const ASN1_ITEM *it, X509_ALGOR *a, ASN1_BIT_STRING *signature, argument
165 if (EVP_VerifyFinal(&ctx,(unsigned char *)signature->data,
166 (unsigned int)signature->length,pkey) <= 0)
H A Dx_spki.c78 ASN1_SIMPLE(NETSCAPE_SPKI, signature, ASN1_BIT_STRING)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/partitions/
H A Dmac.h11 __be16 signature; /* expected to be MAC_PARTITION_MAGIC */ member in struct:mac_partition
38 __be16 signature; /* expected to be MAC_DRIVER_MAGIC */ member in struct:mac_driver_desc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/ecdsa/
H A Decdsatest.c190 ECDSA_SIG *signature = NULL; local
207 /* create the signature */
208 signature = ECDSA_do_sign(digest, 20, key);
209 if (signature == NULL)
213 /* compare the created signature with the expected signature */
219 if (BN_cmp(signature->r ,r) || BN_cmp(signature->s, s))
223 /* verify the signature */
224 if (ECDSA_do_verify(digest, 20, signature, ke
291 unsigned char *signature = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Decdsatest.c190 ECDSA_SIG *signature = NULL; local
207 /* create the signature */
208 signature = ECDSA_do_sign(digest, 20, key);
209 if (signature == NULL)
213 /* compare the created signature with the expected signature */
219 if (BN_cmp(signature->r ,r) || BN_cmp(signature->s, s))
223 /* verify the signature */
224 if (ECDSA_do_verify(digest, 20, signature, ke
291 unsigned char *signature = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/mouse/
H A Dalps.h16 unsigned char signature[3]; member in struct:alps_model_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dstatus.c104 /* make room for signature and net address offset. save location of
105 * signature offset. we're also making room for directory names offset
109 * signature and net address offsets if they're not going to be
120 return len; /* return the offset to beginning of signature offset */
148 /* server signature is a 16-byte quantity */
157 /* get server signature offset */
161 /* jump to server signature offset */
165 memcpy(data, options->signature, 16);
402 /* returns actual offset to signature */
421 /* put in signature offse
[all...]
H A Dafp_config.h21 const void *defoptions, *signature; member in struct:AFPConfig
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dstatus.c106 /* make room for signature and net address offset. save location of
107 * signature offset. we're also making room for directory names offset
111 * signature and net address offsets if they're not going to be
122 return len; /* return the offset to beginning of signature offset */
162 /* server signature is a 16-byte quantity */
171 /* get server signature offset */
175 /* jump to server signature offset */
179 memcpy(data, options->signature, 16);
423 /* returns actual offset to signature */
442 /* put in signature offse
[all...]
H A Dafp_config.h21 const void *defoptions, *signature; member in struct:AFPConfig
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/volume_id/lib/
H A Djmicron_raid.c30 int8_t signature[2]; member in struct:jmicron_meta
54 if (memcmp(jm->signature, "JM", 2) != 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dio.h70 * @signature: signature block
71 * @length: length of signature
73 * Perform a signature comparison with the mmio address io_addr. This
79 const unsigned char *signature, int length)
83 if (readb(io_addr) != *signature)
86 signature++;
78 check_signature(const volatile void __iomem *io_addr, const unsigned char *signature, int length) argument

Completed in 140 milliseconds

123456789