Home
last modified time | relevance | path

Searched defs:authority_public_key (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/open-dice/src/
H A Dtest_utils.cc603 const cn_cbor* authority_public_key) { in VerifyCoseSign1Signature()
623 const cn_cbor* authority_public_key, in VerifySingleCborCertificate()
673 ScopedCbor authority_public_key = ExtractPublicKeyFromCwt(root_cwt.get()); in VerifyCborCertificateChain() local
H A Dtemplate_cbor_cert_op.c209 uint8_t authority_public_key[DICE_PUBLIC_KEY_BUFFER_SIZE]; in DiceGenerateCertificate() local
H A Dtemplate_cert_op.c215 uint8_t authority_public_key[32]; in DiceGenerateCertificate() local
H A Dcbor_cert_op.c357 uint8_t authority_public_key[DICE_PUBLIC_KEY_BUFFER_SIZE]; in DiceGenerateCertificate() local
/aosp_15_r20/packages/modules/Virtualization/guest/rialto/tests/
Dtest.rs230 let authority_public_key = in check_certificate_for_client_vm() localVariable