Home
last modified time | relevance | path

Searched refs:bitmap (Results 1 – 4 of 4) sorted by relevance

/openssl/ssl/record/methods/
H A Ddtls_meth.c46 cmp = satsub64be(seq, bitmap->max_seq_num); in dtls_record_replay_check()
52 if (shift >= sizeof(bitmap->map) * 8) in dtls_record_replay_check()
68 cmp = satsub64be(seq, bitmap->max_seq_num); in dtls_record_bitmap_update()
71 if (shift < sizeof(bitmap->map) * 8) in dtls_record_bitmap_update()
72 bitmap->map <<= shift, bitmap->map |= 1UL; in dtls_record_bitmap_update()
74 bitmap->map = 1UL; in dtls_record_bitmap_update()
78 if (shift < sizeof(bitmap->map) * 8) in dtls_record_bitmap_update()
90 return &rl->bitmap; in dtls_get_bitmap()
272 dtls_record_bitmap_update(rl, bitmap); in dtls_process_record()
384 DTLS_BITMAP *bitmap; in dtls_get_more_records() local
[all …]
H A Drecmethod_local.h353 DTLS_BITMAP bitmap; member
/openssl/doc/man3/
H A DSSL_check_chain.pod21 SSL_check_chain() returns a bitmap of flags indicating the validity of the
/openssl/
H A DCHANGES.md11862 have a single AES bit in the ciphersuite description bitmap.
11870 ciphersuite (same bitmap) from *other* protocol versions.
11880 definition to split the single 'unsigned long mask' bitmap into
13034 ciphersuite (same bitmap) from *other* protocol versions (so that

Completed in 74 milliseconds