Home
last modified time | relevance | path

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

/openssl/test/helpers/
H A Dnoisydgrambio.c228 int *should_drop, uint16_t *flip, size_t *flip_offset) in get_noise() argument
232 *flip = 0; in get_noise()
270 *flip = (test_random() % 255 + 1) << (test_random() % 8); in get_noise()
279 static void flip_bits(unsigned char *msg, size_t msg_len, uint16_t flip, in flip_bits() argument
282 if (flip == 0) in flip_bits()
298 msg[flip_offset] ^= flip >> 8; in flip_bits()
299 msg[flip_offset + 1] ^= flip & 0xff; in flip_bits()
366 uint16_t flip; in noisy_dgram_recvmmsg() local
394 &reinject, &should_drop, &flip, &flip_offset); in noisy_dgram_recvmmsg()
407 flip = 0; in noisy_dgram_recvmmsg()
[all …]
/openssl/doc/internal/man7/
H A DEVP_PKEY.pod87 It's possible to flip the ECDH cofactor mode.
/openssl/crypto/
H A Dsparccpuid.S563 xor %g1,4,%g1 ! flip zero flag
/openssl/crypto/aes/asm/
H A Dbsaes-armv8.pl1318 // to flip byte order in 32-bit counter

Completed in 26 milliseconds