Home
last modified time | relevance | path

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

/system/keymaster/cppcose/
Dcppcose.cpp224 const bytevec& plaintextPayload, const bytevec& aad) { in createCoseEncryptCiphertext() argument
231 plaintextPayload); in createCoseEncryptCiphertext()
238 const bytevec& plaintextPayload, const bytevec& aad, in constructCoseEncrypt() argument
246 createCoseEncryptCiphertext(key, nonce, encryptProtectedHeader, plaintextPayload, aad); in constructCoseEncrypt()
/system/keymaster/include/keymaster/cppcose/
Dcppcose.h271 const bytevec& plaintextPayload, const bytevec& aad,