Lines Matching refs:opaque
200 called on an opaque key, MBEDTLS_USE_PSA_CRYPTO is enabled,
203 when called on an opaque RSA key, MBEDTLS_USE_PSA_CRYPTO is enabled
274 Use PSA opaque drivers instead.
424 while mbedtls_pk_setup_opaque() can be used to wrap a PSA key into a opaque
587 (psa_asymmetric_[en|de]crypt) with opaque keys.
601 mbedtls_pk_encrypt() on non-opaque RSA keys to honor the padding mode in
614 an opaque RSA context and specifying MBEDTLS_PK_RSASSA_PSS as key type.
615 * Fix RSA opaque keys always using PKCS1 v1.5 algorithms instead of the
800 * Support for "opaque" (PSA-held) ECC keys in the PK module has been
803 mbedtls_pk_verify() with opaque ECC keys (provided the PSA attributes
1060 * It is now possible to use a PSA-held (opaque) password with the TLS 1.2
1238 * Add support for opaque keys as the private keys associated to certificates
1414 documented as such. Use opaque drivers with the interface enabled by
1521 MBEDTLS_USE_PSA_CRYPTO is enabled, an opaque key (created with
1917 being opaque instances of `mbedtls_ssl_session`.
2116 * Added support for built-in driver keys through the PSA opaque crypto
4877 * Changed md_info_t into an opaque structure (use md_get_xxx() accessors).
4878 * Changed pk_info_t into an opaque structure.
4879 * Changed cipher_base_t into an opaque structure.