/openssl/include/internal/ |
H A D | constant_time.h | 176 static ossl_inline BN_ULONG constant_time_select_bn(BN_ULONG mask, in constant_time_select_bn() 317 static ossl_inline unsigned int constant_time_select(unsigned int mask, in constant_time_select() 324 static ossl_inline size_t constant_time_select_s(size_t mask, in constant_time_select_s() 331 static ossl_inline unsigned char constant_time_select_8(unsigned char mask, in constant_time_select_8() 338 static ossl_inline int constant_time_select_int(unsigned int mask, int a, in constant_time_select_int() 344 static ossl_inline int constant_time_select_int_s(size_t mask, int a, int b) in constant_time_select_int_s() 350 static ossl_inline uint32_t constant_time_select_32(uint32_t mask, uint32_t a, in constant_time_select_32() 356 static ossl_inline uint64_t constant_time_select_64(uint64_t mask, uint64_t a, in constant_time_select_64() 372 static ossl_inline void constant_time_cond_swap_32(uint32_t mask, uint32_t *a, in constant_time_cond_swap_32() 414 static ossl_inline void constant_time_cond_swap_buff(unsigned char mask, in constant_time_cond_swap_buff() [all …]
|
/openssl/crypto/asn1/ |
H A D | a_strnid.c | 28 void ASN1_STRING_set_default_mask(unsigned long mask) in ASN1_STRING_set_default_mask() 50 unsigned long mask; in ASN1_STRING_set_default_mask_asc() local 85 unsigned long mask; in ASN1_STRING_set_by_NID() local 188 long minsize, long maxsize, unsigned long mask, in ASN1_STRING_TABLE_add()
|
H A D | a_mbstr.c | 37 int inform, unsigned long mask) in ASN1_mbstring_copy() 43 int inform, unsigned long mask, in ASN1_mbstring_ncopy()
|
H A D | a_bitstr.c | 212 unsigned char mask = i < flags_len ? ~flags[i] : 0xff; in ASN1_BIT_STRING_check() local
|
/openssl/crypto/bn/ |
H A D | rsaz_exp.h | 57 static ossl_inline void bn_select_words(BN_ULONG *r, BN_ULONG mask, in bn_select_words()
|
H A D | bn_intern.c | 27 int bit, next_bit, mask; in bn_compute_wNAF() local
|
H A D | bn_mod.c | 59 BN_ULONG carry, temp, mask, *rp, *tp = storage; in bn_mod_add_fixed_top() local 140 BN_ULONG borrow, carry, ta, tb, mask, *rp; in bn_mod_sub_fixed_top() local
|
H A D | bn_shift.c | 181 BN_ULONG l, m, mask; in bn_rshift_fixed_top() local
|
H A D | bn_lib.c | 103 BN_ULONG x, mask; in BN_num_bits_word() local 157 unsigned int mask, past_i; in bn_num_bits_consttime() local 551 size_t i, lasti, j, atop, mask; in bn2binpad() local 1155 unsigned int mask; in bn_correct_top_consttime() local
|
H A D | bn_div.c | 119 BN_ULONG Q = 0, mask; in bn_div_3_words() local
|
/openssl/ssl/record/methods/ |
H A D | tls_pad.c | 144 unsigned char mask = constant_time_ge_8_s(padding_length, i); in tls1_cbc_remove_padding_and_mac() local 195 char aux1, aux2, aux3, mask; in ssl3_cbc_copy_mac() local
|
H A D | tls13_meth.c | 365 size_t mask, bp = 0, remainder; in tls13_add_record_padding() local
|
/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_gcm_siv_polyval.c | 24 uint64_t t[2], mask; in mulx_ghash() local
|
/openssl/ssl/quic/ |
H A D | quic_wire_pkt.c | 78 unsigned char *mask) in hdr_generate_mask() 142 unsigned char mask[5], pn_len, i; in ossl_quic_hdr_protector_decrypt_fields() local 172 unsigned char mask[5], pn_len, i; in ossl_quic_hdr_protector_encrypt_fields() local
|
/openssl/crypto/rsa/ |
H A D | rsa_oaep.c | 175 unsigned int good = 0, found_one_byte, mask; in RSA_padding_check_PKCS1_OAEP_mgf1() local 350 int PKCS1_MGF1(unsigned char *mask, long len, in PKCS1_MGF1()
|
/openssl/crypto/ec/curve448/arch_64/ |
H A D | f_impl.h | 48 uint64_t mask = (1ULL << 56) - 1; in gf_weak_reduce() local
|
/openssl/crypto/ |
H A D | ctype.c | 252 int ossl_ctype_check(int c, unsigned int mask) in ossl_ctype_check()
|
H A D | cpuid.c | 112 IA32CAP mask = vec; in OPENSSL_cpuid_setup() local
|
/openssl/crypto/ec/curve448/arch_32/ |
H A D | f_impl.h | 50 uint32_t mask = (1 << 28) - 1; in gf_weak_reduce() local
|
/openssl/crypto/modes/ |
H A D | ocb128.c | 60 unsigned char mask; in ocb_double() local 216 unsigned char ktop[16], tmp[16], mask; in CRYPTO_ocb128_setiv() local
|
/openssl/crypto/poly1305/ |
H A D | poly1305.c | 220 u64 mask; in poly1305_emit() local 386 u32 mask; in poly1305_emit() local
|
H A D | poly1305_base2_44.c | 141 u64 mask; in poly1305_emit() local
|
/openssl/crypto/ec/curve448/ |
H A D | scalar.c | 228 c448_word_t mask = 0 - (a->limb[0] & 1); in ossl_curve448_scalar_halve() local
|
/openssl/crypto/ec/ |
H A D | ecp_sm2p256.c | 347 unsigned int i, index, mask = 0xff; in ecp_sm2p256_point_G_mul_by_scalar() local 384 unsigned int index, mask = 0x0f; in ecp_sm2p256_point_P_mul_by_scalar() local
|
/openssl/crypto/dh/ |
H A D | dh_key.c | 117 volatile size_t npad = 0, mask = 1; in DH_compute_key() local
|