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

Funciones

int BN_add (BIGNUM *r, const BIGNUM *a, const BIGNUM *b)
int BN_uadd (BIGNUM *r, const BIGNUM *a, const BIGNUM *b)
int BN_usub (BIGNUM *r, const BIGNUM *a, const BIGNUM *b)
int BN_sub (BIGNUM *r, const BIGNUM *a, const BIGNUM *b)

Documentación de las funciones

int BN_add ( BIGNUM r,
const BIGNUM a,
const BIGNUM b 
)
int BN_sub ( BIGNUM r,
const BIGNUM a,
const BIGNUM b 
)
int BN_uadd ( BIGNUM r,
const BIGNUM a,
const BIGNUM b 
)
int BN_usub ( BIGNUM r,
const BIGNUM a,
const BIGNUM b 
)
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'