Searched refs:ber_flatten (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softASN1.c | 280 if (ber_flatten(key_asn, &key_octs) == -1) { 310 if (ber_flatten(p8obj_asn, &p8obj_octs) == -1) { 419 if (ber_flatten(key_asn, &key_octs) == -1) { 499 if (ber_flatten(p8obj_asn, &p8obj_octs) == -1) { 607 if (ber_flatten(key_asn, &key_octs) == -1) { 673 if (ber_flatten(p8obj_asn, &p8obj_octs) == -1) { 783 if (ber_flatten(key_asn, &key_octs) == -1) { 865 if (ber_flatten(p8obj_asn, &p8obj_octs) == -1) {
|
/illumos-gate/usr/src/head/ |
H A D | lber.h | 197 int LDAP_CALL ber_flatten(BerElement *ber,
|
/illumos-gate/usr/src/man/man3ldap/ |
H A D | Makefile | 69 ber_flatten.3ldap \ 223 ber_flatten.3ldap := LINKSRC = ber_decode.3ldap
|
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | control.c | 455 rc = ber_flatten( ber, &bvp );
|
H A D | llib-lldap | 343 int ber_flatten(BerElement *ber, struct berval **bvPtr);
|
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ber/ |
H A D | io.c | 1219 /* The ber_flatten routine allocates a struct berval whose contents 1223 * The use of ber_flatten on a BerElement in which all '{' and '}' 1230 ber_flatten( BerElement *ber, struct berval **bvPtr ) function
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | ldap_val.c | 398 if (ber_flatten(ber, &bv) != 0 || bv == 0) { 399 reportError(NPL_BERENCODE, "%s: ber_flatten() error",
|
Completed in 57 milliseconds