Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/identity/aidl/default/libeic/
H A DEicPresentation.c692 size_t encryptedContentSize, uint8_t* content, in eicPresentationRetrieveEntryValue() argument
718 if (!eicOpsDecryptAes128Gcm(ctx->storageKey, encryptedContent, encryptedContentSize, in eicPresentationRetrieveEntryValue()
724 eicCborAppend(&ctx->cbor, content, encryptedContentSize - 28); in eicPresentationRetrieveEntryValue()
H A DEicPresentation.h217 size_t encryptedContentSize, uint8_t* content,