Home
last modified time | relevance | path

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

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