slt
tlm_slot(int lib, int slt)
if (slt == slot->ts_number) {
asn1buf slt;
asn1buf_imbed(&slt, &subbuf, length, seqindef);
ret = decode_tagged_integer (&slt, 0, (long *) &keytype);
if (asn1buf_remains(&slt, 0) != 0) { /* Salt value is optional */
ret = decode_tagged_octetstring (&slt, 1, &keylen,
safe_syncbuf (&subbuf, &slt);