Home
last modified time | relevance | path

Searched refs:mac_started (Results 1 – 25 of 43) sorted by relevance

12

/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/ssl/record/
H A Dtls_pad.c278 size_t mac_started = constant_time_eq_s(i, mac_start); in ssl3_cbc_copy_mac() local
282 in_mac |= mac_started; in ssl3_cbc_copy_mac()
284 rotate_offset |= j & mac_started; in ssl3_cbc_copy_mac()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/ssl/record/
H A Dtls_pad.c278 size_t mac_started = constant_time_eq_s(i, mac_start); in ssl3_cbc_copy_mac() local
282 in_mac |= mac_started; in ssl3_cbc_copy_mac()
284 rotate_offset |= j & mac_started; in ssl3_cbc_copy_mac()
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/ssl/record/
H A Dtls_pad.c278 size_t mac_started = constant_time_eq_s(i, mac_start); in ssl3_cbc_copy_mac() local
282 in_mac |= mac_started; in ssl3_cbc_copy_mac()
284 rotate_offset |= j & mac_started; in ssl3_cbc_copy_mac()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/ssl/record/
H A Dtls_pad.c278 size_t mac_started = constant_time_eq_s(i, mac_start); in ssl3_cbc_copy_mac() local
282 in_mac |= mac_started; in ssl3_cbc_copy_mac()
284 rotate_offset |= j & mac_started; in ssl3_cbc_copy_mac()
/dports/security/openssl-devel/openssl-3.0.2/ssl/record/
H A Dtls_pad.c276 size_t mac_started = constant_time_eq_s(i, mac_start); in ssl3_cbc_copy_mac() local
280 in_mac |= mac_started; in ssl3_cbc_copy_mac()
282 rotate_offset |= j & mac_started; in ssl3_cbc_copy_mac()
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/ssl/record/
H A Dtls_pad.c276 size_t mac_started = constant_time_eq_s(i, mac_start); in ssl3_cbc_copy_mac() local
280 in_mac |= mac_started; in ssl3_cbc_copy_mac()
282 rotate_offset |= j & mac_started; in ssl3_cbc_copy_mac()
/dports/devel/pecl-grpc/grpc-1.42.0/third_party/boringssl-with-bazel/src/crypto/cipher_extra/
H A Dtls_cbc.c138 uint8_t mac_started = 0; in EVP_tls_cbc_copy_mac() local
145 mac_started |= is_mac_start; in EVP_tls_cbc_copy_mac()
147 rotated_mac[j] |= in[i] & mac_started & ~mac_ended; in EVP_tls_cbc_copy_mac()
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/boringssl-with-bazel/src/crypto/cipher_extra/
H A Dtls_cbc.c138 uint8_t mac_started = 0; in EVP_tls_cbc_copy_mac() local
145 mac_started |= is_mac_start; in EVP_tls_cbc_copy_mac()
147 rotated_mac[j] |= in[i] & mac_started & ~mac_ended; in EVP_tls_cbc_copy_mac()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/boringssl/src/crypto/cipher_extra/
H A Dtls_cbc.c147 uint8_t mac_started = 0; in EVP_tls_cbc_copy_mac() local
154 mac_started |= is_mac_start; in EVP_tls_cbc_copy_mac()
156 rotated_mac[j] |= in[i] & mac_started & ~mac_ended; in EVP_tls_cbc_copy_mac()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/boringssl/src/crypto/cipher_extra/
H A Dtls_cbc.c146 uint8_t mac_started = 0; in EVP_tls_cbc_copy_mac() local
153 mac_started |= is_mac_start; in EVP_tls_cbc_copy_mac()
155 rotated_mac[j] |= in[i] & mac_started & ~mac_ended; in EVP_tls_cbc_copy_mac()
/dports/net/quiche/quiche-0.9.0/cargo-crates/boring-sys-1.1.1/deps/boringssl/src/crypto/cipher_extra/
H A Dtls_cbc.c147 uint8_t mac_started = 0; in EVP_tls_cbc_copy_mac() local
154 mac_started |= is_mac_start; in EVP_tls_cbc_copy_mac()
156 rotated_mac[j] |= in[i] & mac_started & ~mac_ended; in EVP_tls_cbc_copy_mac()
/dports/net/quiche/quiche-0.9.0/deps/boringssl/src/crypto/cipher_extra/
H A Dtls_cbc.c147 uint8_t mac_started = 0; in EVP_tls_cbc_copy_mac() local
154 mac_started |= is_mac_start; in EVP_tls_cbc_copy_mac()
156 rotated_mac[j] |= in[i] & mac_started & ~mac_ended; in EVP_tls_cbc_copy_mac()
/dports/security/boringssl/boringssl-6a71840/crypto/cipher_extra/
H A Dtls_cbc.c146 uint8_t mac_started = 0; in EVP_tls_cbc_copy_mac() local
153 mac_started |= is_mac_start; in EVP_tls_cbc_copy_mac()
155 rotated_mac[j] |= in[i] & mac_started & ~mac_ended; in EVP_tls_cbc_copy_mac()
/dports/lang/mono/mono-5.10.1.57/external/boringssl/crypto/cipher/
H A Dtls_cbc.c246 uint8_t mac_started = constant_time_ge_8(i, mac_start); in EVP_tls_cbc_copy_mac() local
249 rotated_mac[j++] |= b & mac_started & ~mac_ended; in EVP_tls_cbc_copy_mac()
/dports/security/libressl-static/libressl-3.3.5/ssl/
H A Ds3_cbc.c238 unsigned char mac_started = constant_time_ge(i, mac_start); in ssl3_cbc_copy_mac() local
241 rotated_mac[j++] |= b & mac_started & ~mac_ended; in ssl3_cbc_copy_mac()
/dports/security/libressl/libressl-3.4.3/ssl/
H A Ds3_cbc.c238 unsigned char mac_started = constant_time_ge(i, mac_start); in pqueue_next()
241 rotated_mac[j++] |= b & mac_started & ~mac_ended; in pqueue_next()
/dports/emulators/citra/citra-ac98458e0/externals/libressl/ssl/
H A Ds3_cbc.c240 unsigned char mac_started = constant_time_ge(i, mac_start); in ssl3_cbc_copy_mac() local
243 rotated_mac[j++] |= b & mac_started & ~mac_ended; in ssl3_cbc_copy_mac()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/libressl/ssl/
H A Ds3_cbc.c240 unsigned char mac_started = constant_time_ge(i, mac_start); in ssl3_cbc_copy_mac() local
243 rotated_mac[j++] |= b & mac_started & ~mac_ended; in ssl3_cbc_copy_mac()
/dports/www/obhttpd/libressl-3.4.1/ssl/
H A Ds3_cbc.c238 unsigned char mac_started = constant_time_ge(i, mac_start); in ssl3_cbc_copy_mac() local
241 rotated_mac[j++] |= b & mac_started & ~mac_ended; in ssl3_cbc_copy_mac()
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/openssl/ssl/
H A Ds3_cbc.c272 unsigned char mac_started = constant_time_ge_8(i, mac_start); in ssl3_cbc_copy_mac() local
275 rotated_mac[j++] |= b & mac_started & ~mac_ended; in ssl3_cbc_copy_mac()
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/openssl/ssl/
H A Ds3_cbc.c272 unsigned char mac_started = constant_time_ge_8(i, mac_start); in ssl3_cbc_copy_mac() local
275 rotated_mac[j++] |= b & mac_started & ~mac_ended; in ssl3_cbc_copy_mac()
/dports/security/openssl-unsafe/openssl-c9ba19c/ssl/
H A Ds3_cbc.c272 unsigned char mac_started = constant_time_ge_8(i, mac_start); in ssl3_cbc_copy_mac() local
275 rotated_mac[j++] |= b & mac_started & ~mac_ended; in ssl3_cbc_copy_mac()
/dports/security/openssl-legacy-static/openssl-1.0.2u/ssl/
H A Ds3_cbc.c272 unsigned char mac_started = constant_time_ge_8(i, mac_start); in ssl3_cbc_copy_mac() local
275 rotated_mac[j++] |= b & mac_started & ~mac_ended; in ssl3_cbc_copy_mac()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/ssl/record/
H A Dssl3_record.c1569 size_t mac_started = constant_time_eq_s(i, mac_start); in ssl3_cbc_copy_mac() local
1573 in_mac |= mac_started; in ssl3_cbc_copy_mac()
1575 rotate_offset |= j & mac_started; in ssl3_cbc_copy_mac()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/ssl/record/
H A Dssl3_record.c1569 size_t mac_started = constant_time_eq_s(i, mac_start); in ssl3_cbc_copy_mac() local
1573 in_mac |= mac_started; in ssl3_cbc_copy_mac()
1575 rotate_offset |= j & mac_started; in ssl3_cbc_copy_mac()

12