/openssl-master/providers/implementations/digests/ |
A D | blake2_impl.h | 25 uint32_t w; in load32() local 29 uint32_t w = ((uint32_t)src[0]) in load32() local 42 uint64_t w; in load64() local 46 uint64_t w = ((uint64_t)src[0]) in load64() local 58 static ossl_inline void store32(uint8_t *dst, uint32_t w) in store32() 73 static ossl_inline void store64(uint8_t *dst, uint64_t w) in store64() 90 uint64_t w = ((uint64_t)src[0]) in load48() local 99 static ossl_inline void store48(uint8_t *dst, uint64_t w) in store48() 110 static ossl_inline uint32_t rotr32(const uint32_t w, const unsigned int c) in rotr32() 115 static ossl_inline uint64_t rotr64(const uint64_t w, const unsigned int c) in rotr64()
|
/openssl-master/crypto/bn/ |
A D | bn_word.c | 13 BN_ULONG BN_mod_word(const BIGNUM *a, BN_ULONG w) in BN_mod_word() 61 BN_ULONG BN_div_word(BIGNUM *a, BN_ULONG w) in BN_div_word() 98 int BN_add_word(BIGNUM *a, BN_ULONG w) in BN_add_word() 134 int BN_sub_word(BIGNUM *a, BN_ULONG w) in BN_sub_word() 181 int BN_mul_word(BIGNUM *a, BN_ULONG w) in BN_mul_word()
|
A D | bn_prime.c | 236 int BN_is_prime_fasttest_ex(const BIGNUM *w, int checks, BN_CTX *ctx, in BN_is_prime_fasttest_ex() 244 int ossl_bn_check_prime(const BIGNUM *w, int checks, BN_CTX *ctx, in ossl_bn_check_prime() 266 static int bn_is_prime_int(const BIGNUM *w, int checks, BN_CTX *ctx, in bn_is_prime_int() 337 int ossl_bn_miller_rabin_is_prime(const BIGNUM *w, int iterations, BN_CTX *ctx, in ossl_bn_miller_rabin_is_prime()
|
A D | bn_gf2m.c | 25 # define SQR_nibble(w) ((((w) & 8) << 3) \ argument 33 # define SQR1(w) \ argument 38 # define SQR0(w) \ argument 45 # define SQR1(w) \ argument 48 # define SQR0(w) \ argument 1006 BIGNUM *a, *z, *rho, *w, *w2, *tmp; in BN_GF2m_mod_solve_quad_arr() local
|
A D | bn_local.h | 478 # define mul_add(r,a,w,c) { \ argument 485 # define mul(r,a,w,c) { \ argument 500 # define mul_add(r,a,w,c) { \ argument 512 # define mul(r,a,w,c) { \ argument 527 # define mul_add(r,a,w,c) { \ argument 540 # define mul(r,a,w,c) { \ argument
|
A D | bn_intern.c | 22 signed char *bn_compute_wNAF(const BIGNUM *scalar, int w, size_t *ret_len) in bn_compute_wNAF()
|
A D | bn_asm.c | 18 BN_ULONG w) in bn_mul_add_words() 47 BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) in bn_mul_words() 104 BN_ULONG w) in bn_mul_add_words() 136 BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) in bn_mul_words()
|
A D | bn_exp.c | 1132 BN_ULONG w, next_w; in BN_mod_exp_mont_word() local 1135 #define BN_MOD_MUL_WORD(r, w, m) \ in BN_mod_exp_mont_word() argument 1149 #define BN_TO_MONTGOMERY_WORD(r, w, mont) \ in BN_mod_exp_mont_word() argument
|
A D | bn_lib.c | 420 int BN_set_word(BIGNUM *a, BN_ULONG w) in BN_set_word() 741 int b, w; in BN_mask_bits() local 917 int BN_abs_is_word(const BIGNUM *a, const BN_ULONG w) in BN_abs_is_word() 932 int BN_is_word(const BIGNUM *a, const BN_ULONG w) in BN_is_word()
|
/openssl-master/util/ |
A D | check-format-test-negatives.c | 222 w = 0 enumerator 226 w = 0 enumerator 229 w = 0 enumerator 234 w = 0 enumerator 240 w = 0 enumerator 243 w = 0 enumerator
|
A D | check-format-test-positives.c | 55 enum { /*@1 extra space in comment, reported unless sloppy-spc */
|
/openssl-master/crypto/ripemd/ |
A D | rmd_local.h | 64 #define RIP1(a,b,c,d,e,w,s) { \ argument 69 #define RIP2(a,b,c,d,e,w,s,K) { \ argument 74 #define RIP3(a,b,c,d,e,w,s,K) { \ argument 79 #define RIP4(a,b,c,d,e,w,s,K) { \ argument 84 #define RIP5(a,b,c,d,e,w,s,K) { \ argument
|
/openssl-master/crypto/aes/ |
A D | aes_core.c | 65 u32 w[2]; member 73 static void XtimeWord(u32 *w) in XtimeWord() 86 static void XtimeLong(u64 *w) in XtimeLong() 145 static void SubWord(u32 *w) in SubWord() 236 static void SubLong(u64 *w) in SubLong() 330 static void InvSubLong(u64 *w) in InvSubLong() 527 static void AddRoundKey(u64 *state, const u64 *w) in AddRoundKey() 534 const u64 *w, int nr) in Cipher() 560 const u64 *w, int nr) in InvCipher() 599 static void KeyExpansion(const unsigned char *key, u64 *w, in KeyExpansion()
|
/openssl-master/crypto/asn1/ |
A D | a_bitstr.c | 148 int w, v, iv; in ASN1_BIT_STRING_set_bit() local 183 int w, v; in ASN1_BIT_STRING_get_bit() local
|
/openssl-master/crypto/ec/ |
A D | ec_mult.c | 42 size_t w; /* window size */ member 285 #define EC_POINT_CSWAP(c, a, b, w, t) do { \ in ossl_ec_scalar_mul_ladder() argument 793 signed char **w; in ossl_ec_wNAF_mul() local 835 size_t i, bits, w, pre_points_per_block, blocksize, numblocks, num; in ossl_ec_wNAF_precompute_mult() local
|
A D | ecp_nistz256.c | 69 size_t w; /* Window size */ member 827 size_t w; in ecp_nistz256_mult_precompute() local
|
/openssl-master/providers/implementations/macs/ |
A D | kmac_prov.c | 246 int w = EVP_MD_get_block_size(digest); in kmac_setkey() local 538 const unsigned char *in2, size_t in2_len, size_t w) in bytepad() 583 size_t w) in kmac_bytepad_encode_key()
|
/openssl-master/providers/implementations/include/prov/ |
A D | ciphercommon_gcm.h | 28 unsigned int w; member 40 unsigned int w[4]; member
|
/openssl-master/crypto/bn/asm/ |
A D | x86_64-gcc.c | 111 BN_ULONG w) in bn_mul_add_words() 141 BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) in bn_mul_words()
|
/openssl-master/crypto/sha/ |
A D | keccak1600.c | 1071 size_t i, w = r / 8; in SHA3_absorb() local 1099 size_t i, w = r / 8; in SHA3_squeeze() local
|
/openssl-master/crypto/ |
A D | punycode.c | 151 unsigned int w = 1; in ossl_punycode_decode() local
|
/openssl-master/crypto/ec/curve448/ |
A D | field.h | 122 static ossl_inline void gf_mulw(gf c, const gf a, int32_t w) in gf_mulw()
|
/openssl-master/providers/implementations/encode_decode/ |
A D | decode_pem2der.c | 75 static int pem2der_pass_helper(char *buf, int num, int w, void *data) in pem2der_pass_helper()
|
/openssl-master/test/testutil/ |
A D | tests.c | 414 const BIGNUM *a, BN_ULONG w) in test_BN_eq_word() 428 const char *ws, const BIGNUM *a, BN_ULONG w) in test_BN_abs_eq_word()
|
/openssl-master/test/ |
A D | bioprinttest.c | 174 const char *w; member
|