mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-24 10:46:54 +00:00
Fix copypasta: ciphertext -> plaintext
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
9ff8d1f963
commit
7668960e43
|
@ -450,9 +450,9 @@
|
||||||
|
|
||||||
/** Sufficient output buffer size for psa_asymmetric_decrypt().
|
/** Sufficient output buffer size for psa_asymmetric_decrypt().
|
||||||
*
|
*
|
||||||
* This macro returns a sufficient buffer size for a ciphertext produced using
|
* This macro returns a sufficient buffer size for a plaintext produced using
|
||||||
* a key of the specified type and size, with the specified algorithm.
|
* a key of the specified type and size, with the specified algorithm.
|
||||||
* Note that the actual size of the ciphertext may be smaller, depending
|
* Note that the actual size of the plaintext may be smaller, depending
|
||||||
* on the algorithm.
|
* on the algorithm.
|
||||||
*
|
*
|
||||||
* \warning This function may call its arguments multiple times or
|
* \warning This function may call its arguments multiple times or
|
||||||
|
|
Loading…
Reference in a new issue