Home
last modified time | relevance | path

Searched defs:I (Results 1 – 8 of 8) sorted by relevance

/openssl/crypto/ec/
H A Decp_nistputil.c81 #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 Dsparcv8.S536 #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 Dsparcv8plus.S643 #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 Dia64.S1398 #define I r21 macro
/openssl/crypto/seed/
H A Dseed_local.h87 # define CHAR2WORD(C, I) \ argument
93 # define WORD2CHAR(I, C) \ argument
/openssl/crypto/md5/
H A Dmd5_local.h62 #define I(b,c,d) (((~(d)) | (b)) ^ (c)) macro
/openssl/providers/implementations/kdfs/
H A Dpkcs12kdf.c54 unsigned char *B = NULL, *D = NULL, *I = NULL, *p = NULL, *Ai = NULL; in pkcs12kdf_derive() local
/openssl/crypto/rsa/
H A Drsa_ossl.c805 static int rsa_ossl_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx) in rsa_ossl_mod_exp()

Completed in 38 milliseconds