Home
last modified time | relevance | path

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

12

/openssl/include/internal/
H A Dconstant_time.h276 static ossl_inline unsigned int constant_time_select(unsigned int mask, in constant_time_select()
283 static ossl_inline size_t constant_time_select_s(size_t mask, in constant_time_select_s()
290 static ossl_inline unsigned char constant_time_select_8(unsigned char mask, in constant_time_select_8()
297 static ossl_inline int constant_time_select_int(unsigned int mask, int a, in constant_time_select_int()
303 static ossl_inline int constant_time_select_int_s(size_t mask, int a, int b) in constant_time_select_int_s()
309 static ossl_inline uint32_t constant_time_select_32(uint32_t mask, uint32_t a, in constant_time_select_32()
315 static ossl_inline uint64_t constant_time_select_64(uint64_t mask, uint64_t a, in constant_time_select_64()
331 static ossl_inline void constant_time_cond_swap_32(uint32_t mask, uint32_t *a, in constant_time_cond_swap_32()
351 static ossl_inline void constant_time_cond_swap_64(uint64_t mask, uint64_t *a, in constant_time_cond_swap_64()
373 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
186 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.c208 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_nist.c341 PTR_SIZE_INT mask; in BN_nist_mod_192() local
482 PTR_SIZE_INT mask; in BN_nist_mod_224() local
663 PTR_SIZE_INT mask; in BN_nist_mod_256() local
909 PTR_SIZE_INT mask; in BN_nist_mod_384() local
1171 PTR_SIZE_INT mask; in BN_nist_mod_521() local
H A Dbn_mod.c53 BN_ULONG carry, temp, mask, *rp, *tp = storage; in bn_mod_add_fixed_top() local
136 BN_ULONG borrow, carry, ta, tb, mask, *rp; in bn_mod_sub_fixed_top() local
H A Dbn_shift.c178 BN_ULONG l, m, mask; in bn_rshift_fixed_top() local
H A Dbn_gcd.c552 BN_ULONG mask = 0; in BN_gcd() local
H A Dbn_div.c119 BN_ULONG Q = 0, mask; in bn_div_3_words() local
/openssl/ssl/record/
H A Dtls_pad.c159 unsigned char mask = constant_time_ge_8_s(padding_length, i); in tls1_cbc_remove_padding_and_mac() local
210 char aux1, aux2, aux3, mask; in ssl3_cbc_copy_mac() local
/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_siv_polyval.c24 uint64_t t[2], mask; in mulx_ghash() local
/openssl/crypto/rsa/
H A Drsa_oaep.c165 unsigned int good = 0, found_one_byte, mask; in RSA_padding_check_PKCS1_OAEP_mgf1() local
332 int PKCS1_MGF1(unsigned char *mask, long len, in PKCS1_MGF1()
H A Drsa_pk1.c174 unsigned int good, found_zero_byte, mask; in RSA_padding_check_PKCS1_type_2() local
/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
220 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/dh/
H A Ddh_key.c111 volatile size_t npad = 0, mask = 1; in DH_compute_key() local
/openssl/crypto/ec/
H A Decp_nistp256.c381 u64 a, b, mask; in felem_shrink() local
1204 static void copy_conditional(felem out, const felem in, limb mask) in copy_conditional()
1214 static void copy_small_conditional(felem out, const smallfelem in, limb mask) in copy_small_conditional()
1646 u64 mask = i ^ idx; in select_point() local

Completed in 109 milliseconds

12