Home
last modified time | relevance | path

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

/system/keymaster/cppcose/
Dcppcose.cpp459 const bytevec& plaintextPayload, const bytevec& aad) { in createCoseEncryptCiphertext() argument
466 plaintextPayload); in createCoseEncryptCiphertext()
473 const bytevec& plaintextPayload, const bytevec& aad, in constructCoseEncrypt() argument
481 createCoseEncryptCiphertext(key, nonce, encryptProtectedHeader, plaintextPayload, aad); in constructCoseEncrypt()
/system/keymaster/include/keymaster/cppcose/
Dcppcose.h319 const bytevec& plaintextPayload, const bytevec& aad,