Home
last modified time | relevance | path

Searched defs:xor (Results 1 – 3 of 3) sorted by relevance

/openssl/crypto/aria/
H A Daria.c928 const ARIA_u128 *xor, const ARIA_u128 *z) in rotnr()
946 static void rot19r(ARIA_u128 *o, const ARIA_u128 *xor, const ARIA_u128 *z) in rot19r()
955 static void rot31r(ARIA_u128 *o, const ARIA_u128 *xor, const ARIA_u128 *z) in rot31r()
964 static void rot61l(ARIA_u128 *o, const ARIA_u128 *xor, const ARIA_u128 *z) in rot61l()
973 static void rot31l(ARIA_u128 *o, const ARIA_u128 *xor, const ARIA_u128 *z) in rot31l()
982 static void rot19l(ARIA_u128 *o, const ARIA_u128 *xor, const ARIA_u128 *z) in rot19l()
/openssl/include/internal/
H A Dconstant_time.h334 uint32_t xor = *a ^ *b; in constant_time_cond_swap_32() local
354 uint64_t xor = *a ^ *b; in constant_time_cond_swap_64() local
/openssl/crypto/bn/
H A Dbn_lib.c442 int neg = 0, xor = 0, carry = 0; in bin2bn() local
540 int xor = 0, carry = 0, ext = 0; in bn2binpad() local

Completed in 21 milliseconds