Searched refs:md_type (Results 1 - 25 of 41) sorted by relevance

12

/freebsd-9.3-release/sys/sys/
H A Dmemdesc.h53 uint32_t md_type; /* Type of memory. */ member in struct:memdesc
72 mem.md_type = MEMDESC_VADDR;
84 mem.md_type = MEMDESC_PADDR;
96 mem.md_type = MEMDESC_VLIST;
108 mem.md_type = MEMDESC_PLIST;
119 mem.md_type = MEMDESC_BIO;
130 mem.md_type = MEMDESC_UIO;
141 mem.md_type = MEMDESC_MBUF;
152 mem.md_type = MEMDESC_CCB;
H A Dmdioctl.h56 enum md_types md_type ; /* type of disk */ member in struct:md_ioctl
H A Dmodule.h90 int md_type; /* type of entry MDT_* */ member in struct:mod_metadata
/freebsd-9.3-release/crypto/openssl/crypto/pkcs12/
H A Dp12_mutl.c71 const EVP_MD *md_type; local
87 if (!(md_type = EVP_get_digestbyobj(p12->mac->dinfo->algor->algorithm))) {
92 EVP_MD_size(md_type), key, md_type)) {
97 HMAC_Init_ex(&hmac, key, EVP_MD_size(md_type), md_type, NULL);
128 const EVP_MD *md_type)
133 if (!md_type)
134 md_type = EVP_sha1();
135 if (PKCS12_setup_mac(p12, iter, salt, saltlen, md_type)
126 PKCS12_set_mac(PKCS12 *p12, const char *pass, int passlen, unsigned char *salt, int saltlen, int iter, const EVP_MD *md_type) argument
151 PKCS12_setup_mac(PKCS12 *p12, int iter, unsigned char *salt, int saltlen, const EVP_MD *md_type) argument
[all...]
H A Dp12_key.c88 unsigned char *out, const EVP_MD *md_type)
101 id, iter, n, out, md_type);
111 unsigned char *out, const EVP_MD *md_type)
140 v = EVP_MD_block_size(md_type);
141 u = EVP_MD_size(md_type);
164 EVP_DigestInit_ex(&ctx, md_type, NULL);
169 EVP_DigestInit_ex(&ctx, md_type, NULL);
86 PKCS12_key_gen_asc(const char *pass, int passlen, unsigned char *salt, int saltlen, int id, int iter, int n, unsigned char *out, const EVP_MD *md_type) argument
109 PKCS12_key_gen_uni(unsigned char *pass, int passlen, unsigned char *salt, int saltlen, int id, int iter, int n, unsigned char *out, const EVP_MD *md_type) argument
H A Dpkcs12.h227 unsigned char *out, const EVP_MD *md_type);
230 unsigned char *out, const EVP_MD *md_type);
233 const EVP_MD *md_type, int en_de);
239 const EVP_MD *md_type);
241 int saltlen, const EVP_MD *md_type);
/freebsd-9.3-release/sbin/mdconfig/
H A Dmdconfig.c142 mdio.md_type = MD_MALLOC;
145 mdio.md_type = MD_PRELOAD;
147 mdio.md_type = MD_VNODE;
150 mdio.md_type = MD_SWAP;
243 mdio.md_type = MD_VNODE;
248 mdio.md_type = MD_SWAP;
255 if ((fflag != NULL || argc > 0) && mdio.md_type != MD_VNODE)
258 if (mdio.md_type == MD_VNODE) {
279 if ((mdio.md_type == MD_MALLOC || mdio.md_type
[all...]
/freebsd-9.3-release/sys/boot/ia64/ski/
H A Defi_stub.c234 memmap[0].md_type = EFI_MD_TYPE_PALCODE;
240 memmap[1].md_type = EFI_MD_TYPE_FREE;
246 memmap[2].md_type = EFI_MD_TYPE_FREE;
252 memmap[3].md_type = EFI_MD_TYPE_IOPORT;
/freebsd-9.3-release/crypto/openssl/crypto/pem/
H A Dpem_seal.c70 int PEM_SealInit(PEM_ENCODE_SEAL_CTX *ctx, EVP_CIPHER *type, EVP_MD *md_type, argument
97 EVP_SignInit(&ctx->md, md_type);
/freebsd-9.3-release/sys/compat/freebsd32/
H A Dfreebsd32_ioctl.h54 enum md_types md_type; /* type of disk */ member in struct:md_ioctl32
/freebsd-9.3-release/sys/geom/journal/
H A Dg_journal.h286 uint8_t md_type; /* Provider type. */ member in struct:g_journal_metadata
304 *(data + 24) = md->md_type;
323 md->md_type = *(data + 24);
366 printf(" type: %u\n", (u_int)md->md_type);
/freebsd-9.3-release/sbin/geom/class/journal/
H A Dgeom_journal.c258 md.md_type = GJ_TYPE_DATA;
260 md.md_type |= GJ_TYPE_JOURNAL;
264 md.md_type = GJ_TYPE_JOURNAL;
/freebsd-9.3-release/sys/boot/i386/efi/
H A Dbootinfo.c189 COPY32(MODINFO_METADATA | mm->md_type, a); \
216 if (!(md->md_type & MODINFOMD_NOCOPY))
/freebsd-9.3-release/sys/boot/i386/libi386/
H A Dbootinfo32.c88 COPY32(MODINFO_METADATA | mm->md_type, a, c); \
118 if (!(md->md_type & MODINFOMD_NOCOPY))
H A Dbootinfo64.c89 COPY32(MODINFO_METADATA | mm->md_type, a, c); \
122 if (!(md->md_type & MODINFOMD_NOCOPY))
/freebsd-9.3-release/sys/boot/ia64/common/
H A Dbootinfo.c187 COPY32(MODINFO_METADATA | mm->md_type, a); \
214 if (!(md->md_type & MODINFOMD_NOCOPY))
/freebsd-9.3-release/sys/boot/userboot/userboot/
H A Dbootinfo32.c88 COPY32(MODINFO_METADATA | mm->md_type, a, c); \
118 if (!(md->md_type & MODINFOMD_NOCOPY))
H A Dbootinfo64.c89 COPY32(MODINFO_METADATA | mm->md_type, a, c); \
122 if (!(md->md_type & MODINFOMD_NOCOPY))
/freebsd-9.3-release/sys/ia64/ia64/
H A Ddump_machdep.c195 if (mdp->md_type == EFI_MD_TYPE_FREE ||
196 mdp->md_type == EFI_MD_TYPE_DATA) {
/freebsd-9.3-release/usr.sbin/kldxref/
H A Dkldxref.c147 switch (md->md_type) {
176 warnx("unknown metadata record %d in file %s", md->md_type, kldname);
/freebsd-9.3-release/sys/boot/common/
H A Dload_elf_obj.c351 int md_type; /* type of entry MDT_* */ member in struct:mod_metadata64
386 md.md_type = md64.md_type;
396 switch(md.md_type) {
421 printf("unknown type %d\n", md.md_type);
/freebsd-9.3-release/sys/ia64/include/
H A Defi.h57 uint32_t md_type; member in struct:efi_md
/freebsd-9.3-release/sys/boot/powerpc/ofw/
H A Dmetadata.c212 COPY32(MODINFO_METADATA | mm->md_type, a, c);\
250 if (!(md->md_type & MODINFOMD_NOCOPY)) {
/freebsd-9.3-release/sys/boot/powerpc/ps3/
H A Dmetadata.c211 COPY32(MODINFO_METADATA | mm->md_type, a, c);\
249 if (!(md->md_type & MODINFOMD_NOCOPY)) {
/freebsd-9.3-release/sys/boot/sparc64/loader/
H A Dmetadata.c253 COPY32(MODINFO_METADATA | mm->md_type, a, c);\
283 if (!(md->md_type & MODINFOMD_NOCOPY)) {

Completed in 165 milliseconds

12