Searched defs:I (Results 1 – 8 of 8) sorted by relevance
/openssl/crypto/ec/ |
H A D | ecp_nistputil.c | 81 #define tmp_felem(I) (&((char *)tmp_felems)[(I) * felem_size]) in ossl_ec_GFp_nistp_points_make_affine_internal() argument 82 #define X(I) (&((char *)point_array)[3*(I) * felem_size]) in ossl_ec_GFp_nistp_points_make_affine_internal() argument 83 #define Y(I) (&((char *)point_array)[(3*(I) + 1) * felem_size]) in ossl_ec_GFp_nistp_points_make_affine_internal() argument 84 #define Z(I) (&((char *)point_array)[(3*(I) + 2) * felem_size]) in ossl_ec_GFp_nistp_points_make_affine_internal() argument
|
/openssl/crypto/bn/asm/ |
H A D | sparcv8.S | 536 #define ap(I) [%i1+4*I] argument 537 #define bp(I) [%i2+4*I] argument 538 #define rp(I) [%i0+4*I] argument
|
H A D | sparcv8plus.S | 643 #define ap(I) [%i1+4*I] argument 644 #define bp(I) [%i2+4*I] argument 645 #define rp(I) [%i0+4*I] argument
|
H A D | ia64.S | 1398 #define I r21 macro
|
/openssl/crypto/seed/ |
H A D | seed_local.h | 87 # define CHAR2WORD(C, I) \ argument 93 # define WORD2CHAR(I, C) \ argument
|
/openssl/crypto/md5/ |
H A D | md5_local.h | 62 #define I(b,c,d) (((~(d)) | (b)) ^ (c)) macro
|
/openssl/providers/implementations/kdfs/ |
H A D | pkcs12kdf.c | 54 unsigned char *B = NULL, *D = NULL, *I = NULL, *p = NULL, *Ai = NULL; in pkcs12kdf_derive() local
|
/openssl/crypto/rsa/ |
H A D | rsa_ossl.c | 805 static int rsa_ossl_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx) in rsa_ossl_mod_exp()
|
Completed in 28 milliseconds