Home
last modified time | relevance | path

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

/trusty/user/base/lib/apploader_package/
Dcose.cpp1096 struct CborIn protHdrIn; in coseDecryptAesGcmInPlace() local
1098 &protHdrIn); in coseDecryptAesGcmInPlace()
1101 if (CborReadMap(&protHdrIn, &numPairs) != CBOR_READ_RESULT_OK) { in coseDecryptAesGcmInPlace()
1110 if (CborReadInt(&protHdrIn, &label) != CBOR_READ_RESULT_OK) { in coseDecryptAesGcmInPlace()
1120 if (CborReadUint(&protHdrIn, &algVal) != CBOR_READ_RESULT_OK) { in coseDecryptAesGcmInPlace()
1133 } else if (CborReadSkip(&protHdrIn) != CBOR_READ_RESULT_OK) { in coseDecryptAesGcmInPlace()