Lines Matching refs:signature
122 * RSA: PKCS#1v1.5 signature, PSS signature, PKCS#1v1.5 encryption, OAEP encryption.
123 * ECC: ECDSA signature (randomized or deterministic), ECDH key agreement (via `mbedtls_pk_ec`).
141 …rministic is made at compile time. For RSA, the choice of encryption or signature algorithm is mad…
183 The pk module uses signature formats intended for X.509. The PSA module uses the simplest sensible …
190 …TLS 4.x and perhaps beyond. We will at least add EdDSA support, and its signature encoding is the …
192 …signature format, parametrized by the algorithm. However, it is difficult to predict exactly what …
194 …signature field) or X.509 (the signature is inside a BITSTRING, not directly in a SEQUENCE). So th…
251 …signature or for encryption. Between algorithms of the same nature, there is no way to distinguish…
285 …m the RSA key's parameters. (Note that `PSA_ALG_ANY_HASH` is only allowed in signature algorithms.)
326 #### API to convert between signature formats
328 Based on the [gap analysis](#signature-formats):
341 * These functions convert between the signature format used by `mbedtls_pk_{sign,verify}{,_ext}` an…