Lines Matching refs:decode
141 : decode-RSA ( lim -- lim )
150 \ decode-RSA-next function for the remainder of the key.
152 decode-RSA-next
159 : decode-RSA-next ( lim -- lim )
195 : decode-EC ( lim curve -- lim )
205 \ decode-EC-next function for the remainder of the key.
207 curve decode-EC-next
214 : decode-EC-next ( lim curve -- lim )
259 : decode-PKCS8-next ( lim -- lim keytype )
280 \ Open private key value and decode it.
284 decode-RSA
286 curve decode-EC
357 0x02 of check-primitive decode-RSA-next KEYTYPE_RSA endof
358 0x04 of check-primitive 0 decode-EC-next KEYTYPE_EC endof
359 0x10 of check-constructed decode-PKCS8-next endof