Eneboo - Documentación para desarrolladores
Funciones
Referencia del Archivo src/libdigidoc/openssl/crypto/rsa/rsa_pk1.c
#include <stdio.h>
#include "cryptlib.h"
#include <openssl/bn.h>
#include <openssl/rsa.h>
#include <openssl/rand.h>

Funciones

int RSA_padding_add_PKCS1_type_1 (unsigned char *to, int tlen, const unsigned char *from, int flen)
int RSA_padding_check_PKCS1_type_1 (unsigned char *to, int tlen, const unsigned char *from, int flen, int num)
int RSA_padding_add_PKCS1_type_2 (unsigned char *to, int tlen, const unsigned char *from, int flen)
int RSA_padding_check_PKCS1_type_2 (unsigned char *to, int tlen, const unsigned char *from, int flen, int num)

Documentación de las funciones

int RSA_padding_add_PKCS1_type_1 ( unsigned char *  to,
int  tlen,
const unsigned char *  from,
int  flen 
)
int RSA_padding_add_PKCS1_type_2 ( unsigned char *  to,
int  tlen,
const unsigned char *  from,
int  flen 
)
int RSA_padding_check_PKCS1_type_1 ( unsigned char *  to,
int  tlen,
const unsigned char *  from,
int  flen,
int  num 
)
int RSA_padding_check_PKCS1_type_2 ( unsigned char *  to,
int  tlen,
const unsigned char *  from,
int  flen,
int  num 
)
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'