Searched refs:to_encrypt (Results 1 – 1 of 1) sorted by relevance
869 const uint8_t* to_encrypt = reinterpret_cast<const uint8_t*>(message.data()); in LocalRsaEncryptMessage() local877 to_encrypt = reinterpret_cast<const uint8_t*>(zero_padded_message->data()); in LocalRsaEncryptMessage()883 if (EVP_PKEY_encrypt(ctx.get(), reinterpret_cast<uint8_t*>(output.data()), &outlen, to_encrypt, in LocalRsaEncryptMessage()