Eneboo - Documentación para desarrolladores
'defines' | Funciones
Referencia del Archivo src/libdigidoc/openssl/crypto/asn1/a_utctm.c
#include <stdio.h>
#include <time.h>
#include "cryptlib.h"
#include "o_time.h"
#include <openssl/asn1.h>

'defines'

#define g2(p)   (((p)[0]-'0')*10+(p)[1]-'0')
#define return_cmp(a, b)   if ((a)<(b)) return -1; else if ((a)>(b)) return 1

Funciones

int ASN1_UTCTIME_check (ASN1_UTCTIME *d)
int ASN1_UTCTIME_set_string (ASN1_UTCTIME *s, const char *str)
ASN1_UTCTIMEASN1_UTCTIME_set (ASN1_UTCTIME *s, time_t t)
int ASN1_UTCTIME_cmp_time_t (const ASN1_UTCTIME *s, time_t t)

Documentación de los 'defines'

#define g2 (   p)    (((p)[0]-'0')*10+(p)[1]-'0')
#define return_cmp (   a,
  b 
)    if ((a)<(b)) return -1; else if ((a)>(b)) return 1

Documentación de las funciones

int ASN1_UTCTIME_check ( ASN1_UTCTIME d)
int ASN1_UTCTIME_cmp_time_t ( const ASN1_UTCTIME s,
time_t  t 
)
ASN1_UTCTIME* ASN1_UTCTIME_set ( ASN1_UTCTIME s,
time_t  t 
)
int ASN1_UTCTIME_set_string ( ASN1_UTCTIME s,
const char *  str 
)
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'