Searched refs:keyIdBytes (Results 1 – 1 of 1) sorted by relevance
1301 const uint8_t* keyIdBytes = nullptr; in coseDecryptAesGcmKeyWrapInPlace() local1314 if (CborReadBstr(&in, &keyIdSize, &keyIdBytes) != in coseDecryptAesGcmKeyWrapInPlace()1343 if (keyIdBytes == nullptr) { in coseDecryptAesGcmKeyWrapInPlace()1353 auto [keyEncryptionKeyStart, keyEncryptionKeySize] = keyFn(keyIdBytes[0]); in coseDecryptAesGcmKeyWrapInPlace()