Searched refs:md (Results 1 - 25 of 347) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68knommu/
H A Dmd.h1 #include <asm-m68k/md.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/mdc2/
H A Dmdc2_one.c63 unsigned char *MDC2(const unsigned char *d, unsigned long n, unsigned char *md) argument
68 if (md == NULL) md=m;
71 MDC2_Final(md,&c);
73 return(md);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/mdc2/
H A Dmdc2_one.c63 unsigned char *MDC2(const unsigned char *d, size_t n, unsigned char *md) argument
68 if (md == NULL) md=m;
72 MDC2_Final(md,&c);
74 return(md);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Ddm.c37 struct mapped_device *md; member in struct:dm_io
64 * Bits for the md->flags field.
225 struct mapped_device *md; local
229 md = inode->i_bdev->bd_disk->private_data;
230 if (!md)
233 if (test_bit(DMF_FREEING, &md->flags) ||
234 test_bit(DMF_DELETING, &md->flags)) {
235 md = NULL;
239 dm_get(md);
240 atomic_inc(&md
250 struct mapped_device *md; local
258 dm_open_count(struct mapped_device *md) argument
266 dm_lock_for_deletion(struct mapped_device *md) argument
284 struct mapped_device *md = bdev->bd_disk->private_data; local
292 struct mapped_device *md; local
328 alloc_io(struct mapped_device *md) argument
333 free_io(struct mapped_device *md, struct dm_io *io) argument
338 alloc_tio(struct mapped_device *md) argument
343 free_tio(struct mapped_device *md, struct target_io *tio) argument
350 struct mapped_device *md = io->md; local
362 struct mapped_device *md = io->md; local
381 queue_io(struct mapped_device *md, struct bio *bio) argument
401 dm_get_table(struct mapped_device *md) argument
417 dm_get_geometry(struct mapped_device *md, struct hd_geometry *geo) argument
427 dm_set_geometry(struct mapped_device *md, struct hd_geometry *geo) argument
450 __noflush_suspending(struct mapped_device *md) argument
502 struct mapped_device *md = tio->io->md; local
540 max_io_len(struct mapped_device *md, sector_t sector, struct dm_target *ti) argument
565 struct mapped_device *md; local
608 struct mapped_device *md; member in struct:clone_info
762 __split_bio(struct mapped_device *md, struct bio *bio) argument
803 struct mapped_device *md = q->queuedata; local
845 struct mapped_device *md = q->queuedata; local
859 struct mapped_device *md = q->queuedata; local
871 struct mapped_device *md = (struct mapped_device *) congested_data; local
898 specific_minor(struct mapped_device *md, int minor) argument
931 next_free_minor(struct mapped_device *md, int *minor) argument
967 struct mapped_device *md = kmalloc(sizeof(*md), GFP_KERNEL); local
1062 free_dev(struct mapped_device *md) argument
1091 struct mapped_device *md = (struct mapped_device *) context; local
1097 __set_size(struct mapped_device *md, sector_t size) argument
1106 __bind(struct mapped_device *md, struct dm_table *t) argument
1135 __unbind(struct mapped_device *md) argument
1154 struct mapped_device *md; local
1166 struct mapped_device *md; local
1190 struct mapped_device *md = dm_find_md(dev); local
1198 dm_get_mdptr(struct mapped_device *md) argument
1203 dm_set_mdptr(struct mapped_device *md, void *ptr) argument
1208 dm_get(struct mapped_device *md) argument
1213 dm_device_name(struct mapped_device *md) argument
1219 dm_put(struct mapped_device *md) argument
1244 __flush_deferred_io(struct mapped_device *md, struct bio *c) argument
1259 dm_swap_table(struct mapped_device *md, struct dm_table *table) argument
1286 lock_fs(struct mapped_device *md) argument
1307 unlock_fs(struct mapped_device *md) argument
1324 dm_suspend(struct mapped_device *md, unsigned suspend_flags) argument
1459 dm_resume(struct mapped_device *md) argument
1509 dm_get_event_nr(struct mapped_device *md) argument
1514 dm_wait_event(struct mapped_device *md, int event_nr) argument
1524 dm_disk(struct mapped_device *md) argument
1529 dm_suspended(struct mapped_device *md) argument
1536 struct mapped_device *md = dm_table_get_md(ti->table); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/ripemd/
H A Drmd_one.c65 unsigned char *md)
70 if (md == NULL) md=m;
73 RIPEMD160_Final(md,&c);
75 return(md);
64 RIPEMD160(const unsigned char *d, unsigned long n, unsigned char *md) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/sha/
H A Dsha1_one.c65 unsigned char *SHA1(const unsigned char *d, unsigned long n, unsigned char *md) argument
70 if (md == NULL) md=m;
73 SHA1_Final(md,&c);
75 return(md);
H A Dsha_one.c65 unsigned char *SHA(const unsigned char *d, unsigned long n, unsigned char *md) argument
70 if (md == NULL) md=m;
73 SHA_Final(md,&c);
75 return(md);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/ripemd/
H A Drmd_one.c65 unsigned char *md)
70 if (md == NULL) md=m;
74 RIPEMD160_Final(md,&c);
76 return(md);
64 RIPEMD160(const unsigned char *d, size_t n, unsigned char *md) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/sha/
H A Dsha1_one.c65 unsigned char *SHA1(const unsigned char *d, size_t n, unsigned char *md) argument
70 if (md == NULL) md=m;
74 SHA1_Final(md,&c);
76 return(md);
H A Dsha_one.c65 unsigned char *SHA(const unsigned char *d, size_t n, unsigned char *md) argument
70 if (md == NULL) md=m;
74 SHA_Final(md,&c);
76 return(md);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/md2/
H A Dmd2_one.c66 unsigned char *MD2(const unsigned char *d, unsigned long n, unsigned char *md) argument
71 if (md == NULL) md=m;
90 MD2_Final(md,&c);
92 return(md);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/md2/
H A Dmd2_one.c66 unsigned char *MD2(const unsigned char *d, size_t n, unsigned char *md) argument
71 if (md == NULL) md=m;
91 MD2_Final(md,&c);
93 return(md);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Dhmac.h75 const EVP_MD *md; member in struct:hmac_ctx_st
83 #define HMAC_size(e) (EVP_MD_size((e)->md))
92 const EVP_MD *md); /* deprecated */
94 const EVP_MD *md, ENGINE *impl);
96 void HMAC_Final(HMAC_CTX *ctx, unsigned char *md, unsigned int *len);
98 const unsigned char *d, int n, unsigned char *md,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/test/
H A Dmd4test.c96 static char *pt(unsigned char *md);
102 unsigned char md[MD4_DIGEST_LENGTH]; local
109 EVP_Digest(&(P[0][0]),(unsigned long)strlen((char *)*P),md,NULL,EVP_md4(), NULL);
110 p=pt(md);
127 static char *pt(unsigned char *md) argument
133 sprintf(&(buf[i*2]),"%02x",md[i]);
H A Dmd5test.c96 static char *pt(unsigned char *md);
102 unsigned char md[MD5_DIGEST_LENGTH]; local
109 EVP_Digest(&(P[0][0]),(unsigned long)strlen((char *)*P),md,NULL,EVP_md5(), NULL);
110 p=pt(md);
127 static char *pt(unsigned char *md) argument
133 sprintf(&(buf[i*2]),"%02x",md[i]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/hmac/
H A Dhmac.c65 const EVP_MD *md, ENGINE *impl)
70 if (md != NULL)
73 ctx->md=md;
76 md=ctx->md;
81 if (FIPS_mode() && !(md->flags & EVP_MD_FLAG_FIPS)
90 j=EVP_MD_block_size(md);
94 EVP_DigestInit_ex(&ctx->md_ctx,md, impl);
114 EVP_DigestInit_ex(&ctx->i_ctx,md, imp
64 HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len, const EVP_MD *md, ENGINE *impl) argument
125 HMAC_Init(HMAC_CTX *ctx, const void *key, int len, const EVP_MD *md) argument
138 HMAC_Final(HMAC_CTX *ctx, unsigned char *md, unsigned int *len) argument
167 HMAC(const EVP_MD *evp_md, const void *key, int key_len, const unsigned char *d, int n, unsigned char *md, unsigned int *md_len) argument
[all...]
H A Dhmac.h75 const EVP_MD *md; member in struct:hmac_ctx_st
83 #define HMAC_size(e) (EVP_MD_size((e)->md))
92 const EVP_MD *md); /* deprecated */
94 const EVP_MD *md, ENGINE *impl);
96 void HMAC_Final(HMAC_CTX *ctx, unsigned char *md, unsigned int *len);
98 const unsigned char *d, int n, unsigned char *md,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/md4/
H A Dmd4test.c96 static char *pt(unsigned char *md);
102 unsigned char md[MD4_DIGEST_LENGTH]; local
109 EVP_Digest(&(P[0][0]),(unsigned long)strlen((char *)*P),md,NULL,EVP_md4(), NULL);
110 p=pt(md);
127 static char *pt(unsigned char *md) argument
133 sprintf(&(buf[i*2]),"%02x",md[i]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/md5/
H A Dmd5test.c96 static char *pt(unsigned char *md);
102 unsigned char md[MD5_DIGEST_LENGTH]; local
109 EVP_Digest(&(P[0][0]),(unsigned long)strlen((char *)*P),md,NULL,EVP_md5(), NULL);
110 p=pt(md);
127 static char *pt(unsigned char *md) argument
133 sprintf(&(buf[i*2]),"%02x",md[i]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/hmac/
H A Dhmac.h77 const EVP_MD *md; member in struct:hmac_ctx_st
85 #define HMAC_size(e) (EVP_MD_size((e)->md))
94 const EVP_MD *md); /* deprecated */
96 const EVP_MD *md, ENGINE *impl);
98 void HMAC_Final(HMAC_CTX *ctx, unsigned char *md, unsigned int *len);
100 const unsigned char *d, size_t n, unsigned char *md,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/md4/
H A Dmd4test.c96 static char *pt(unsigned char *md);
102 unsigned char md[MD4_DIGEST_LENGTH]; local
109 EVP_Digest(&(P[0][0]),strlen((char *)*P),md,NULL,EVP_md4(), NULL);
110 p=pt(md);
127 static char *pt(unsigned char *md) argument
133 sprintf(&(buf[i*2]),"%02x",md[i]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dhmac.h77 const EVP_MD *md; member in struct:hmac_ctx_st
85 #define HMAC_size(e) (EVP_MD_size((e)->md))
94 const EVP_MD *md); /* deprecated */
96 const EVP_MD *md, ENGINE *impl);
98 void HMAC_Final(HMAC_CTX *ctx, unsigned char *md, unsigned int *len);
100 const unsigned char *d, size_t n, unsigned char *md,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dmd4test.c96 static char *pt(unsigned char *md);
102 unsigned char md[MD4_DIGEST_LENGTH]; local
109 EVP_Digest(&(P[0][0]),strlen((char *)*P),md,NULL,EVP_md4(), NULL);
110 p=pt(md);
127 static char *pt(unsigned char *md) argument
133 sprintf(&(buf[i*2]),"%02x",md[i]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/evp/
H A Dnames.c78 int EVP_add_digest(const EVP_MD *md) argument
83 name=OBJ_nid2sn(md->type);
84 r=OBJ_NAME_add(name,OBJ_NAME_TYPE_MD_METH,(char *)md);
86 r=OBJ_NAME_add(OBJ_nid2ln(md->type),OBJ_NAME_TYPE_MD_METH,(char *)md);
89 if (md->type != md->pkey_type)
91 r=OBJ_NAME_add(OBJ_nid2sn(md->pkey_type),
94 r=OBJ_NAME_add(OBJ_nid2ln(md->pkey_type),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Dnames.c75 int EVP_add_digest(const EVP_MD *md) argument
80 name=OBJ_nid2sn(md->type);
81 r=OBJ_NAME_add(name,OBJ_NAME_TYPE_MD_METH,(const char *)md);
83 r=OBJ_NAME_add(OBJ_nid2ln(md->type),OBJ_NAME_TYPE_MD_METH,(const char *)md);
86 if (md->type != md->pkey_type)
88 r=OBJ_NAME_add(OBJ_nid2sn(md->pkey_type),
91 r=OBJ_NAME_add(OBJ_nid2ln(md->pkey_type),

Completed in 223 milliseconds

1234567891011>>