| /include/internal/ |
| A D | time.h | 70 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 D | quic_thread_assist.h | 48 CRYPTO_THREAD *t; member
|
| A D | sockets.h | 61 # define socket(d,t,p) ((int)socket(d,t,p)) argument
|
| /include/openssl/ |
| A D | byteorder.h | 204 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 D | safestack.h.in | 201 # 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 D | asn1.h.in | 466 * 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 D | opensslv.h.in | 36 * These are also part of the new version scheme, but aren't part
|
| A D | x509_vfy.h.in | 119 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 D | ui.h.in | 92 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 D | ssl.h.in | 357 /* 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 D | bio.h.in | 235 * 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 D | asn1t.h.in | 500 # 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 D | conf.h.in | 108 * that wasn't the case, the above functions would have been replaced
|
| A D | x509.h.in | 169 * 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 D | pkcs7.h.in | 346 int PKCS7_add0_attrib_signing_time(PKCS7_SIGNER_INFO *si, ASN1_TIME *t);
|
| A D | cmp.h.in | 181 * -- you don't get it, more information elsewhere in the message
|
| A D | crypto.h.in | 279 * This function cleans up all "ex_data" state. It mustn't be called under
|
| A D | evp.h | 921 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 D | ml_kem.h | 184 struct ossl_ml_kem_scalar_st *t; /* Public key vector */ member 207 # define ossl_ml_kem_have_pubkey(key) ((key)->t != NULL)
|
| A D | rsa.h | 138 void ossl_rsa_acvp_test_free(RSA_ACVP_TEST *t);
|
| A D | modes.h | 125 size_t t[16 / sizeof(size_t)]; member
|