| RSA BSAFE Micro Edition Suite |
Streamlined security for mobile and embedded devices |
 
![]() |
#include "r_pkey.h"
Go to the source code of this file.
Defines | |
| #define | R_PKEY_METHOD_FL_NONE |
| No flags. | |
| #define | R_PKEY_METHOD_FL_NORMAL |
| Normal implementation. | |
| #define | R_PKEY_METHOD_FL_COMPACT |
| Compact implementation. | |
| #define | R_PKEY_METHOD_FL_SUPPORT_CONFIG |
| Supports configuration. | |
| #define | R_PKEY_METHOD_FL_SUPPORT_BIO |
| Supports BIO ops. | |
| #define | R_PKEY_METHOD_FL_SUPPORT_NAME |
| Supports name processing. | |
| #define | R_PKEY_METHOD_FL_ALLOCATED |
| Allocated method. | |
| #define | R_PKEY_METHOD_FL_ALLOCATED_DATA |
| Allocated data. | |
| #define | R_PKEY_RES_DSA |
| The full R_PKEY interface implemented in terms of Digital Signature Algorithm (DSA) which is required if R_PKEY functions are used. | |
| #define | R_PKEY_RES_RSA |
| The full R_PKEY interface implemented in terms of RSA which is required if R_PKEY functions are used. | |
| #define | R_PKEY_RES_RSA_NO_BLINDING |
| The full R_PKEY interface implemented in terms of RSA which is required if R_PKEY functions are used. More... | |
| #define | R_PKEY_RES_PRINT |
| The standard public key print module which is required if R_PKEY_print() functions are used. | |