Home
last modified time | relevance | path

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

/openssl/crypto/perlasm/
H 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 …]
H A Dx86_64-xlate.pl621 pick => 0x15, swap => 0x16,
/openssl/crypto/ec/curve448/
H 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()
H A Dcurve448.c393 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 DOPENSSL_malloc.pod145 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 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()
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 Dcipher_aes_xts_s390x.inc146 /* swap NAP for decrypt */
/openssl/crypto/
H A Dsparccpuid.S203 swap [%i0],%i2
216 .word 0xd7e2100a !cas [%o0],%o2,%o3, compare [%o0] with %o2 and swap %o3
/openssl/include/openssl/
H A Dbn.h359 void BN_consttime_swap(BN_ULONG swap, BIGNUM *a, BIGNUM *b, int nwords);
/openssl/crypto/err/
H A Dopenssl.txt128 ASYNC_R_FAILED_TO_SWAP_CONTEXT:102:failed to swap context
/openssl/
H A DCHANGES.md15770 be read through on certain media, for example a swap space on disk.

Completed in 87 milliseconds