My Project
Functions
psa.h File Reference

Go to the source code of this file.

Functions

int wolfSSL_CTX_psa_enable (WOLFSSL_CTX *ctx)
 This function enables PSA support on the given context. More...
 
int wolfSSL_set_psa_ctx (WOLFSSL *ssl, struct psa_ssl_ctx *ctx)
 This function setup the PSA context for the given SSL session. More...
 
void wolfSSL_free_psa_ctx (struct psa_ssl_ctx *ctx)
 This function releases the resources used by a PSA context. More...
 
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. More...