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

/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dasn1.c296 CK_BYTE ** ber_int,
339 *ber_int = buf;
350 *ber_int = buf;
362 *ber_int = buf;
375 *ber_int = buf;
384 ber_decode_INTEGER(CK_BYTE * ber_int, argument
391 if (! ber_int) {
394 if (ber_int[0] != 0x02) {
397 if ((ber_int[1] & 0x80) == 0) {
398 len = ber_int[
295 ber_encode_INTEGER(CK_BBOOL length_only, CK_BYTE ** ber_int, CK_ULONG * ber_int_len, CK_BYTE * data, CK_ULONG data_len) argument
[all...]

Completed in 26 milliseconds