Searched refs:micros (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ts/
H A Dts_rsp_utils.c269 int TS_ACCURACY_set_micros(TS_ACCURACY *a, const ASN1_INTEGER *micros) argument
273 if (a->micros == micros)
275 if (micros != NULL) {
276 new_micros = ASN1_INTEGER_dup(micros);
282 ASN1_INTEGER_free(a->micros);
283 a->micros = new_micros;
289 return a->micros;
H A Dts_rsp_print.c262 const ASN1_INTEGER *micros = TS_ACCURACY_get_micros(accuracy); local
274 if (micros != NULL)
275 TS_ASN1_INTEGER_print_bio(bio, micros);
278 BIO_printf(bio, " micros");
H A Dts_rsp_sign.c199 ASN1_INTEGER_free(ctx->micros);
295 ASN1_INTEGER_free(ctx->micros); \
296 ctx->micros = NULL;
299 int secs, int millis, int micros)
309 if (micros && (!(ctx->micros = ASN1_INTEGER_new())
310 || !ASN1_INTEGER_set(ctx->micros, micros)))
629 if ((ctx->seconds || ctx->millis || ctx->micros)
637 if (ctx->micros
298 TS_RESP_CTX_set_accuracy(TS_RESP_CTX *ctx, int secs, int millis, int micros) argument
[all...]
H A Dts_conf.c401 int secs = 0, millis = 0, micros = 0; local
419 micros = atoi(val->value);
425 if (!TS_RESP_CTX_set_accuracy(ctx, secs, millis, micros))
H A Dts.h138 micros [1] INTEGER (1..999) OPTIONAL }
144 ASN1_INTEGER *micros; member in struct:TS_accuracy_st
434 int TS_ACCURACY_set_micros(TS_ACCURACY *a, const ASN1_INTEGER *micros);
507 ASN1_INTEGER *micros; /* accuracy, 0 means not specified. */ member in struct:TS_resp_ctx
557 int secs, int millis, int micros);
H A Dts_asn1.c132 ASN1_IMP_OPT(TS_ACCURACY, micros, ASN1_INTEGER, 1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ts/
H A Dts_rsp_utils.c269 int TS_ACCURACY_set_micros(TS_ACCURACY *a, const ASN1_INTEGER *micros) argument
273 if (a->micros == micros)
275 if (micros != NULL) {
276 new_micros = ASN1_INTEGER_dup(micros);
282 ASN1_INTEGER_free(a->micros);
283 a->micros = new_micros;
289 return a->micros;
H A Dts_rsp_print.c262 const ASN1_INTEGER *micros = TS_ACCURACY_get_micros(accuracy); local
274 if (micros != NULL)
275 TS_ASN1_INTEGER_print_bio(bio, micros);
278 BIO_printf(bio, " micros");
H A Dts_rsp_sign.c199 ASN1_INTEGER_free(ctx->micros);
295 ASN1_INTEGER_free(ctx->micros); \
296 ctx->micros = NULL;
299 int secs, int millis, int micros)
309 if (micros && (!(ctx->micros = ASN1_INTEGER_new())
310 || !ASN1_INTEGER_set(ctx->micros, micros)))
629 if ((ctx->seconds || ctx->millis || ctx->micros)
637 if (ctx->micros
298 TS_RESP_CTX_set_accuracy(TS_RESP_CTX *ctx, int secs, int millis, int micros) argument
[all...]
H A Dts_conf.c401 int secs = 0, millis = 0, micros = 0; local
419 micros = atoi(val->value);
425 if (!TS_RESP_CTX_set_accuracy(ctx, secs, millis, micros))
H A Dts.h138 micros [1] INTEGER (1..999) OPTIONAL }
144 ASN1_INTEGER *micros; member in struct:TS_accuracy_st
434 int TS_ACCURACY_set_micros(TS_ACCURACY *a, const ASN1_INTEGER *micros);
507 ASN1_INTEGER *micros; /* accuracy, 0 means not specified. */ member in struct:TS_resp_ctx
557 int secs, int millis, int micros);
H A Dts_asn1.c132 ASN1_IMP_OPT(TS_ACCURACY, micros, ASN1_INTEGER, 1)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dtime.c861 unsigned long micros; local
866 micros = (now > etr_tolec) ? ((now - etr_tolec) >> 12) : 0;
867 micros = (micros > 1600000) ? 0 : 1600000 - micros;
868 mod_timer(&etr_timer, jiffies + (micros * HZ) / 1000000 + 1);

Completed in 61 milliseconds