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

Funciones

BN_ULONG BN_mod_word (const BIGNUM *a, BN_ULONG w)
BN_ULONG BN_div_word (BIGNUM *a, BN_ULONG w)
int BN_add_word (BIGNUM *a, BN_ULONG w)
int BN_sub_word (BIGNUM *a, BN_ULONG w)
int BN_mul_word (BIGNUM *a, BN_ULONG w)

Documentación de las funciones

int BN_add_word ( BIGNUM a,
BN_ULONG  w 
)
BN_ULONG BN_div_word ( BIGNUM a,
BN_ULONG  w 
)
BN_ULONG BN_mod_word ( const BIGNUM a,
BN_ULONG  w 
)
int BN_mul_word ( BIGNUM a,
BN_ULONG  w 
)
int BN_sub_word ( BIGNUM a,
BN_ULONG  w 
)
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'