void wolfSSL_free_psa_ctx(struct psa_ssl_ctx *ctx)
This function releases the resources used by a PSA context.
int wolfSSL_psa_set_private_key_id(struct psa_ssl_ctx *ctx, psa_key_id_t id)
This function set the private key used by an SSL session.
int wolfSSL_set_psa_ctx(WOLFSSL *ssl, struct psa_ssl_ctx *ctx)
This function setup the PSA context for the given SSL session.
int wolfSSL_CTX_psa_enable(WOLFSSL_CTX *ctx)
This function enables PSA support on the given context.