Home
last modified time | relevance | path

Searched refs:t (Results 1 – 21 of 21) sorted by relevance

/include/internal/
A Dtime.h70 return t.t; in ossl_time2ticks()
101 t.t = safe_add_time(t.t, OSSL_TIME_US - 1, &err); in ossl_time_to_timeval()
141 ot.t = t; in ossl_time_from_time_t()
150 if (a.t > b.t) in ossl_time_compare()
152 if (a.t < b.t) in ossl_time_compare()
177 r.t = safe_add_time(a.t, b.t, &err); in ossl_time_add()
187 r.t = safe_sub_time(a.t, b.t, &err); in ossl_time_subtract()
205 r.t = safe_mul_time(a.t, b, &err); in ossl_time_multiply()
215 r.t = safe_div_time(a.t, b, &err); in ossl_time_divide()
233 return a.t > b.t ? a : b; in ossl_time_max()
[all …]
A Dquic_thread_assist.h48 CRYPTO_THREAD *t; member
A Dsockets.h61 # define socket(d,t,p) ((int)socket(d,t,p)) argument
/include/openssl/
A Dbyteorder.h204 uint16_t t; in OPENSSL_load_u16_le() local
207 *val = OSSL_LE16TOH(t); in OPENSSL_load_u16_le()
222 uint16_t t; in OPENSSL_load_u16_be() local
225 *val = OSSL_BE16TOH(t); in OPENSSL_load_u16_be()
240 uint32_t t; in OPENSSL_load_u32_le() local
243 *val = OSSL_LE32TOH(t); in OPENSSL_load_u32_le()
260 uint32_t t; in OPENSSL_load_u32_be() local
263 *val = OSSL_BE32TOH(t); in OPENSSL_load_u32_be()
280 uint64_t t; in OPENSSL_load_u64_le() local
283 *val = OSSL_LE64TOH(t); in OPENSSL_load_u64_le()
[all …]
A Dsafestack.h.in201 # define DEFINE_STACK_OF(t) SKM_DEFINE_STACK_OF(t, t, t) argument
202 # define DEFINE_STACK_OF_CONST(t) SKM_DEFINE_STACK_OF(t, const t, t) argument
A Dasn1.h.in466 * isn't essential in RFC2253 but it is advisable anyway.
621 ASN1_UTCTIME *ASN1_UTCTIME_adj(ASN1_UTCTIME *s, time_t t,
628 time_t t);
679 ASN1_TIME *ASN1_TIME_set(ASN1_TIME *s, time_t t);
680 ASN1_TIME *ASN1_TIME_adj(ASN1_TIME *s, time_t t,
682 int ASN1_TIME_check(const ASN1_TIME *t);
689 int ASN1_TIME_cmp_time_t(const ASN1_TIME *s, time_t t);
891 /* Don't show ASN1 type of ANY */
893 /* Don't show ASN1 type of MSTRINGs */
895 /* Don't show field names in SEQUENCE */
[all …]
A Dopensslv.h.in36 * These are also part of the new version scheme, but aren't part
A Dx509_vfy.h.in119 int X509_TRUST_set(int *t, int trust);
295 # define X509_V_ERR_OCSP_VERIFY_FAILED 74 /* Couldn't verify cert through OCSP */
296 # define X509_V_ERR_OCSP_CERT_UNKNOWN 75 /* Certificate wasn't recognized by th…
702 time_t t);
741 void X509_VERIFY_PARAM_set_time(X509_VERIFY_PARAM *param, time_t t);
787 * the library and don't appear in results from X509_policy_check().
A Dui.h.in92 to make sure they don't have common characters. Additionally, the same
136 * UI won't look at those, but will pass them on to the method routines. They
137 * must use higher bits so they don't get confused with the UI bits above.
155 * If the ui_method doesn't contain a pointer to a user-defined prompt
A Dssl.h.in357 /* Don't use RFC4507 ticket extension */
368 /* Don't use compression even if supported */
484 /* Don't attempt to automatically build certificate chain */
545 /* Don't include root CA in chain */
1579 __owur long SSL_CTX_set_timeout(SSL_CTX *ctx, long t);
1708 __owur long SSL_SESSION_set_time(SSL_SESSION *s, long t);
1711 __owur long SSL_SESSION_set_timeout(SSL_SESSION *s, long t);
1716 __owur time_t SSL_SESSION_set_time_ex(SSL_SESSION *s, time_t t);
2183 # define SSL_CTX_sess_set_cache_size(ctx,t) \ argument
2184 SSL_CTX_ctrl(ctx,SSL_CTRL_SET_SESS_CACHE_SIZE,t,NULL)
[all …]
A Dbio.h.in235 * BIO_FLAGS_MEM_RDONLY means we shouldn't free up or change the data in any way;
236 * BIO_FLAGS_NONCLEAR_RST means we shouldn't clear data on reset.
503 # define BIO_set_sock_type(b,t) BIO_ctrl(b,BIO_C_SET_SOCK_TYPE,(t),NULL) argument
555 * If you are wondering why this isn't defined, its because CONST_STRICT is
603 /* Don't use the next one unless you know what you are doing :-) */
922 * we can't use __attribute__ with pre C99 dialects.
A Dasn1t.h.in500 # define ASN1_TEMPLATE_item(t) (t->item_ptr) argument
501 # define ASN1_TEMPLATE_adb(t) (t->item_ptr) argument
616 * Cache for ASN1 tag and length, so we don't keep re-reading it for things
A Dconf.h.in108 * that wasn't the case, the above functions would have been replaced
A Dx509.h.in169 * This determines if we dump fields we don't recognise: RFC2253 requires
501 int X509_cmp_time(const ASN1_TIME *s, time_t *t);
505 ASN1_TIME *X509_time_adj(ASN1_TIME *s, long adj, time_t *t);
507 int offset_day, long offset_sec, time_t *t);
A Dpkcs7.h.in346 int PKCS7_add0_attrib_signing_time(PKCS7_SIGNER_INFO *si, ASN1_TIME *t);
A Dcmp.h.in181 * -- you don't get it, more information elsewhere in the message
A Dcrypto.h.in279 * This function cleans up all "ex_data" state. It mustn't be called under
A Devp.h921 int EVP_EncodeBlock(unsigned char *t, const unsigned char *f, int n);
928 int EVP_DecodeBlock(unsigned char *t, const unsigned char *f, int n);
/include/crypto/
A Dml_kem.h184 struct ossl_ml_kem_scalar_st *t; /* Public key vector */ member
207 # define ossl_ml_kem_have_pubkey(key) ((key)->t != NULL)
A Drsa.h138 void ossl_rsa_acvp_test_free(RSA_ACVP_TEST *t);
A Dmodes.h125 size_t t[16 / sizeof(size_t)]; member

Completed in 50 milliseconds