webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Functions
a_time.c File Reference
#include <openssl/asn1.h>
#include <string.h>
#include <time.h>
#include <openssl/asn1t.h>
#include <openssl/buf.h>
#include <openssl/err.h>
#include <openssl/mem.h>
#include <openssl/time_support.h>
#include "asn1_locl.h"

Functions

ASN1_TIMEASN1_TIME_set (ASN1_TIME *s, time_t t)
 
ASN1_TIMEASN1_TIME_adj (ASN1_TIME *s, time_t t, int offset_day, long offset_sec)
 
int ASN1_TIME_check (ASN1_TIME *t)
 
ASN1_GENERALIZEDTIMEASN1_TIME_to_generalizedtime (ASN1_TIME *t, ASN1_GENERALIZEDTIME **out)
 
int ASN1_TIME_set_string (ASN1_TIME *s, const char *str)
 
int ASN1_TIME_diff (int *pday, int *psec, const ASN1_TIME *from, const ASN1_TIME *to)
 

Function Documentation

◆ ASN1_TIME_adj()

ASN1_TIME* ASN1_TIME_adj ( ASN1_TIME s,
time_t  t,
int  offset_day,
long  offset_sec 
)

◆ ASN1_TIME_check()

int ASN1_TIME_check ( ASN1_TIME t)

◆ ASN1_TIME_diff()

int ASN1_TIME_diff ( int *  pday,
int *  psec,
const ASN1_TIME from,
const ASN1_TIME to 
)

◆ ASN1_TIME_set()

ASN1_TIME* ASN1_TIME_set ( ASN1_TIME s,
time_t  t 
)

◆ ASN1_TIME_set_string()

int ASN1_TIME_set_string ( ASN1_TIME s,
const char *  str 
)

◆ ASN1_TIME_to_generalizedtime()

ASN1_GENERALIZEDTIME* ASN1_TIME_to_generalizedtime ( ASN1_TIME t,
ASN1_GENERALIZEDTIME **  out 
)