Home
last modified time | relevance | path

Searched refs:BerValue (Results 1 – 14 of 14) sorted by relevance

/titanic_41/usr/src/lib/libkmf/ber_der/common/
H A Dclasn1.c202 get_sequence_data(BerElement *asn1, BerValue *seqdata) in get_sequence_data()
252 BerValue algoid_data; in get_algoid()
253 BerValue AlgOID; in get_algoid()
364 BerValue *result; in DerEncodeSPKI()
426 BerValue *buf; in DerEncodeDSASignature()
480 convert_signed_to_fixed(BerValue *src, BerValue *dst) in convert_signed_to_fixed()
516 BerValue buf, *R = NULL, *S = NULL; in DerDecodeDSASignature()
517 BerValue fixedR, fixedS; in DerDecodeDSASignature()
607 BerValue bv; in DerDecodeSPKI()
887 BerValue AttrOID; in get_rdn()
[all …]
/titanic_41/usr/src/lib/libadutils/common/
H A Dlibadutils.h168 extern char *adutils_bv_str(BerValue *bval);
169 extern boolean_t adutils_bv_uint(BerValue *bval, unsigned int *result);
170 extern char *adutils_bv_objsid2sidstr(BerValue *bval,
H A Dadutils.c55 static char *adutils_sid_ber2str(BerValue *bvalues);
63 char *(*ber2str)(BerValue *bvalues);
110 adutils_getsid(BerValue *bval, adutils_sid_t *sidp) in adutils_getsid()
357 convert_bval2sid(BerValue *bval, uint32_t *rid) in convert_bval2sid()
380 adutils_bv_objsid2sidstr(BerValue *bval, uint32_t *rid) in adutils_bv_objsid2sidstr()
394 adutils_sid_ber2str(BerValue *bval) in adutils_sid_ber2str()
405 adutils_bv_uint(BerValue *bval, unsigned int *result) in adutils_bv_uint()
434 adutils_bv_str(BerValue *bval) in adutils_bv_str()
1141 BerValue **bvalues = NULL; in make_entry()
H A Dadutils_impl.h156 int adutils_getsid(BerValue *bval, adutils_sid_t *sidp);
/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftASN1.c150 BerValue *key_octs = NULL, *p8obj_octs = NULL;
367 BerValue *key_octs = NULL, *p8obj_octs = NULL;
556 BerValue *key_octs = NULL, *p8obj_octs = NULL;
730 BerValue *key_octs = NULL, *p8obj_octs = NULL;
956 BerValue p8obj_octs, key_octs;
1266 BerValue p8obj_octs, key_octs;
1474 BerValue p8obj_octs, key_octs;
1658 BerValue p8obj_octs, key_octs;
/titanic_41/usr/src/lib/libkmf/libkmf/common/
H A Dcertgetsetop.c315 BerValue exdata; in parse_eku_data()
425 BerValue exdata; in kmf_get_cert_basic_constraint()
622 BerValue exdata; in kmf_get_cert_policies()
756 BerValue exdata; in kmf_get_cert_auth_info_access()
921 BerValue ber_data; in parse_dp_name()
1037 BerValue exdata; in kmf_get_cert_crl_dist_pts()
1817 BerValue *extdata; in set_key_usage_extension()
2079 BerValue *extdata = NULL; in kmf_add_cert_eku()
2199 BerValue *extdata; in kmf_set_cert_basic_constraint()
H A Dgeneralop.c1726 BerValue *extdata = NULL; in encode_krb5()
1883 BerValue *extdata = NULL; in encode_sclogon()
1945 BerValue *extdata; in encode_altname()
2073 BerValue oldextn; in GetSequenceContents()
2173 BerValue *extdata; in kmf_set_altname()
H A Dcsrcrlop.c264 BerValue *extdata = NULL; in kmf_add_csr_eku()
/titanic_41/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dclientinit.c749 BerValue extreq_data; in ldapssl_tls_start()
872 BerValue *extresp_data; in ldapssl_tls_start_s()
/titanic_41/usr/src/lib/libkmf/ber_der/inc/
H A Dber_der.h88 } BerValue; typedef
/titanic_41/usr/src/cmd/idmap/idmapd/
H A Dadutils.c350 idmap_bv_objclass2sidtype(BerValue **bvalues, int *sid_type) in idmap_bv_objclass2sidtype()
352 BerValue **cbval; in idmap_bv_objclass2sidtype()
388 BerValue **bvalues; in idmap_extract_object()
/titanic_41/usr/src/head/
H A Dlber.h91 } BerValue; typedef
/titanic_41/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c804 BerValue filebuf; in readAltFormatPrivateKey()
805 BerValue OID = { NULL, 0 }; in readAltFormatPrivateKey()
806 BerValue *Mod = NULL, *PubExp = NULL; in readAltFormatPrivateKey()
807 BerValue *PriExp = NULL, *Prime1 = NULL, *Prime2 = NULL; in readAltFormatPrivateKey()
808 BerValue *Coef = NULL; in readAltFormatPrivateKey()
/titanic_41/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c782 BerValue *PubKeyParams = NULL, *EncodedKey = NULL; in KMFPK11_EncodePubKeyData()
1015 PubKeyParams = calloc(1, sizeof (BerValue)); in KMFPK11_EncodePubKeyData()
1018 EncodedKey = calloc(1, sizeof (BerValue)); in KMFPK11_EncodePubKeyData()