Lines Matching refs:opaque
243 called on an opaque key, MBEDTLS_USE_PSA_CRYPTO is enabled,
246 when called on an opaque RSA key, MBEDTLS_USE_PSA_CRYPTO is enabled
317 Use PSA opaque drivers instead.
467 while mbedtls_pk_setup_opaque() can be used to wrap a PSA key into a opaque
630 (psa_asymmetric_[en|de]crypt) with opaque keys.
644 mbedtls_pk_encrypt() on non-opaque RSA keys to honor the padding mode in
657 an opaque RSA context and specifying MBEDTLS_PK_RSASSA_PSS as key type.
658 * Fix RSA opaque keys always using PKCS1 v1.5 algorithms instead of the
843 * Support for "opaque" (PSA-held) ECC keys in the PK module has been
846 mbedtls_pk_verify() with opaque ECC keys (provided the PSA attributes
1103 * It is now possible to use a PSA-held (opaque) password with the TLS 1.2
1281 * Add support for opaque keys as the private keys associated to certificates
1457 documented as such. Use opaque drivers with the interface enabled by
1564 MBEDTLS_USE_PSA_CRYPTO is enabled, an opaque key (created with
1960 being opaque instances of `mbedtls_ssl_session`.
2159 * Added support for built-in driver keys through the PSA opaque crypto
4920 * Changed md_info_t into an opaque structure (use md_get_xxx() accessors).
4921 * Changed pk_info_t into an opaque structure.
4922 * Changed cipher_base_t into an opaque structure.