| /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/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/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/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/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/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/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/crypto/external/apache2/openssl/dist/crypto/cms/ |
| 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)
|
| 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,
|
| /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/external/bsd/pcc/dist/pcc/f77/fcom/ |
| intr.c | 200 char atype; 420 if(sp->atype == mtype) { 423 sp[1].atype == mtype) 438 if(mtype != sp->atype) 199 char atype; member in struct:specblock
|
| /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...] |
| /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/sys/arch/vax/vax/ |
| db_disasm.c | 105 int atype; /* argument-type, eg. byte, long, address */ member in struct:__anon2172
|
| /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/asn1/ |
| tasn_prn.c | 456 const ASN1_TYPE *atype = (const ASN1_TYPE *)*fld; local 457 utype = atype->type; 458 fld = (const ASN1_VALUE **)&atype->value.asn1_value; /* actually is const */
|
| /src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
| tasn_prn.c | 459 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 */
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
| tasn_prn.c | 459 ASN1_TYPE *atype = (ASN1_TYPE *)*fld; local 460 utype = atype->type; 461 fld = &atype->value.asn1_value;
|
| /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/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/bsd/netpgp/dist/src/lib/ |
| keyring.c | 841 pgp_armor_type_t atype; local 853 atype = PGP_PGP_PUBLIC_KEY_BLOCK; 855 atype = PGP_PGP_PRIVATE_KEY_BLOCK; 856 pgp_writer_push_armoured(output, atype);
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/dh/ |
| dh_ameth.c | 615 int atype; local 624 X509_ALGOR_get0(&aoid, &atype, &aval, alg); 628 if (atype != V_ASN1_UNDEF && atype == V_ASN1_NULL)
|