silc_pkcs_find_algorithm
SYNOPSIS
const SilcPKCSAlgorithm *silc_pkcs_find_algorithm(const char *algorithm, const char *scheme);
DESCRIPTION
Finds PKCS algorithm context by the algorithm name `algorithm' and the algorithm scheme `scheme'. The `scheme' may be NULL. Usually this function is not needed unless you need low level access to the algorithm implementations. Usually this is used when implementing support to new PKCS type.