Searched refs:tlsf (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
H A Dv3_tlsf.c90 TLS_FEATURE *tlsf; local
98 if ((tlsf = sk_ASN1_INTEGER_new_null()) == NULL) {
127 || sk_ASN1_INTEGER_push(tlsf, ai) <= 0) {
132 return tlsf;
135 sk_ASN1_INTEGER_pop_free(tlsf, ASN1_INTEGER_free);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dv3_tlsf.c90 TLS_FEATURE *tlsf; local
98 if ((tlsf = sk_ASN1_INTEGER_new_null()) == NULL) {
127 || sk_ASN1_INTEGER_push(tlsf, ai) <= 0) {
134 return tlsf;
137 sk_ASN1_INTEGER_pop_free(tlsf, ASN1_INTEGER_free);
/netbsd-current/external/bsd/ntp/dist/libparse/
H A Dclk_trimtsip.c352 int tlsf = t->t_gpsutcleap = (u_short) getshort((unsigned char *)&mb(24)); /* new leap correction */ local
368 (tlsf != tls) && /* something will change */
372 if (tlsf > tls)

Completed in 3413 milliseconds