Home
last modified time | relevance | path

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

/hardware/interfaces/identity/aidl/default/libeic/
DEicPresentation.c839 size_t encryptedContentSize, uint8_t* content, in eicPresentationRetrieveEntryValue() argument
868 if (!eicOpsDecryptAes128Gcm(ctx->storageKey, encryptedContent, encryptedContentSize, in eicPresentationRetrieveEntryValue()
874 eicCborAppend(&ctx->cbor, content, encryptedContentSize - 28); in eicPresentationRetrieveEntryValue()
875 eicCborAppend(&ctx->cborEcdsa, content, encryptedContentSize - 28); in eicPresentationRetrieveEntryValue()
DEicPresentation.h249 size_t encryptedContentSize, uint8_t* content,