Functions
rsa_decrepit.c File Reference
#include <openssl/rsa.h>
#include <assert.h>
#include <openssl/bn.h>
Include dependency graph for rsa_decrepit.c:

Go to the source code of this file.

Functions

RSARSA_generate_key (int bits, unsigned long e_value, void *callback, void *cb_arg)
 
int RSA_padding_add_PKCS1_OAEP (uint8_t *to, size_t to_len, const uint8_t *from, size_t from_len, const uint8_t *param, size_t param_len)
 
int RSA_padding_add_PKCS1_PSS (const RSA *rsa, uint8_t *EM, const uint8_t *mHash, const EVP_MD *Hash, int sLen)
 
int RSA_verify_PKCS1_PSS (const RSA *rsa, const uint8_t *mHash, const EVP_MD *Hash, const uint8_t *EM, int sLen)
 

Function Documentation

◆ RSA_generate_key()

RSA* RSA_generate_key ( int  bits,
unsigned long  e_value,
void *  callback,
void *  cb_arg 
)

Definition at line 64 of file rsa_decrepit.c.

◆ RSA_padding_add_PKCS1_OAEP()

int RSA_padding_add_PKCS1_OAEP ( uint8_t to,
size_t  to_len,
const uint8_t from,
size_t  from_len,
const uint8_t param,
size_t  param_len 
)

Definition at line 98 of file rsa_decrepit.c.

◆ RSA_padding_add_PKCS1_PSS()

int RSA_padding_add_PKCS1_PSS ( const RSA rsa,
uint8_t EM,
const uint8_t mHash,
const EVP_MD Hash,
int  sLen 
)

Definition at line 88 of file rsa_decrepit.c.

◆ RSA_verify_PKCS1_PSS()

int RSA_verify_PKCS1_PSS ( const RSA rsa,
const uint8_t mHash,
const EVP_MD Hash,
const uint8_t EM,
int  sLen 
)

Definition at line 93 of file rsa_decrepit.c.



grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:29