Home
last modified time | relevance | path

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

/openssl-master/crypto/modes/
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-master/crypto/bn/
A Dbn_local.h385 # define BN_UMULT_LOHI(low,high,a,b) ({ \ argument
419 # define BN_UMULT_LOHI(low,high,a,b) \ argument
432 # define BN_UMULT_LOHI(low,high,a,b) ((low)=_umul128((a),(b),&(high))) argument
442 # define BN_UMULT_LOHI(low,high,a,b) \ argument
A Dbn_lib.c39 void BN_set_params(int mult, int high, int low, int mont) in BN_set_params()
/openssl-master/crypto/rsa/
A Drsa_sp800_56b_check.c91 BIGNUM *low; in ossl_rsa_check_prime_factor_range() local
/openssl-master/crypto/ec/
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-master/crypto/ec/curve448/
A Dcurve448.c332 mask_t low; in ossl_curve448_point_decode_like_eddsa_and_mul_by_ratio() local

Completed in 17 milliseconds