pkc_crypto_get_registered_algorithms(3sec) — Subroutines
NAME
pkc_crypto_get_registered_algorithms — Returns algorithm implementations
Synopsis
pkc_crypto_get_registered_algorithms(
gss_OID_set ∗oid_set);
Parameters
Output
oid_setA pointer to an OID set describing the currently registered algorithm implementations.
Description
pkc_crypto_get_registered_algorithms(3sec) returns an OID set describing the currently registered algorithm implementations.
pkc_crypto_lookup_algorithm(3sec) may be called to obtain details about a particular algorithm.
Return Values
pkc_s_success
Operation successfully completed.
Errors
Refer to the OSF DCE Problem Determination Guide for complete descriptions of all error messages.
Related Information
Functions: pkc_crypto_generate_keypair(3sec), pkc_crypto_lookup_algorithm(3sec), pkc_crypto_register_signature_alg(3sec), pkc_crypto_sign(3sec), pkc_crypto_verify_signature(3sec).