Home
last modified time | relevance | path

Searched refs:psec (Results 1 – 9 of 9) sorted by relevance

/openssl/crypto/
H A Do_time.c70 long *pday, int *psec);
102 int OPENSSL_gmtime_diff(int *pday, int *psec, in OPENSSL_gmtime_diff() argument
125 if (psec) in OPENSSL_gmtime_diff()
126 *psec = diff_sec; in OPENSSL_gmtime_diff()
134 long *pday, int *psec) in julian_adj() argument
172 *psec = offset_hms; in julian_adj()
/openssl/doc/man3/
H A DOPENSSL_gmtime.pod15 int OPENSSL_gmtime_diff(int *pday, int *psec,
39 the remaining seconds are placed to I<*psec>. The value in I<*psec> will be less
H A DASN1_TIME_set.pod52 int ASN1_TIME_diff(int *pday, int *psec, const ASN1_TIME *from,
123 ASN1_TIME_diff() sets I<*pday> and I<*psec> to the time difference between
125 one or both (depending on the time difference) of I<*pday> and I<*psec>
127 one or both of I<*pday> and I<*psec> will be negative. If I<to> and I<from>
128 represent the same time then I<*pday> and I<*psec> will both be zero.
129 If both I<*pday> and I<*psec> are nonzero they will always have the same
130 sign. The value of I<*psec> will always be less than the number of seconds
/openssl/crypto/ec/
H A Decdh_ossl.c28 int ossl_ecdh_compute_key(unsigned char **psec, size_t *pseclen, in ossl_ecdh_compute_key() argument
36 return ecdh->group->meth->ecdh_compute_key(psec, pseclen, pub_key, ecdh); in ossl_ecdh_compute_key()
H A Dec_kmeth.c220 int (*ckey)(unsigned char **psec, in EC_KEY_METHOD_set_compute_key() argument
/openssl/crypto/asn1/
H A Da_time.c458 int ASN1_TIME_diff(int *pday, int *psec, in ASN1_TIME_diff() argument
467 return OPENSSL_gmtime_diff(pday, psec, &tm_from, &tm_to); in ASN1_TIME_diff()
/openssl/include/openssl/
H A Dec.h1496 int (*ckey)(unsigned char **psec, size_t *pseclen,
1538 int (**pck)(unsigned char **psec,
H A Dcrypto.h.in426 int OPENSSL_gmtime_diff(int *pday, int *psec,
H A Dasn1.h.in633 int ASN1_TIME_diff(int *pday, int *psec,

Completed in 31 milliseconds