Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 25 of 32) sorted by relevance

12

/openssl/test/
H A Dgmdifftest.c22 static int check_time(long offset) in check_time()
50 static int test_gmtime(int offset) in test_gmtime()
H A Decdsatest.c191 unsigned char dirt, offset, tbs[128]; in test_builtin() local
H A Dbio_dgram_test.c456 static int random_data(const uint32_t *key, uint8_t *data, size_t data_len, size_t offset) in random_data()
/openssl/ssl/quic/
H A Dquic_rstream.c58 uint64_t offset, in ossl_quic_rstream_queue_data()
82 uint64_t offset = 0; in read_internal() local
234 uint64_t offset; in ossl_quic_rstream_release_record() local
/openssl/include/internal/
H A Dquic_sf_list.h49 uint64_t offset; member
H A Dquic_wire.h170 uint64_t offset; /* Logical offset in stream */ member
191 uint64_t offset; /* Logical offset in stream */ member
/openssl/crypto/asn1/
H A Dasn1_parse.c22 static int asn1_print_info(BIO *bp, long offset, int depth, int hl, long len, in asn1_print_info()
95 int offset, int depth, int indent, int dump) in asn1_parse2()
H A Dtasn_utl.c23 #define offset2ptr(addr, offset) (void *)(((char *) addr) + offset) argument
H A Da_time.c218 int offset = 0; in ossl_asn1_time_to_tm() local
/openssl/crypto/sha/
H A Dkeccak1600.c52 #define ROL32(a, offset) (((a) << (offset)) | ((a) >> ((32 - (offset)) & 31))) argument
54 static uint64_t ROL64(uint64_t val, int offset) in ROL64()
/openssl/crypto/txt_db/
H A Dtxt_db.c26 int offset = 0; in TXT_DB_read() local
/openssl/crypto/err/
H A Derr_prn.c31 int offset; in ERR_print_errors_cb() local
/openssl/apps/
H A Dasn1parse.c73 int offset = 0, ret = 1, i, j; in asn1parse_main() local
/openssl/ssl/record/methods/
H A Dtls13_meth.c92 size_t nonce_len, offset, loop, hdrlen, taglen; in tls13_cipher() local
H A Drecmethod_local.h36 size_t offset; member
/openssl/crypto/cmp/
H A Dcmp_genm.c118 size_t offset = strlen(name); in get_genm_itav() local
/openssl/crypto/bn/
H A Dbn_ctx.c353 unsigned int offset = (p->used - 1) % BN_CTX_POOL_SIZE; in BN_POOL_release() local
/openssl/providers/implementations/ciphers/
H A Dciphercommon_gcm.c395 static int gcm_iv_generate(PROV_GCM_CTX *ctx, int offset) in gcm_iv_generate()
/openssl/crypto/dso/
H A Ddso_win32.c301 int len = 0, offset = 0; in win32_joiner() local
/openssl/crypto/bio/
H A Dbss_bio.c66 size_t offset; /* valid iff buf != NULL; 0 if len == 0 */ member
H A Dbss_dgram_pair.c141 size_t offset = nbytes - r->len; in ring_buf_resize() local
/openssl/ssl/statem/
H A Dextensions.c464 size_t i, num_exts, builtin_num = OSSL_NELEM(ext_defs), offset; in tls_validate_all_contexts() local
526 size_t offset = 0; in verify_extension() local
/openssl/crypto/x509/
H A Dv3_ncons.c94 #define IA5_OFFSET_LEN(ia5base, offset) \ argument
/openssl/include/crypto/
H A Dmodes.h209 OCB_BLOCK offset; member
/openssl/include/openssl/
H A Dasn1t.h.in493 unsigned long offset; /* Offset of this field in structure */ member
508 unsigned long offset; /* Offset of selector field */ member

Completed in 126 milliseconds

12