Searched refs:UnsupportedAlgorithm (Results 1 – 4 of 4) sorted by relevance
58 | ffi::EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE => ErrorCode::UnsupportedAlgorithm, in translate_evp_error()97 ErrorCode::UnsupportedAlgorithm in translate_pkcs8_error()111 ffi::X509V3_R_UNKNOWN_OPTION => ErrorCode::UnsupportedAlgorithm, in translate_x509v3_error()
91 return Err(km_err!(UnsupportedAlgorithm, "unexpected cert signing key type")); in tbs_certificate()103 UnsupportedAlgorithm, in tbs_certificate()
194 UnsupportedAlgorithm = -4, enumerator
185 get_tag_value!(params, Algorithm, ErrorCode::UnsupportedAlgorithm) in get_algorithm()