Searched refs:asn1length (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dkdc_util.c976 * asn1length - return encoded length of value.
984 asn1length(unsigned char **astream) function
1005 if ((sublen = asn1length(&p)) < 0) {
1051 if ((length = asn1length(&astream)) < 0) {
1074 if ((data->length = asn1length(&astream)) < 0) {
1079 to pass any info from the "wrapper" back. asn1length will always return
1096 if ((length = asn1length(&astream)) < 0) {

Completed in 74 milliseconds