Searched refs:UnsupportedAlgorithm (Results 1 – 6 of 6) sorted by relevance
20 from cryptography.exceptions import InvalidSignature, UnsupportedAlgorithm158 except UnsupportedAlgorithm:160 raise UnsupportedAlgorithm("RSA verification with %s" % h)204 except UnsupportedAlgorithm:206 raise UnsupportedAlgorithm("RSA signature with %s" % h)
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()
50 UnsupportedAlgorithm, in ephemeral_wrap()
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()