Searched refs:swap (Results 1 – 11 of 11) sorted by relevance
/openssl/crypto/perlasm/ |
H A D | cbc.pl | 126 &bswap("eax") if $swap; 127 &bswap("ebx") if $swap; 137 &bswap("eax") if $swap; 138 &bswap("ebx") if $swap; 196 &bswap("eax") if $swap; 197 &bswap("ebx") if $swap; 207 &bswap("eax") if $swap; 208 &bswap("ebx") if $swap; 229 &bswap("eax") if $swap; 230 &bswap("ebx") if $swap; [all …]
|
H A D | x86_64-xlate.pl | 621 pick => 0x15, swap => 0x16,
|
/openssl/crypto/ec/curve448/ |
H A D | field.h | 159 static ossl_inline void gf_cond_swap(gf x, gf_s * RESTRICT y, mask_t swap) in gf_cond_swap() argument 165 constant_time_cond_swap_32(swap, &(x[0].limb[i]), &(y->limb[i])); in gf_cond_swap() 168 constant_time_cond_swap_64(swap, &(x[0].limb[i]), &(y->limb[i])); in gf_cond_swap()
|
H A D | curve448.c | 393 mask_t swap = 0; in ossl_x448_int() local 415 swap ^= k_t; in ossl_x448_int() 416 gf_cond_swap(x2, x3, swap); in ossl_x448_int() 417 gf_cond_swap(z2, z3, swap); in ossl_x448_int() 418 swap = k_t; in ossl_x448_int() 448 gf_cond_swap(x2, x3, swap); in ossl_x448_int() 449 gf_cond_swap(z2, z3, swap); in ossl_x448_int()
|
/openssl/doc/man3/ |
H A D | OPENSSL_malloc.pod | 145 If no allocations have been done, it is possible to "swap out" the default 153 While it's permitted to swap out only a few and not all the functions 154 with CRYPTO_set_mem_functions(), it's recommended to swap them all out
|
/openssl/crypto/ec/ |
H A D | curve25519.c | 216 unsigned swap = 0; in x25519_scalar_mulx() local 232 swap ^= b; in x25519_scalar_mulx() 233 fe64_cswap(x2, x3, swap); in x25519_scalar_mulx() 234 fe64_cswap(z2, z3, swap); in x25519_scalar_mulx() 235 swap = b; in x25519_scalar_mulx() 701 unsigned swap = 0; in x25519_scalar_mult() local 724 swap ^= b; in x25519_scalar_mult() 727 swap = b; in x25519_scalar_mult() 4377 unsigned swap = 0; in x25519_scalar_mult_generic() local 4392 swap ^= b; in x25519_scalar_mult_generic() [all …]
|
/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_xts_s390x.inc | 146 /* swap NAP for decrypt */
|
/openssl/crypto/ |
H A D | sparccpuid.S | 203 swap [%i0],%i2 216 .word 0xd7e2100a !cas [%o0],%o2,%o3, compare [%o0] with %o2 and swap %o3
|
/openssl/include/openssl/ |
H A D | bn.h | 359 void BN_consttime_swap(BN_ULONG swap, BIGNUM *a, BIGNUM *b, int nwords);
|
/openssl/crypto/err/ |
H A D | openssl.txt | 128 ASYNC_R_FAILED_TO_SWAP_CONTEXT:102:failed to swap context
|
/openssl/ |
H A D | CHANGES.md | 15770 be read through on certain media, for example a swap space on disk.
|
Completed in 150 milliseconds