Searched defs:low (Results 1 – 6 of 6) sorted by relevance
/openssl/crypto/modes/ |
H A D | siv128.c | 35 uint32_t low = (uint32_t)x; in byteswap8() local 77 uint64_t low = siv128_getword(b, 1); in siv128_dbl() local
|
/openssl/crypto/bn/ |
H A D | bn_local.h | 390 # define BN_UMULT_LOHI(low,high,a,b) ({ \ argument 424 # define BN_UMULT_LOHI(low,high,a,b) \ argument 437 # define BN_UMULT_LOHI(low,high,a,b) ((low)=_umul128((a),(b),&(high))) argument 447 # define BN_UMULT_LOHI(low,high,a,b) \ argument
|
H A D | bn_lib.c | 39 void BN_set_params(int mult, int high, int low, int mont) in BN_set_params()
|
/openssl/crypto/rsa/ |
H A D | rsa_sp800_56b_check.c | 91 BIGNUM *low; in ossl_rsa_check_prime_factor_range() local
|
/openssl/crypto/ec/ |
H A D | ecp_nistp256.c | 384 u64 high, low; in felem_shrink() local 490 u64 high, low; in smallfelem_square() local 585 u64 high, low; in smallfelem_mul() local
|
/openssl/crypto/ec/curve448/ |
H A D | curve448.c | 333 mask_t low; in ossl_curve448_point_decode_like_eddsa_and_mul_by_ratio() local
|
Completed in 33 milliseconds