Searched refs:protHdrIn (Results 1 – 1 of 1) sorted by relevance
1096 struct CborIn protHdrIn; in coseDecryptAesGcmInPlace() local1098 &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()