Home
last modified time | relevance | path

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

/system/security/keystore2/src/km_compat/
Dkm_compat.cpp278 ScopedAStatus convertErrorCode(KMV1::ErrorCode result) { in convertErrorCode() function
286 ScopedAStatus convertErrorCode(V4_0_ErrorCode result) { in convertErrorCode() function
287 return convertErrorCode(convert(result)); in convertErrorCode()
454 return convertErrorCode(KMV1::ErrorCode::UNKNOWN_ERROR); in addRngEntropy()
456 return convertErrorCode(result); in addRngEntropy()
497 return convertErrorCode(KMV1::ErrorCode::UNKNOWN_ERROR); in generateKey()
512 return convertErrorCode(errorCode); in generateKey()
556 return convertErrorCode(KMV1::ErrorCode::UNKNOWN_ERROR); in importKey()
571 return convertErrorCode(errorCode); in importKey()
603 return convertErrorCode(KMV1::ErrorCode::UNKNOWN_ERROR); in importWrappedKey()
[all …]