Searched refs:to_encrypt (Results 1 – 2 of 2) sorted by relevance
392 const uint8_t* to_encrypt = reinterpret_cast<const uint8_t*>(message.data()); in LocalRsaEncryptMessage() local400 to_encrypt = reinterpret_cast<const uint8_t*>(zero_padded_message->data()); in LocalRsaEncryptMessage()407 to_encrypt, to_encrypt_len) <= 0) { in LocalRsaEncryptMessage()
1189 const uint8_t* to_encrypt = reinterpret_cast<const uint8_t*>(message.data()); in LocalRsaEncryptMessage() local1197 to_encrypt = reinterpret_cast<const uint8_t*>(zero_padded_message->data()); in LocalRsaEncryptMessage()1203 if (EVP_PKEY_encrypt(ctx.get(), reinterpret_cast<uint8_t*>(output.data()), &outlen, to_encrypt, in LocalRsaEncryptMessage()