HomeSort by: relevance | last modified time | path
    Searched refs:tmp_ctext (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/ml_kem/
ml_kem.c 1790 * The |ctext| and |tmp_ctext| buffers must each have space for the ciphertext
1794 const uint8_t *ctext, uint8_t *tmp_ctext, scalar *tmp,
1830 || !encrypt_cpa(tmp_ctext, decrypted, r, tmp, mdctx, key)) {
1836 CRYPTO_memcmp(ctext, tmp_ctext, vinfo->ctext_bytes));

Completed in 45 milliseconds