Searched refs:cborParam (Results 1 – 2 of 2) sorted by relevance
323 Array cborParam; in addSharedSecretParameters() local324 cborParam.add(Bstr(param.seed)); in addSharedSecretParameters()325 cborParam.add(Bstr(param.nonce)); in addSharedSecretParameters()326 cborParamsVec.add(std::move(cborParam)); in addSharedSecretParameters()
397 Array cborParam; in addSharedSecretParameters() local398 cborParam.add(Bstr(param.seed)); in addSharedSecretParameters()399 cborParam.add(Bstr(param.nonce)); in addSharedSecretParameters()400 cborParamsVec.add(std::move(cborParam)); in addSharedSecretParameters()