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