Searched defs:ber_encode_SEQUENCE (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dasn1.c597 ber_encode_SEQUENCE(CK_BBOOL length_only, function
785 rc = ber_encode_SEQUENCE(TRUE, NULL, &total, NULL, len);
820 rc = ber_encode_SEQUENCE(FALSE, data, data_len, buf, len);
932 rc = ber_encode_SEQUENCE(TRUE, NULL, &len, NULL, offset);
1034 rc = ber_encode_SEQUENCE(FALSE, &buf2, &len, buf, offset);

Completed in 16 milliseconds