HomeSort by: relevance | last modified time | path
    Searched refs:atype (Results 1 - 25 of 114) sorted by relevancy

1 2 3 4 5

  /src/crypto/external/bsd/openssl.old/dist/crypto/pkcs12/
p12_attr.c 89 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);
  /src/crypto/external/bsd/openssl/dist/crypto/pkcs12/
p12_attr.c 107 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);
  /src/crypto/external/apache2/openssl/dist/crypto/pkcs12/
p12_attr.c 112 const ASN1_TYPE *atype; local
114 if ((atype = PKCS12_SAFEBAG_get0_attr(bag, NID_friendlyName)) == NULL)
116 if (atype->type != V_ASN1_BMPSTRING)
118 return OPENSSL_uni2utf8(atype->value.bmpstring->data,
119 atype->value.bmpstring->length);
  /src/sys/net/
if_arcsubr.c 120 uint8_t atype, adst, myself; local
159 atype = ARCTYPE_IP;
162 atype = ARCTYPE_IP_OLD;
190 atype = htons(ARCTYPE_REVARP);
198 atype = htons(ARCTYPE_ARP);
201 atype = htons(ARCTYPE_ARP_OLD);
213 arph->ar_pro = atype - 1;
227 atype = htons(ARCTYPE_INET6);
235 atype = cah->arc_type;
273 ah->arc_type = atype;
504 uint8_t atype; local
    [all...]
  /src/lib/libcrypt/
crypt-argon2.c 150 estimate_argon2_params(argon2_type atype, uint32_t *etime,
221 atype, ARGON2_VERSION_NUMBER) != ARGON2_OK) {
253 decode_option(argon2_context *ctx, argon2_type *atype, const char *option)
273 *atype=Argon2_i;
276 *atype=Argon2_d;
280 *atype=Argon2_id;
283 *atype=Argon2_id;
385 argon2_type atype = Argon2_id; local
414 rc = decode_option(&ctx, &atype, salt);
424 atype, ctx.version)
    [all...]
pw_gensalt.c 167 const char *option, argon2_type atype)
226 estimate_argon2_params(atype, &time, &memory, &threads);
237 const char *option, argon2_type atype)
245 sizeof(buf), option, atype)) < 0) {
250 argon2_type2string(atype,0), ARGON2_VERSION_NUMBER, buf);
  /src/sys/lib/libsa/
bootparam.c 79 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)));
  /src/crypto/external/apache2/openssl/dist/crypto/cms/
cms_ec.c 77 int atype; local
84 X509_ALGOR_get0(&aoid, &atype, &aval, alg);
89 if (atype == V_ASN1_UNDEF || atype == V_ASN1_NULL) {
102 pkpeer = pkey_type2param(atype, aval,
cms_dh.c 24 int atype; local
34 X509_ALGOR_get0(&aoid, &atype, &aval, alg);
38 if (atype != V_ASN1_UNDEF && atype != V_ASN1_NULL)
  /src/sys/arch/sparc/sparc/
trap.c 769 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 = VM_PROT_WRITE
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/cms/
cms_dh.c 23 int atype; local
33 X509_ALGOR_get0(&aoid, &atype, &aval, alg);
37 if (atype != V_ASN1_UNDEF && atype != V_ASN1_NULL)
cms_ec.c 76 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,
  /src/crypto/external/bsd/openssl.old/dist/crypto/x509/
x509_att.c 250 int atype = 0; local
260 atype = stmp->type;
266 atype = attrtype;
283 ASN1_TYPE_set(ttmp, atype, stmp);
  /src/external/gpl3/gdb.old/dist/gdb/
stap-probe.c 88 : bitness (bitness_), atype (atype_), aexpr (std::move (aexpr_))
95 struct type *atype; member in struct:stap_probe_arg
1223 stap_parse_argument (const char **arg, struct type *atype,
1229 struct stap_parse_info p (*arg, atype, language_def (language_c),
1238 result = make_operation<unop_cast_operation> (std::move (result), atype);
1322 struct type *atype local
1326 expression_up expr = stap_parse_argument (&cur, atype, gdbarch);
1331 m_parsed_args.emplace_back (bitness, atype, std::move (expr));
1445 return arg->aexpr->evaluate (arg->atype);
1462 value->type = arg->atype;
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
stap-probe.c 88 : bitness (bitness_), atype (atype_), aexpr (std::move (aexpr_))
95 struct type *atype; member in struct:stap_probe_arg
1223 stap_parse_argument (const char **arg, struct type *atype,
1229 struct stap_parse_info p (*arg, atype, language_def (language_c),
1238 result = make_operation<unop_cast_operation> (std::move (result), atype);
1322 struct type *atype local
1326 expression_up expr = stap_parse_argument (&cur, atype, gdbarch);
1331 m_parsed_args.emplace_back (bitness, atype, std::move (expr));
1445 return arg->aexpr->evaluate (arg->atype);
1462 value->type = arg->atype;
    [all...]
  /src/sys/arch/usermode/usermode/
trap.c 80 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);
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
gcc_compat.c 559 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);
  /src/external/mpl/bind/dist/lib/dns/rdata/generic/
naptr_35.c 576 dns_rdatatype_t atype; local
593 atype = 0;
598 atype = dns_rdatatype_srv;
602 atype = dns_rdatatype_a;
624 if (atype != 0) {
625 return (add)(arg, &name, atype, NULL DNS__DB_FILELINE);
  /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
naptr_35.c 602 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));
  /src/crypto/external/apache2/openssl/dist/crypto/x509/
x509_att.c 352 int atype = 0; local
365 atype = stmp->type;
372 atype = attrtype;
393 ASN1_TYPE_set(ttmp, atype, stmp);
  /src/crypto/external/bsd/openssl/dist/crypto/x509/
x509_att.c 337 int atype = 0; local
347 atype = stmp->type;
353 atype = attrtype;
370 ASN1_TYPE_set(ttmp, atype, stmp);
  /src/external/bsd/pcc/dist/pcc/mip/
node.h 45 unsigned int atype:12, sz:2; member in struct:attr
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
gcc_compat.c 1071 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)
  /src/sys/nfs/
krpc_subr.c 467 u_int32_t atype; member in struct:xdr_inaddr
483 xi->atype = txdr_unsigned(1);
508 if (xi->atype != txdr_unsigned(1)) {
  /src/crypto/external/apache2/openssl/dist/crypto/asn1/
a_int.c 466 int atype)
472 ret = ASN1_STRING_type_new(atype);
475 ret->type = atype;

Completed in 40 milliseconds

1 2 3 4 5