Searched defs:I (Results 1 – 7 of 7) sorted by relevance
81 #define tmp_felem(I) (&((char *)tmp_felems)[(I) * felem_size]) in ossl_ec_GFp_nistp_points_make_affine_internal() argument82 #define X(I) (&((char *)point_array)[3*(I) * felem_size]) in ossl_ec_GFp_nistp_points_make_affine_internal() argument83 #define Y(I) (&((char *)point_array)[(3*(I) + 1) * felem_size]) in ossl_ec_GFp_nistp_points_make_affine_internal() argument84 #define Z(I) (&((char *)point_array)[(3*(I) + 2) * felem_size]) in ossl_ec_GFp_nistp_points_make_affine_internal() argument
536 #define ap(I) [%i1+4*I] argument537 #define bp(I) [%i2+4*I] argument538 #define rp(I) [%i0+4*I] argument
643 #define ap(I) [%i1+4*I] argument644 #define bp(I) [%i2+4*I] argument645 #define rp(I) [%i0+4*I] argument
1398 #define I r21 macro
87 # define CHAR2WORD(C, I) \ argument93 # define WORD2CHAR(I, C) \ argument
63 #define I(b,c,d) (((~(d)) | (b)) ^ (c)) macro
772 static int rsa_ossl_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx) in rsa_ossl_mod_exp()
Completed in 33 milliseconds