Wire Sysio Wire Sysion 1.0.0
|
#include "openssl-compat.h"
Go to the source code of this file.
Functions | |
int | RSA_set0_key (RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d) |
void | RSA_get0_key (const RSA *r, const BIGNUM **n, const BIGNUM **e, const BIGNUM **d) |
void | RSA_get0_factors (const RSA *r, const BIGNUM **p, const BIGNUM **q) |
void | RSA_get0_crt_params (const RSA *r, const BIGNUM **dmp1, const BIGNUM **dmq1, const BIGNUM **iqmp) |
int | ECDSA_SIG_set0 (ECDSA_SIG *sig, BIGNUM *r, BIGNUM *s) |
void | ECDSA_SIG_get0 (const ECDSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps) |
const | STACK_OF (X509_EXTENSION) |
ASN1_OBJECT * | X509_EXTENSION_get_object (X509_EXTENSION *ex) |
ASN1_OCTET_STRING * | X509_EXTENSION_get_data (X509_EXTENSION *ex) |
Definition at line 80 of file openssl-compat.c.
Definition at line 64 of file openssl-compat.c.
void RSA_get0_crt_params | ( | const RSA * | r, |
const BIGNUM ** | dmp1, | ||
const BIGNUM ** | dmq1, | ||
const BIGNUM ** | iqmp ) |
Definition at line 54 of file openssl-compat.c.
Definition at line 37 of file openssl-compat.c.
Definition at line 13 of file openssl-compat.c.
const STACK_OF | ( | X509_EXTENSION | ) |
Definition at line 90 of file openssl-compat.c.
ASN1_OCTET_STRING * X509_EXTENSION_get_data | ( | X509_EXTENSION * | ex | ) |
Definition at line 97 of file openssl-compat.c.
ASN1_OBJECT * X509_EXTENSION_get_object | ( | X509_EXTENSION * | ex | ) |
Definition at line 94 of file openssl-compat.c.