Searched refs:constructCoseEncrypt (Results 1 – 3 of 3) sorted by relevance
306 ErrMsgOr<cppbor::Array> constructCoseEncrypt(const bytevec& key, const bytevec& nonce,
50 using cppcose::constructCoseEncrypt;505 auto coseEncrypted = constructCoseEncrypt(*sessionKey, // in GenerateCsr()
417 ErrMsgOr<cppbor::Array> constructCoseEncrypt(const bytevec& key, const bytevec& nonce, in constructCoseEncrypt() function