My Project
Loading...
Searching...
No Matches
psa.h
Go to the documentation of this file.
1
23int wolfSSL_CTX_psa_enable(WOLFSSL_CTX *ctx);
24
55int wolfSSL_set_psa_ctx(WOLFSSL *ssl, struct psa_ssl_ctx *ctx);
56
65void wolfSSL_free_psa_ctx(struct psa_ssl_ctx *ctx);
66
95int wolfSSL_psa_set_private_key_id(struct psa_ssl_ctx *ctx,
96 psa_key_id_t id);
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.