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

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsfi_acpi.h65 extern int sfi_acpi_table_parse(char *signature, char *oem_id,
69 static inline int acpi_sfi_table_parse(char *signature, argument
72 if (!acpi_table_parse(signature, handler))
75 return sfi_acpi_table_parse(signature, NULL, NULL, handler);
79 static inline int sfi_acpi_table_parse(char *signature, char *oem_id, argument
86 static inline int acpi_sfi_table_parse(char *signature, argument
89 return acpi_table_parse(signature, handler);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dcheck_signature.c7 * @signature: signature block
8 * @length: length of signature
10 * Perform a signature comparison with the mmio address io_addr. This
16 const unsigned char *signature, int length)
19 if (readb(io_addr) != *signature)
22 signature++;
15 check_signature(const volatile void __iomem *io_addr, const unsigned char *signature, int length) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-marshal-byteswap-util.c35 DBusString signature; local
39 if (!_dbus_string_init (&signature) || !_dbus_string_init (&body))
47 &signature, &body))
59 _dbus_marshal_byteswap (&signature, 0,
64 _dbus_type_reader_init (&body_reader, byte_order, &signature, 0,
66 _dbus_type_reader_init (&copy_reader, opposite_order, &signature, 0,
71 _dbus_verbose_bytes_of_string (&signature, 0,
72 _dbus_string_get_length (&signature));
84 _dbus_string_set_length (&signature, 0);
89 _dbus_string_free (&signature);
[all...]
H A Ddbus-marshal-byteswap.h30 void _dbus_marshal_byteswap (const DBusString *signature,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Dtbfind.c55 * PARAMETERS: Signature - String with ACPI table signature
68 acpi_tb_find_table(char *signature, argument
80 ACPI_STRNCPY(header.signature, signature, ACPI_NAME_SIZE);
87 if (ACPI_MEMCMP(&(acpi_gbl_root_table_list.tables[i].signature),
88 header.signature, ACPI_NAME_SIZE)) {
95 /* Table with matching signature has been found */
116 (acpi_gbl_root_table_list.tables[i].pointer->signature,
117 header.signature, ACPI_NAME_SIZE) && (!oem_id[0]
134 header.signature));
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcn_cifs.h29 char signature[4]; /* CIFS */ member in struct:cifs_upcall
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dist.h23 __u32 signature; member in struct:ist_info
H A Dkvm_para.h7 /* This CPUID returns the signature 'KVMKVMKVM' in ebx, ecx, and edx. It
142 char signature[13]; local
145 memcpy(signature + 0, &ebx, 4);
146 memcpy(signature + 4, &ecx, 4);
147 memcpy(signature + 8, &edx, 4);
148 signature[12] = 0;
150 if (strcmp(signature, "KVMKVMKVM") == 0)
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlags49_h2/
H A Ddhf.c110 char signature[14] = "FUPU7D37dhfwci"; variable
267 for (i = 0; i < sizeof(signature) && fw->signature[i] == signature[i]; i++)
269 if (i != sizeof(signature) ||
270 fw->signature[i] != 0x01 ||
272 fw->signature[i+1] != (/* HCF_BIG_ENDIAN ? 'B' : */ 'L'))
305 * - check the signature of the image
353 for (i = 0; i < sizeof(signature) && fw->signature[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Da_sign.c131 ASN1_BIT_STRING *signature, char *data, EVP_PKEY *pkey,
193 if (signature->data != NULL)
194 OPENSSL_free(signature->data);
195 signature->data = buf_out;
197 signature->length = outl;
202 signature->flags &= ~(ASN1_STRING_FLAG_BITS_LEFT | 0x07);
203 signature->flags |= ASN1_STRING_FLAG_BITS_LEFT;
220 X509_ALGOR *algor2, ASN1_BIT_STRING *signature, void *asn,
229 return ASN1_item_sign_ctx(it, algor1, algor2, signature, asn, &ctx);
234 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
219 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
232 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 Da_verify.c77 int ASN1_verify(i2d_of_void *i2d, X509_ALGOR *a, ASN1_BIT_STRING *signature, argument
93 if (signature->type == V_ASN1_BIT_STRING && signature->flags & 0x7) {
117 if (EVP_VerifyFinal(&ctx, (unsigned char *)signature->data,
118 (unsigned int)signature->length, pkey) <= 0) {
137 ASN1_BIT_STRING *signature, void *asn, EVP_PKEY *pkey)
150 if (signature->type == V_ASN1_BIT_STRING && signature->flags & 0x7) {
157 /* Convert signature OID into digest and public key OIDs */
168 ret = pkey->ameth->item_verify(&ctx, it, asn, a, signature, pke
136 ASN1_item_verify(const ASN1_ITEM *it, X509_ALGOR *a, ASN1_BIT_STRING *signature, void *asn, EVP_PKEY *pkey) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/amps/langs/
H A Deu.inc36 // try to keep these next three short, otherwise the signature
60 $text["signature"] = "Sinadura";
67 $text["sigfileerr"] = "Couldn't open signature file";
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Da_sign.c131 ASN1_BIT_STRING *signature, char *data, EVP_PKEY *pkey,
193 if (signature->data != NULL)
194 OPENSSL_free(signature->data);
195 signature->data = buf_out;
197 signature->length = outl;
202 signature->flags &= ~(ASN1_STRING_FLAG_BITS_LEFT | 0x07);
203 signature->flags |= ASN1_STRING_FLAG_BITS_LEFT;
220 X509_ALGOR *algor2, ASN1_BIT_STRING *signature, void *asn,
229 return ASN1_item_sign_ctx(it, algor1, algor2, signature, asn, &ctx);
234 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
219 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
232 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 Da_verify.c77 int ASN1_verify(i2d_of_void *i2d, X509_ALGOR *a, ASN1_BIT_STRING *signature, argument
93 if (signature->type == V_ASN1_BIT_STRING && signature->flags & 0x7) {
117 if (EVP_VerifyFinal(&ctx, (unsigned char *)signature->data,
118 (unsigned int)signature->length, pkey) <= 0) {
137 ASN1_BIT_STRING *signature, void *asn, EVP_PKEY *pkey)
150 if (signature->type == V_ASN1_BIT_STRING && signature->flags & 0x7) {
157 /* Convert signature OID into digest and public key OIDs */
168 ret = pkey->ameth->item_verify(&ctx, it, asn, a, signature, pke
136 ASN1_item_verify(const ASN1_ITEM *it, X509_ALGOR *a, ASN1_BIT_STRING *signature, void *asn, EVP_PKEY *pkey) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtmpcrypt.h51 * Encrypt the signature.
54 * @param signature the signature to encrypt
58 void ff_rtmpe_encrypt_sig(URLContext *h, uint8_t *signature,
/netgear-R7000-V1.0.7.12_1.2.5/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...]

Completed in 240 milliseconds

1234567891011>>