SilcPrivateKey silc_pkcs_private_key_alloc(const char *name, const unsigned char *prv, SilcUInt32 prv_len);
Allocates SILC private key formed from sent arguments. The 'name' is the algorithm name, and the 'prv' and 'prv_len' are the raw private key bits returned by silc_pkcs_get_private_key.