Home
last modified time | relevance | path

Searched refs:swap (Results 1 – 10 of 10) sorted by relevance

/openssl-master/crypto/perlasm/
A Dcbc.pl126 &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 …]
A Dx86_64-xlate.pl557 pick => 0x15, swap => 0x16,
/openssl-master/crypto/ec/curve448/
A Dfield.h159 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()
A Dcurve448.c392 mask_t swap = 0; in ossl_x448_int() local
414 swap ^= k_t; in ossl_x448_int()
415 gf_cond_swap(x2, x3, swap); in ossl_x448_int()
416 gf_cond_swap(z2, z3, swap); in ossl_x448_int()
417 swap = k_t; in ossl_x448_int()
447 gf_cond_swap(x2, x3, swap); in ossl_x448_int()
448 gf_cond_swap(z2, z3, swap); in ossl_x448_int()
/openssl-master/doc/man3/
A DOPENSSL_malloc.pod120 If no allocations have been done, it is possible to "swap out" the default
128 While it's permitted to swap out only a few and not all the functions
129 with CRYPTO_set_mem_functions(), it's recommended to swap them all out
/openssl-master/crypto/ec/
A Dcurve25519.c216 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()
4382 unsigned swap = 0; in x25519_scalar_mult_generic() local
4397 swap ^= b; in x25519_scalar_mult_generic()
[all …]
/openssl-master/crypto/
A Dsparccpuid.S203 swap [%i0],%i2
216 .word 0xd7e2100a !cas [%o0],%o2,%o3, compare [%o0] with %o2 and swap %o3
/openssl-master/include/openssl/
A Dbn.h352 void BN_consttime_swap(BN_ULONG swap, BIGNUM *a, BIGNUM *b, int nwords);
/openssl-master/crypto/err/
A Dopenssl.txt126 ASYNC_R_FAILED_TO_SWAP_CONTEXT:102:failed to swap context
/openssl-master/
A DCHANGES.md13831 be read through on certain media, for example a swap space on disk.

Completed in 40 milliseconds