Home
last modified time | relevance | path

Searched refs:UnsupportedAlgorithm (Results 1 – 4 of 4) sorted by relevance

/system/keymint/boringssl/src/
Derr.rs58 | 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()
/system/keymint/ta/src/
Dcert.rs91 return Err(km_err!(UnsupportedAlgorithm, "unexpected cert signing key type")); in tbs_certificate()
103 UnsupportedAlgorithm, in tbs_certificate()
/system/keymint/wire/src/
Dkeymint.rs194 UnsupportedAlgorithm = -4, enumerator
/system/keymint/common/src/
Dtag.rs185 get_tag_value!(params, Algorithm, ErrorCode::UnsupportedAlgorithm) in get_algorithm()