Add OEMCrypto_GetBCCType() in L3
It is used by prov4 only. So L3 will just return OEMCrypto_ERROR_NOT_IMPLEMENTED. Test: build L3 Bug: 307969500 Change-Id: Iff6c79a3fb0220a6c995186f5923ce5ad6bc256f
This commit is contained in:
@@ -619,3 +619,7 @@ OEMCryptoResult Level3_LoadRelease(OEMCrypto_SESSION session,
|
||||
core_message_length, signature,
|
||||
signature_length);
|
||||
}
|
||||
|
||||
OEMCryptoResult Level3_GetBCCType(OEMCrypto_BCCType* bcc_type) {
|
||||
return OEMCrypto_ERROR_NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user