uFCoder 2.62
|
Functions | |
c_string DL_API | DLGetEccCurveName (uint32_t eccCurve) |
This function returns pointer to a null terminated string constant which contains the name of the ECC curve designated by the input function parameter. | |
c_string DL_API | DLGetHashName (uint32_t hash_algo) |
This function returns pointer to a null terminated string constant which contains the name of the hash algorithm designated by the input function parameter. | |
c_string DL_API | DLGetSignatureSchemeName (uint32_t signatureScheme) |
This function returns pointer to a null terminated string constant which contains the name of the signature scheme (signature algorithm) designated by the input function parameter. | |
This function returns pointer to a null terminated string constant which contains the name of the ECC curve designated by the input function parameter.
eccCurve | ECC curve designator. Use values declared in E_ECC_CURVES enumeration. |
This function returns pointer to a null terminated string constant which contains the name of the hash algorithm designated by the input function parameter.
hash_algo | Hash designator. Use values declared in E_HASH_ALGS enumeration. |
This function returns pointer to a null terminated string constant which contains the name of the signature scheme (signature algorithm) designated by the input function parameter.
signatureScheme | Signature scheme (signature algorithm) designator. Use values declared in E_SIGNATURE_SCHEMES enumeration. |