Searched defs:ber_encode_SEQUENCE (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | asn1.c | 598 ber_encode_SEQUENCE(CK_BBOOL length_only, function 789 rc = ber_encode_SEQUENCE(TRUE, NULL, &total, NULL, len); 824 rc = ber_encode_SEQUENCE(FALSE, data, data_len, buf, len); 936 rc = ber_encode_SEQUENCE(TRUE, NULL, &len, NULL, offset); 1038 rc = ber_encode_SEQUENCE(FALSE, &buf2, &len, buf, offset);
|
Completed in 57 milliseconds