Searched refs:atype (Results 1 - 25 of 107) sorted by relevance

12345

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/pkcs12/
H A Dp12_attr.c89 const ASN1_TYPE *atype; local
91 if ((atype = PKCS12_SAFEBAG_get0_attr(bag, NID_friendlyName)) == NULL)
93 if (atype->type != V_ASN1_BMPSTRING)
95 return OPENSSL_uni2utf8(atype->value.bmpstring->data,
96 atype->value.bmpstring->length);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/pkcs12/
H A Dp12_attr.c107 const ASN1_TYPE *atype; local
109 if ((atype = PKCS12_SAFEBAG_get0_attr(bag, NID_friendlyName)) == NULL)
111 if (atype->type != V_ASN1_BMPSTRING)
113 return OPENSSL_uni2utf8(atype->value.bmpstring->data,
114 atype->value.bmpstring->length);
/netbsd-current/sys/net/
H A Dif_arcsubr.c120 uint8_t atype, adst, myself; local
159 atype = ARCTYPE_IP;
162 atype = ARCTYPE_IP_OLD;
191 atype = htons(ARCTYPE_REVARP);
199 atype = htons(ARCTYPE_ARP);
202 atype = htons(ARCTYPE_ARP_OLD);
214 arph->ar_pro = atype - 1;
228 atype = htons(ARCTYPE_INET6);
236 atype = cah->arc_type;
275 ah->arc_type = atype;
510 uint8_t atype; local
[all...]
/netbsd-current/lib/libcrypt/
H A Dcrypt-argon2.c145 estimate_argon2_params(argon2_type atype, uint32_t *etime, argument
216 atype, ARGON2_VERSION_NUMBER) != ARGON2_OK) {
248 decode_option(argon2_context *ctx, argon2_type *atype, const char *option) argument
268 *atype=Argon2_i;
271 *atype=Argon2_d;
275 *atype=Argon2_id;
278 *atype=Argon2_id;
380 argon2_type atype = Argon2_id; local
409 rc = decode_option(&ctx, &atype, salt);
419 atype, ct
[all...]
H A Dpw_gensalt.c170 const char *option, argon2_type atype)
229 estimate_argon2_params(atype, &time, &memory, &threads);
240 const char *option, argon2_type atype)
248 sizeof(buf), option, atype)) < 0) {
253 argon2_type2string(atype,0), ARGON2_VERSION_NUMBER, buf);
169 __gensalt_argon2_decode_option(char *dst, size_t dlen, const char *option, argon2_type atype) argument
239 __gensalt_argon2(char *salt, size_t saltsiz, const char *option, argon2_type atype) argument
/netbsd-current/sys/lib/libsa/
H A Dbootparam.c79 uint32_t atype; member in struct:xdr_inaddr
391 xi->atype = htonl(1);
423 if (xi->atype != htonl((uint32_t)1)) {
425 ntohl((uint32_t)nxi->atype)));
/netbsd-current/sys/arch/sparc/sparc/
H A Dtrap.c769 vm_prot_t atype; local
811 atype = ser & SER_WRITE ? VM_PROT_WRITE : VM_PROT_READ;
812 if ((ser & SER_PROT) && atype == VM_PROT_READ && type != T_TEXTFAULT) {
822 atype = VM_PROT_READ | VM_PROT_WRITE;
854 rv = mmu_pagein(pmap_kernel(), va, atype);
862 rv = uvm_fault(kernel_map, va, atype);
878 rv = mmu_pagein(vm->vm_map.pmap, va, atype);
888 rv = uvm_fault(&vm->vm_map, (vaddr_t)va, atype);
985 vm_prot_t atype; local
1144 atype
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/x509/
H A Dx509_att.c250 int atype = 0; local
260 atype = stmp->type;
266 atype = attrtype;
283 ASN1_TYPE_set(ttmp, atype, stmp);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/cms/
H A Dcms_dh.c23 int atype; local
33 X509_ALGOR_get0(&aoid, &atype, &aval, alg);
37 if (atype != V_ASN1_UNDEF && atype == V_ASN1_NULL)
H A Dcms_ec.c76 int atype; local
83 X509_ALGOR_get0(&aoid, &atype, &aval, alg);
88 if (atype == V_ASN1_UNDEF || atype == V_ASN1_NULL) {
101 pkpeer = pkey_type2param(atype, aval,
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx509_att.c273 int atype = 0; local
283 atype = stmp->type;
289 atype = attrtype;
306 ASN1_TYPE_set(ttmp, atype, stmp);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dstap-probe.c86 : bitness (bitness_), atype (atype_), aexpr (std::move (aexpr_))
93 struct type *atype; member in struct:stap_probe_arg
1167 stap_parse_argument (const char **arg, struct type *atype, argument
1173 struct stap_parse_info p (*arg, atype, language_def (language_c),
1182 write_exp_elt_type (&p.pstate, atype);
1266 struct type *atype local
1270 expression_up expr = stap_parse_argument (&cur, atype, gdbarch);
1281 m_parsed_args.emplace_back (bitness, atype, std::move (expr));
1396 return evaluate_subexp_standard (arg->atype, arg->aexpr.get (), &pos,
1416 value->type = arg->atype;
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dstap-probe.c89 : bitness (bitness_), atype (atype_), aexpr (std::move (aexpr_))
96 struct type *atype; member in struct:stap_probe_arg
1225 stap_parse_argument (const char **arg, struct type *atype, argument
1231 struct stap_parse_info p (*arg, atype, language_def (language_c),
1240 result = make_operation<unop_cast_operation> (std::move (result), atype);
1324 struct type *atype local
1328 expression_up expr = stap_parse_argument (&cur, atype, gdbarch);
1333 m_parsed_args.emplace_back (bitness, atype, std::move (expr));
1447 return evaluate_expression (arg->aexpr.get (), arg->atype);
1464 value->type = arg->atype;
[all...]
/netbsd-current/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dgcc_compat.c559 if (ap->atype >= GCC_ATYP_MAX) {
560 printf("bad type %d, ", ap->atype);
561 } else if (atax[ap->atype].name == 0) {
562 char *c = ap->atype == ATTR_COMPLEX ? "complex" :
563 ap->atype == ATTR_STRUCT ? "struct" : "badtype";
566 printf("%s: ", atax[ap->atype].name);
/netbsd-current/sys/arch/usermode/usermode/
H A Dtrap.c80 extern bool pmap_fault(pmap_t pmap, vaddr_t va, vm_prot_t *atype);
429 vm_prot_t atype; local
452 if (pmap_fault(vm_map->pmap, va, &atype)) {
461 thunk_printf("derived atype %d\n", atype);
464 "derived atype %d\n", atype);
468 error = uvm_fault(vm_map, va, atype);
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
H A Dnaptr_35.c602 dns_rdatatype_t atype; local
617 atype = 0;
622 atype = dns_rdatatype_srv;
626 atype = dns_rdatatype_a;
648 if (atype != 0) {
649 return ((add)(arg, &name, atype));
/netbsd-current/external/mpl/bind/dist/lib/dns/rdata/generic/
H A Dnaptr_35.c598 dns_rdatatype_t atype; local
615 atype = 0;
620 atype = dns_rdatatype_srv;
624 atype = dns_rdatatype_a;
646 if (atype != 0) {
647 return ((add)(arg, &name, atype, NULL));
/netbsd-current/external/bsd/pcc/dist/pcc/mip/
H A Dnode.h45 unsigned int atype:12, sz:2; member in struct:attr
/netbsd-current/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dgcc_compat.c1071 if (ap->atype >= GCC_ATYP_MAX) {
1072 printf("bad type %d, ", ap->atype);
1073 } else if (atax[ap->atype].name == 0) {
1074 char *c = ap->atype == ATTR_COMPLEX ? "complex" :
1075 ap->atype == ATTR_STRUCT ? "struct" : "badtype";
1078 printf("%s: ", atax[ap->atype].name);
1079 if (atax[ap->atype].typ & A1_STR)
/netbsd-current/sys/nfs/
H A Dkrpc_subr.c466 u_int32_t atype; member in struct:xdr_inaddr
482 xi->atype = txdr_unsigned(1);
507 if (xi->atype != txdr_unsigned(1)) {
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/asn1/
H A Dtasn_prn.c459 ASN1_TYPE *atype = (ASN1_TYPE *)*fld; local
460 utype = atype->type;
461 fld = &atype->value.asn1_value;
H A Da_int.c450 int atype)
456 ret = ASN1_STRING_type_new(atype);
459 ret->type = atype;
449 bn_to_asn1_string(const BIGNUM *bn, ASN1_STRING *ai, int atype) argument
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Da_int.c462 int atype)
468 ret = ASN1_STRING_type_new(atype);
471 ret->type = atype;
461 bn_to_asn1_string(const BIGNUM *bn, ASN1_STRING *ai, int atype) argument
H A Dtasn_prn.c459 const ASN1_TYPE *atype = (const ASN1_TYPE *)*fld; local
460 utype = atype->type;
461 fld = (const ASN1_VALUE **)&atype->value.asn1_value; /* actually is const */
/netbsd-current/external/bsd/pcc/dist/pcc/f77/fcom/
H A Dintr.c200 char atype;
420 if(sp->atype == mtype) {
423 sp[1].atype == mtype)
438 if(mtype != sp->atype)
199 char atype; member in struct:specblock

Completed in 301 milliseconds

12345