/openssl/test/ |
H A D | gmdifftest.c | 22 static int check_time(long offset) in check_time() 50 static int test_gmtime(int offset) in test_gmtime()
|
H A D | ecdsatest.c | 191 unsigned char dirt, offset, tbs[128]; in test_builtin() local
|
H A D | bio_dgram_test.c | 456 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 D | quic_rstream.c | 58 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 D | quic_sf_list.h | 49 uint64_t offset; member
|
H A D | quic_wire.h | 170 uint64_t offset; /* Logical offset in stream */ member 191 uint64_t offset; /* Logical offset in stream */ member
|
/openssl/crypto/asn1/ |
H A D | asn1_parse.c | 22 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 D | tasn_utl.c | 23 #define offset2ptr(addr, offset) (void *)(((char *) addr) + offset) argument
|
H A D | a_time.c | 218 int offset = 0; in ossl_asn1_time_to_tm() local
|
/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_xts.h | 51 size_t offset; member
|
H A D | ciphercommon_gcm.c | 398 static int gcm_iv_generate(PROV_GCM_CTX *ctx, int offset) in gcm_iv_generate()
|
/openssl/crypto/sha/ |
H A D | keccak1600.c | 54 #define ROL32(a, offset) (((a) << (offset)) | ((a) >> ((32 - (offset)) & 31))) argument 56 static uint64_t ROL64(uint64_t val, int offset) in ROL64()
|
/openssl/crypto/txt_db/ |
H A D | txt_db.c | 26 int offset = 0; in TXT_DB_read() local
|
/openssl/crypto/err/ |
H A D | err_prn.c | 31 int offset; in ERR_print_errors_cb() local
|
/openssl/apps/ |
H A D | asn1parse.c | 73 int offset = 0, ret = 1, i, j; in asn1parse_main() local
|
/openssl/ssl/record/methods/ |
H A D | tls13_meth.c | 92 size_t nonce_len, offset, loop, hdrlen, taglen; in tls13_cipher() local
|
/openssl/crypto/cmp/ |
H A D | cmp_genm.c | 118 size_t offset = strlen(name); in get_genm_itav() local
|
/openssl/crypto/bn/ |
H A D | bn_ctx.c | 353 unsigned int offset = (p->used - 1) % BN_CTX_POOL_SIZE; in BN_POOL_release() local
|
/openssl/crypto/bio/ |
H A D | bss_bio.c | 66 size_t offset; /* valid iff buf != NULL; 0 if len == 0 */ member
|
H A D | bss_dgram_pair.c | 141 size_t offset = nbytes - r->len; in ring_buf_resize() local
|
/openssl/crypto/dso/ |
H A D | dso_win32.c | 301 int len = 0, offset = 0; in win32_joiner() local
|
/openssl/ssl/statem/ |
H A D | extensions.c | 466 size_t i, num_exts, builtin_num = OSSL_NELEM(ext_defs), offset; in tls_validate_all_contexts() local 528 size_t offset = 0; in verify_extension() local
|
/openssl/crypto/x509/ |
H A D | v3_ncons.c | 94 #define IA5_OFFSET_LEN(ia5base, offset) \ argument
|
/openssl/include/crypto/ |
H A D | modes.h | 209 OCB_BLOCK offset; member
|
/openssl/include/openssl/ |
H A D | asn1t.h.in | 493 unsigned long offset; /* Offset of this field in structure */ member 508 unsigned long offset; /* Offset of selector field */ member
|