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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dasn1.c297 CK_BYTE ** ber_int,
340 *ber_int = buf;
351 *ber_int = buf;
363 *ber_int = buf;
376 *ber_int = buf;
385 ber_decode_INTEGER(CK_BYTE * ber_int, argument
392 if (! ber_int) {
395 if (ber_int[0] != 0x02) {
398 if ((ber_int[1] & 0x80) == 0) {
399 len = ber_int[
296 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 45 milliseconds