Home
last modified time | relevance | path

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

/aosp12/system/keymaster/include/keymaster/cppcose/
H A Dcppcose.h270 ErrMsgOr<cppbor::Array> constructCoseEncrypt(const bytevec& key, const bytevec& nonce,
/aosp12/system/keymaster/android_keymaster/
H A Dandroid_keymaster.cpp48 using cppcose::constructCoseEncrypt;
503 auto coseEncrypted = constructCoseEncrypt(*sessionKey, nonce, in GenerateCsr()
/aosp12/system/keymaster/cppcose/
H A Dcppcose.cpp237 ErrMsgOr<cppbor::Array> constructCoseEncrypt(const bytevec& key, const bytevec& nonce, in constructCoseEncrypt() function