Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_system_security
/
989923b09db257e777d166c55301be7a850812fd
/
.
/
keystore2
/
tests
/
ffi_test_utils.hpp
blob: 7f5c3b2cfacf7f2bf4a605869e04a423d0a3bdd6 [
file
] [
log
] [
blame
]
Rajesh Nyamagoud
4d48337
2022-02-09 01:38:23 +0000
[
diff
] [
blame
]
1
#pragma
once
2
3
#include
"rust/cxx.h"
4
5
bool
validateCertChain
(
rust
::
Vec
<
rust
::
u8
>
cert_buf
,
uint32_t
cert_len
,
bool
strict_issuer_check
);