Home
last modified time | relevance | path

Searched defs:low (Results 1 – 6 of 6) sorted by relevance

/openssl/crypto/modes/
H A Dsiv128.c35 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 Dbn_local.h388 # define BN_UMULT_LOHI(low,high,a,b) ({ \ argument
422 # define BN_UMULT_LOHI(low,high,a,b) \ argument
435 # define BN_UMULT_LOHI(low,high,a,b) ((low)=_umul128((a),(b),&(high))) argument
445 # define BN_UMULT_LOHI(low,high,a,b) \ argument
H A Dbn_lib.c39 void BN_set_params(int mult, int high, int low, int mont) in BN_set_params()
/openssl/crypto/rsa/
H A Drsa_sp800_56b_check.c91 BIGNUM *low; in ossl_rsa_check_prime_factor_range() local
/openssl/crypto/ec/
H A Decp_nistp256.c382 u64 high, low; in felem_shrink() local
488 u64 high, low; in smallfelem_square() local
583 u64 high, low; in smallfelem_mul() local
/openssl/crypto/ec/curve448/
H A Dcurve448.c332 mask_t low; in ossl_curve448_point_decode_like_eddsa_and_mul_by_ratio() local

Completed in 26 milliseconds