Searched refs:signature (Results 26 - 50 of 840) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/include/asm/
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)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/include/nlm/
H A Di386-ext.h25 /* The signature field identifies the file as an NLM. It must contain
26 the signature string, which depends upon the NLM target. */
28 unsigned char signature[24]; member in struct:nlm32_i386_external_fixed_header
H A Dsparc32-ext.h25 /* The signature field identifies the file as an NLM. It must contain
26 the signature string, which depends upon the NLM target. */
28 unsigned char signature[24]; member in struct:nlm32_sparc_external_fixed_header
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/include/nlm/
H A Di386-ext.h25 /* The signature field identifies the file as an NLM. It must contain
26 the signature string, which depends upon the NLM target. */
28 unsigned char signature[24]; member in struct:nlm32_i386_external_fixed_header
H A Dsparc32-ext.h25 /* The signature field identifies the file as an NLM. It must contain
26 the signature string, which depends upon the NLM target. */
28 unsigned char signature[24]; member in struct:nlm32_sparc_external_fixed_header
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/include/nlm/
H A Di386-ext.h25 /* The signature field identifies the file as an NLM. It must contain
26 the signature string, which depends upon the NLM target. */
28 unsigned char signature[24]; member in struct:nlm32_i386_external_fixed_header
H A Dsparc32-ext.h25 /* The signature field identifies the file as an NLM. It must contain
26 the signature string, which depends upon the NLM target. */
28 unsigned char signature[24]; member in struct:nlm32_sparc_external_fixed_header
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/asn1/
H A Da_verify.c77 int ASN1_verify(i2d_of_void *i2d, X509_ALGOR *a, ASN1_BIT_STRING *signature, argument
94 if (signature->type == V_ASN1_BIT_STRING && signature->flags & 0x7)
116 if (EVP_VerifyFinal(&ctx,(unsigned char *)signature->data,
117 (unsigned int)signature->length,pkey) <= 0)
135 int ASN1_item_verify(const ASN1_ITEM *it, X509_ALGOR *a, ASN1_BIT_STRING *signature, argument
151 if (signature->type == V_ASN1_BIT_STRING && signature->flags & 0x7)
159 /* Convert signature OID into digest and public key OIDs */
199 if (EVP_VerifyFinal(&ctx,(unsigned char *)signature
[all...]
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,
282 if (signature->data != NULL) OPENSSL_free(signature
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
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/asn1/
H A Da_verify.c77 int ASN1_verify(i2d_of_void *i2d, X509_ALGOR *a, ASN1_BIT_STRING *signature, argument
94 if (signature->type == V_ASN1_BIT_STRING && signature->flags & 0x7)
116 if (EVP_VerifyFinal(&ctx,(unsigned char *)signature->data,
117 (unsigned int)signature->length,pkey) <= 0)
135 int ASN1_item_verify(const ASN1_ITEM *it, X509_ALGOR *a, ASN1_BIT_STRING *signature, argument
151 if (signature->type == V_ASN1_BIT_STRING && signature->flags & 0x7)
159 /* Convert signature OID into digest and public key OIDs */
199 if (EVP_VerifyFinal(&ctx,(unsigned char *)signature
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/asn1/
H A Da_verify.c77 int ASN1_verify(i2d_of_void *i2d, X509_ALGOR *a, ASN1_BIT_STRING *signature, argument
94 if (signature->type == V_ASN1_BIT_STRING && signature->flags & 0x7)
116 if (EVP_VerifyFinal(&ctx,(unsigned char *)signature->data,
117 (unsigned int)signature->length,pkey) <= 0)
135 int ASN1_item_verify(const ASN1_ITEM *it, X509_ALGOR *a, ASN1_BIT_STRING *signature, argument
151 if (signature->type == V_ASN1_BIT_STRING && signature->flags & 0x7)
159 /* Convert signature OID into digest and public key OIDs */
199 if (EVP_VerifyFinal(&ctx,(unsigned char *)signature
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/etc/afpd/
H A Dstatus.c123 /* make room for signature and net address offset. save location of
124 * signature offset. we're also making room for directory names offset
128 * signature and net address offsets if they're not going to be
139 return len; /* return the offset to beginning of signature offset */
179 /* server signature is a 16-byte quantity */
188 /* get server signature offset */
192 /* jump to server signature offset */
196 memcpy(data, options->signature, 16);
539 /* returns actual offset to signature */
558 /* put in signature offse
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/etc/afpd/
H A Dstatus.c123 /* make room for signature and net address offset. save location of
124 * signature offset. we're also making room for directory names offset
128 * signature and net address offsets if they're not going to be
139 return len; /* return the offset to beginning of signature offset */
179 /* server signature is a 16-byte quantity */
188 /* get server signature offset */
192 /* jump to server signature offset */
196 memcpy(data, options->signature, 16);
539 /* returns actual offset to signature */
558 /* put in signature offse
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/etc/afpd/
H A Dstatus.c123 /* make room for signature and net address offset. save location of
124 * signature offset. we're also making room for directory names offset
128 * signature and net address offsets if they're not going to be
139 return len; /* return the offset to beginning of signature offset */
179 /* server signature is a 16-byte quantity */
188 /* get server signature offset */
192 /* jump to server signature offset */
196 memcpy(data, options->signature, 16);
539 /* returns actual offset to signature */
558 /* put in signature offse
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/java/src/com/sleepycat/asm/
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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/java/src/com/sleepycat/asm/
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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/java/src/com/sleepycat/asm/
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...]

Completed in 264 milliseconds

1234567891011>>