Searched refs:attribs (Results 1 - 10 of 10) sorted by relevance

/freebsd-11.0-release/crypto/openssh/
H A Dssh-pkcs11.c449 CK_ATTRIBUTE filter[], CK_ATTRIBUTE attribs[3],
472 /* XXX 3 attributes in attribs[] */
474 attribs[i].pValue = NULL;
475 attribs[i].ulValueLen = 0;
481 if ((rv = f->C_GetAttributeValue(session, obj, attribs, 3))
491 if (attribs[1].ulValueLen == 0 ||
492 attribs[2].ulValueLen == 0) {
497 if (attribs[i].ulValueLen > 0) {
498 attribs[i].pValue = xmalloc(
499 attribs[
448 pkcs11_fetch_keys_filter(struct pkcs11_provider *p, CK_ULONG slotidx, CK_ATTRIBUTE filter[], CK_ATTRIBUTE attribs[3], struct sshkey ***keysp, int *nkeys) argument
[all...]
/freebsd-11.0-release/crypto/openssl/apps/
H A Dreq.c132 int attribs, unsigned long chtype);
138 int attribs, unsigned long chtype);
140 STACK_OF(CONF_VALUE) *attr, int attribs,
1050 int attribs, unsigned long chtype)
1092 i = auto_info(req, dn_sk, attr_sk, attribs, chtype);
1097 i = prompt_info(req, dn_sk, dn_sect, attr_sk, attr_sect, attribs,
1134 int attribs, unsigned long chtype)
1233 if (attribs) {
1300 STACK_OF(CONF_VALUE) *attr_sk, int attribs,
1351 if (attribs) {
1049 make_REQ(X509_REQ *req, EVP_PKEY *pkey, char *subj, int multirdn, int attribs, unsigned long chtype) argument
1131 prompt_info(X509_REQ *req, STACK_OF(CONF_VALUE) *dn_sk, char *dn_sect, STACK_OF(CONF_VALUE) *attr_sk, char *attr_sect, int attribs, unsigned long chtype) argument
1299 auto_info(X509_REQ *req, STACK_OF(CONF_VALUE) *dn_sk, STACK_OF(CONF_VALUE) *attr_sk, int attribs, unsigned long chtype) argument
[all...]
H A Dca.c315 STACK_OF(CONF_VALUE) *attribs = NULL;
1095 if ((attribs = NCONF_get_section(conf, policy)) == NULL) {
1107 attribs, db, serial, subj, chtype, multirdn,
1131 attribs,
1151 j = certify(&x, infile, pkey, x509p, dgst, sigopts, attribs, db,
1170 j = certify(&x, argv[i], pkey, x509p, dgst, sigopts, attribs, db,
/freebsd-11.0-release/contrib/gcc/cp/
H A Dsemantics.c708 begin_while_stmt (tree attribs) argument
713 r = build_stmt (WHILE_STMT, NULL_TREE, NULL_TREE, attribs);
745 begin_do_stmt (tree attribs) argument
750 tree r = build_stmt (DO_STMT, NULL_TREE, NULL_TREE, attribs, NULL_TREE);
816 begin_for_stmt (tree attribs) argument
823 NULL_TREE, NULL_TREE, attribs);
H A Dname-lookup.c3400 parse_using_directive (tree namespace, tree attribs)
3406 for (a = attribs; a; a = TREE_CHAIN (a))
3395 parse_using_directive(tree namespace, tree attribs) argument
H A Dparser.c11069 tree identifier, attribs;
11084 attribs = cp_parser_attributes_opt (parser);
11089 push_namespace_with_attribs (identifier, attribs);
11297 tree attribs;
11314 attribs = cp_parser_attributes_opt (parser);
11316 parse_using_directive (namespace_decl, attribs);
11067 tree identifier, attribs; local
11295 tree attribs; local
H A Ddecl.c1287 tree attribs = (*targetm.merge_type_attributes)
1290 type = cp_build_type_attribute_variant (type, attribs);
1282 tree attribs = (*targetm.merge_type_attributes) local
/freebsd-11.0-release/gnu/usr.bin/cc/cc_int/
H A DMakefile82 C_AND_OBJC_OBJS = attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o \
/freebsd-11.0-release/contrib/binutils/bfd/
H A Dcofflink.c1239 char *attribs;
1247 s = get_name (s, &attribs);
1251 switch (*attribs++)
1238 char *attribs; local
/freebsd-11.0-release/contrib/gcc/
H A DMakefile.in971 C_AND_OBJC_OBJS = attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o \
1686 attribs.o : attribs.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(TREE_H) \

Completed in 146 milliseconds