Home
last modified time | relevance | path

Searched defs:mask (Results 1 – 25 of 50) sorted by relevance

12

/openssl/include/internal/
H A Dconstant_time.h176 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 Da_strnid.c28 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 Da_mbstr.c37 int inform, unsigned long mask) in ASN1_mbstring_copy()
43 int inform, unsigned long mask, in ASN1_mbstring_ncopy()
H A Da_bitstr.c212 unsigned char mask = i < flags_len ? ~flags[i] : 0xff; in ASN1_BIT_STRING_check() local
/openssl/crypto/bn/
H A Drsaz_exp.h57 static ossl_inline void bn_select_words(BN_ULONG *r, BN_ULONG mask, in bn_select_words()
H A Dbn_intern.c27 int bit, next_bit, mask; in bn_compute_wNAF() local
H A Dbn_mod.c59 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 Dbn_shift.c181 BN_ULONG l, m, mask; in bn_rshift_fixed_top() local
H A Dbn_lib.c103 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 Dbn_div.c119 BN_ULONG Q = 0, mask; in bn_div_3_words() local
/openssl/ssl/record/methods/
H A Dtls_pad.c144 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 Dtls13_meth.c365 size_t mask, bp = 0, remainder; in tls13_add_record_padding() local
/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_siv_polyval.c24 uint64_t t[2], mask; in mulx_ghash() local
/openssl/ssl/quic/
H A Dquic_wire_pkt.c78 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 Drsa_oaep.c175 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 Df_impl.h48 uint64_t mask = (1ULL << 56) - 1; in gf_weak_reduce() local
/openssl/crypto/
H A Dctype.c252 int ossl_ctype_check(int c, unsigned int mask) in ossl_ctype_check()
H A Dcpuid.c112 IA32CAP mask = vec; in OPENSSL_cpuid_setup() local
/openssl/crypto/ec/curve448/arch_32/
H A Df_impl.h50 uint32_t mask = (1 << 28) - 1; in gf_weak_reduce() local
/openssl/crypto/modes/
H A Docb128.c60 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 Dpoly1305.c220 u64 mask; in poly1305_emit() local
386 u32 mask; in poly1305_emit() local
H A Dpoly1305_base2_44.c141 u64 mask; in poly1305_emit() local
/openssl/crypto/ec/curve448/
H A Dscalar.c228 c448_word_t mask = 0 - (a->limb[0] & 1); in ossl_curve448_scalar_halve() local
/openssl/crypto/ec/
H A Decp_sm2p256.c347 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 Ddh_key.c117 volatile size_t npad = 0, mask = 1; in DH_compute_key() local

Completed in 58 milliseconds

12