HomeSort by: relevance | last modified time | path
    Searched defs:attrib (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/crypto/external/cpl/trousers/dist/src/tspi/
tspi_getset.c 306 UINT32 attrib; local
318 if ((result = obj_rsakey_get_pstype(hObject, &attrib)))
321 if (attrib == TSS_PS_TYPE_USER)
323 else if (attrib == TSS_PS_TYPE_SYSTEM)
470 if ((result = obj_policy_get_lifetime(hObject, &attrib)))
474 if (attrib == TSS_TSPATTRIB_POLICYSECRET_LIFETIME_ALWAYS)
479 if (attrib != TSS_TSPATTRIB_POLICYSECRET_LIFETIME_COUNTER)
  /src/crypto/external/bsd/openssl/dist/crypto/pkcs12/
p12_attr.c 20 if (X509at_add1_attr_by_NID(&bag->attrib, NID_localKeyID,
41 if (X509at_add1_attr_by_NID(&bag->attrib, NID_friendlyName,
51 if (X509at_add1_attr_by_NID(&bag->attrib, NID_friendlyName,
61 if (X509at_add1_attr_by_NID(&bag->attrib, NID_friendlyName,
70 if (X509at_add1_attr_by_NID(&bag->attrib, NID_ms_csp_name,
80 if (X509at_add1_attr_by_NID(&bag->attrib, nid, type, bytes, len) != NULL)
89 if (X509at_add1_attr_by_txt(&bag->attrib, attrname, type, bytes, len) != NULL)
98 X509_ATTRIBUTE *attrib; local
101 attrib = X509at_get_attr(attrs, i);
102 return X509_ATTRIBUTE_get0_type(attrib, 0)
    [all...]
p12_kiss.c 189 const ASN1_TYPE *attrib; local
193 if ((attrib = PKCS12_SAFEBAG_get0_attr(bag, NID_friendlyName)))
194 fname = attrib->value.bmpstring;
196 if ((attrib = PKCS12_SAFEBAG_get0_attr(bag, NID_localKeyID)))
197 lkid = attrib->value.octet_string;
p12_local.h 31 STACK_OF(X509_ATTRIBUTE) *attrib; member in struct:PKCS12_SAFEBAG_st
  /src/crypto/external/bsd/openssl.old/dist/crypto/pkcs12/
p12_attr.c 20 if (X509at_add1_attr_by_NID(&bag->attrib, NID_localKeyID,
41 if (X509at_add1_attr_by_NID(&bag->attrib, NID_friendlyName,
51 if (X509at_add1_attr_by_NID(&bag->attrib, NID_friendlyName,
61 if (X509at_add1_attr_by_NID(&bag->attrib, NID_friendlyName,
70 if (X509at_add1_attr_by_NID(&bag->attrib, NID_ms_csp_name,
80 X509_ATTRIBUTE *attrib; local
83 attrib = X509at_get_attr(attrs, i);
84 return X509_ATTRIBUTE_get0_type(attrib, 0);
102 return bag->attrib;
p12_kiss.c 182 const ASN1_TYPE *attrib; local
186 if ((attrib = PKCS12_SAFEBAG_get0_attr(bag, NID_friendlyName)))
187 fname = attrib->value.bmpstring;
189 if ((attrib = PKCS12_SAFEBAG_get0_attr(bag, NID_localKeyID)))
190 lkid = attrib->value.octet_string;
p12_local.h 31 STACK_OF(X509_ATTRIBUTE) *attrib; member in struct:PKCS12_SAFEBAG_st
  /src/crypto/external/apache2/openssl/dist/crypto/pkcs12/
p12_kiss.c 195 const ASN1_TYPE *attrib; local
199 if ((attrib = PKCS12_SAFEBAG_get0_attr(bag, NID_friendlyName))) {
200 if (attrib->type != V_ASN1_BMPSTRING)
202 fname = attrib->value.bmpstring;
205 if ((attrib = PKCS12_SAFEBAG_get0_attr(bag, NID_localKeyID))) {
206 if (attrib->type != V_ASN1_OCTET_STRING)
208 lkid = attrib->value.octet_string;
p12_local.h 31 STACK_OF(X509_ATTRIBUTE) *attrib; member in struct:PKCS12_SAFEBAG_st
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
nouveau_nvkm_engine_gr_ctxgp100.c 55 const u32 attrib = grctx->attrib_nr; local
73 mmio_wr32(info, 0x405830, attrib);
80 const u32 bs = attrib * gr->ppc_tpc_max;
131 .attrib = gp100_grctx_generate_attrib,
nouveau_nvkm_engine_gr_ctxgp102.c 50 const u32 attrib = grctx->attrib_nr; local
69 mmio_wr32(info, 0x405830, attrib);
76 const u32 bs = attrib * gr->ppc_tpc_max;
109 .attrib = gp102_grctx_generate_attrib,
nouveau_nvkm_engine_gr_ctxgv100.c 72 const u32 attrib = grctx->attrib_nr; local
90 mmio_wr32(info, 0x405830, attrib);
96 const u32 bs = attrib * gr->ppc_tpc_max;
206 .attrib = gv100_grctx_generate_attrib,
ctxgf100.h 51 void (*attrib)(struct gf100_grctx *); member in struct:gf100_grctx_func
nouveau_nvkm_engine_gr_ctxgm107.c 919 const u32 attrib = grctx->attrib_nr; local
931 mmio_wr32(info, 0x405830, (attrib << 16) | alpha);
937 const u32 bs = attrib * gr->ppc_tpc_nr[gpc][ppc];
986 .attrib = gm107_grctx_generate_attrib,
nouveau_nvkm_engine_gr_ctxgf100.c 1073 const u32 attrib = grctx->attrib_nr; local
1082 mmio_wr32(info, 0x405830, (attrib << 16));
1087 mmio_skip(info, o, (attrib << 16) | ++bo);
1088 mmio_wr32(info, o, (attrib << 16) | --bo);
1394 grctx->attrib(info);
1598 .attrib = gf100_grctx_generate_attrib,
  /src/sys/sys/
efiio.h 62 uint32_t attrib; /* variable attribute bitmask */ member in struct:efi_var_ioc
  /src/external/gpl3/gdb.old/dist/gdb/
memattr.h 57 mem_attrib attrib; local
59 attrib.mode = MEM_NONE;
61 return attrib;
97 attrib.mode = mode_;
103 : lo (lo_), hi (hi_), attrib (attrib_)
125 mem_attrib attrib; member in struct:mem_region
memattr.c 122 const mem_attrib &attrib)
131 mem_region newobj (lo, hi, attrib);
223 region.attrib = mem_attrib::unknown ();
225 region.attrib = mem_attrib ();
284 mem_attrib attrib;
288 attrib.mode = MEM_RW;
290 attrib.mode = MEM_RO;
292 attrib.mode = MEM_WO;
295 attrib.width = MEM_WIDTH_8;
300 attrib.width = MEM_WIDTH_16
283 mem_attrib attrib; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
memattr.h 57 mem_attrib attrib; local
59 attrib.mode = MEM_NONE;
61 return attrib;
97 attrib.mode = mode_;
103 : lo (lo_), hi (hi_), attrib (attrib_)
125 mem_attrib attrib; member in struct:mem_region
memattr.c 122 const mem_attrib &attrib)
131 mem_region newobj (lo, hi, attrib);
223 region.attrib = mem_attrib::unknown ();
225 region.attrib = mem_attrib ();
284 mem_attrib attrib;
288 attrib.mode = MEM_RW;
290 attrib.mode = MEM_RO;
292 attrib.mode = MEM_WO;
295 attrib.width = MEM_WIDTH_8;
300 attrib.width = MEM_WIDTH_16
283 mem_attrib attrib; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/
types.cc 22 #include "dmd/attrib.h"
493 AttribDeclaration *attrib = sym->isAttribDeclaration (); local
494 if (attrib != NULL)
496 Dsymbols *decls = attrib->include (NULL);
  /src/sbin/efi/
main.c 608 uint32_t attrib; local
616 attrib = LOAD_OPTION_ACTIVE;
618 attrib |= LOAD_OPTION_FORCE_RECONNECT;
643 attrib, opt.label, opt.loader, opt.opt_fname,
  /src/crypto/external/bsd/openssh/dist/
sftp-server.c 90 Attrib attrib; member in struct:Stat
627 (r = encode_attrib(msg, &stats[i].attrib)) != 0)
628 fatal_fr(r, "compose filenames/attrib");
635 send_attrib(uint32_t id, const Attrib *a)
640 debug("request %u: sent attrib have 0x%x", id, a->flags);
741 Attrib a;
897 Attrib a;
935 Attrib a;
959 attrib_to_tv(const Attrib *a
    [all...]
readconf.c 745 char *arg, *oattrib = NULL, *attrib = NULL, *cmd, *host, *criteria; local
766 while ((attrib = argv_next(acp, avp)) != NULL) {
768 if (*attrib == '#') {
772 attrib = oattrib = xstrdup(attrib);
775 if ((negate = (attrib[0] == '!')))
776 attrib++;
778 if (strcasecmp(attrib, "all") == 0) {
796 if (strcasecmp(attrib, "canonical") == 0 ||
797 strcasecmp(attrib, "final") == 0)
    [all...]
  /src/sys/dev/nvmm/x86/
nvmm_x86.h 235 } attrib; member in struct:nvmm_x64_state_seg

Completed in 44 milliseconds

1 2