Searched refs:w1 (Results 1 – 5 of 5) sorted by relevance
/openssl/crypto/aria/ |
H A D | aria.c | 579 w1[2] = w1[3] = 0; in ossl_aria_set_encrypt_key() 583 w1[0] = w1[1] = w1[2] = w1[3] = 0; in ossl_aria_set_encrypt_key() 586 w1[0] ^= reg0; in ossl_aria_set_encrypt_key() 587 w1[1] ^= reg1; in ossl_aria_set_encrypt_key() 588 w1[2] ^= reg2; in ossl_aria_set_encrypt_key() 589 w1[3] ^= reg3; in ossl_aria_set_encrypt_key() 591 reg0 = w1[0]; in ossl_aria_set_encrypt_key() 592 reg1 = w1[1]; in ossl_aria_set_encrypt_key() 593 reg2 = w1[2]; in ossl_aria_set_encrypt_key() 594 reg3 = w1[3]; in ossl_aria_set_encrypt_key() [all …]
|
/openssl/crypto/bn/ |
H A D | bn_prime.c | 351 BIGNUM *g, *w1, *w3, *x, *m, *z, *b; in ossl_bn_miller_rabin_is_prime() local 360 w1 = BN_CTX_get(ctx); in ossl_bn_miller_rabin_is_prime() 369 && BN_copy(w1, w) in ossl_bn_miller_rabin_is_prime() 370 && BN_sub_word(w1, 1) in ossl_bn_miller_rabin_is_prime() 382 while (!BN_is_bit_set(w1, a)) in ossl_bn_miller_rabin_is_prime() 385 if (!BN_rshift(m, w1, a)) in ossl_bn_miller_rabin_is_prime() 418 if (BN_is_one(z) || BN_cmp(z, w1) == 0) in ossl_bn_miller_rabin_is_prime() 426 if (BN_cmp(z, w1) == 0) in ossl_bn_miller_rabin_is_prime() 467 BN_clear(w1); in ossl_bn_miller_rabin_is_prime()
|
/openssl/crypto/aes/asm/ |
H A D | bsaes-armv8.pl | 1512 ldr w1, [x23, #240] // get # of rounds 1861 ldrb w1, [x21, #-0x10] 1863 strb w1, [x21], #1
|
/openssl/test/ |
H A D | quic_multistream_test.c | 315 #define OP_SET_INJECT_WORD(w0, w1) \ argument 316 {OPK_SET_INJECT_WORD, NULL, (w0), NULL, NULL, (w1), NULL},
|
/openssl/ |
H A D | CHANGES.md | 10321 *Jouni Malinen <j@w1.fi>*
|
Completed in 70 milliseconds