Home
last modified time | relevance | path

Searched refs:mask (Results 1 – 7 of 7) sorted by relevance

/include/internal/
A Dconstant_time.h188 return (value_barrier_bn(mask) & a) | (value_barrier_bn(~mask) & b); in constant_time_select_bn()
341 return (value_barrier(mask) & a) | (value_barrier(~mask) & b); in constant_time_select()
348 return (value_barrier_s(mask) & a) | (value_barrier_s(~mask) & b); in constant_time_select_s()
355 return (unsigned char)constant_time_select(mask, a, b); in constant_time_select_8()
373 return (value_barrier_32(mask) & a) | (value_barrier_32(~mask) & b); in constant_time_select_32()
379 return (value_barrier_64(mask) & a) | (value_barrier_64(~mask) & b); in constant_time_select_64()
397 xor &= value_barrier_32(mask); in constant_time_cond_swap_32()
417 xor &= value_barrier_64(mask); in constant_time_cond_swap_64()
444 tmp &= value_barrier_8(mask); in constant_time_cond_swap_buff()
464 unsigned char mask; in constant_time_lookup() local
[all …]
/include/crypto/
A Dctype.h59 int ossl_ctype_check(int c, unsigned int mask);
/include/openssl/
A Dasn1.h.in207 unsigned long mask; member
842 void ASN1_STRING_set_default_mask(unsigned long mask);
846 int inform, unsigned long mask);
848 int inform, unsigned long mask,
A Dasn1t.h.in72 * has a special meaning, it is used as a mask
770 # define IMPLEMENT_ASN1_MSTRING(itname, mask) \ argument
772 … ASN1_ITYPE_MSTRING, mask, NULL, 0, NULL, sizeof(ASN1_STRING), #itname \
A Drsa.h400 OSSL_DEPRECATEDIN_3_0 int PKCS1_MGF1(unsigned char *mask, long len,
A Dx509_vfy.h.in391 /* Internal use: mask of policy related options */
786 * Positive return values form a bit mask, all but the first are internal to
A Dssl.h.in2720 /* Used to get mask of supported public key signature algorithms */

Completed in 26 milliseconds