RetroArch
Public Attributes | List of all members
mbedtls_rsa_alt_context Struct Reference

#include <pk_internal.h>

Collaboration diagram for mbedtls_rsa_alt_context:
[legend]

Public Attributes

voidkey
 
mbedtls_pk_rsa_alt_decrypt_func decrypt_func
 
mbedtls_pk_rsa_alt_sign_func sign_func
 
mbedtls_pk_rsa_alt_key_len_func key_len_func
 

Member Data Documentation

◆ decrypt_func

mbedtls_pk_rsa_alt_decrypt_func mbedtls_rsa_alt_context::decrypt_func

◆ key

void* mbedtls_rsa_alt_context::key

◆ key_len_func

mbedtls_pk_rsa_alt_key_len_func mbedtls_rsa_alt_context::key_len_func

◆ sign_func

mbedtls_pk_rsa_alt_sign_func mbedtls_rsa_alt_context::sign_func

The documentation for this struct was generated from the following file: