Home
last modified time | relevance | path

Searched refs:I (Results 1 – 11 of 11) sorted by relevance

/crypto/seed/
A Dseed_local.h87 # define CHAR2WORD(C, I) \ argument
88 char2word((C), (I)[0]); \
89 char2word((C+4), (I)[1]); \
90 char2word((C+8), (I)[2]); \
91 char2word((C+12), (I)[3])
93 # define WORD2CHAR(I, C) \ argument
94 word2char((I)[0], (C)); \
95 word2char((I)[1], (C+4)); \
96 word2char((I)[2], (C+8)); \
97 word2char((I)[3], (C+12))
/crypto/ec/
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
/crypto/md5/
A Dmd5_local.h63 #define I(b,c,d) (((~(d)) | (b)) ^ (c)) macro
81 a+=((k)+(t)+I((b),(c),(d))); \
/crypto/rsa/
A Drsa_ossl.c772 static int rsa_ossl_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx) in rsa_ossl_mod_exp() argument
855 !bn_from_mont_fixed_top(m1, I, rsa->_method_mod_q, ctx) in rsa_ossl_mod_exp()
858 || !bn_from_mont_fixed_top(r1, I, rsa->_method_mod_p, ctx) in rsa_ossl_mod_exp()
897 BN_with_flags(c, I, BN_FLG_CONSTTIME); in rsa_ossl_mod_exp()
969 BN_with_flags(cc, I, BN_FLG_CONSTTIME); in rsa_ossl_mod_exp()
1095 if (!BN_sub(vrfy, vrfy, I)) in rsa_ossl_mod_exp()
1119 if (!rsa->meth->bn_mod_exp(r0, I, d, rsa->n, ctx, in rsa_ossl_mod_exp()
A Drsa_local.h113 int (*rsa_mod_exp) (BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx);
/crypto/sha/asm/
A Dsha512p8-ppc.pl98 @I = ($x00,$x10,$x20,$x30,$x40,$x50,$x60,$x70) = (0,map("r$_",(10,26..31)));
139 lvx $Ki,@I[$k],$idx ; load next K[i]
/crypto/property/
A DREADME.md9 * Property definition is uncommon. I.e. providers will be loaded and
25 I.e. an application tends to use the same set of queries over and over,
/crypto/engine/
A DREADME.md8 for masochists" document *and* a rather extensive commit log message. (I'd get
16 I'll mention a bit about that first. EVP_CIPHER (and most of this applies
118 The "cipher-specific ENGINE code" I mentioned is implemented in tb_cipher.c but
/crypto/bn/asm/
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
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
A Dia64.S1398 #define I r21 macro
1448 mov I=r36 };;
1524 { .mii; shr.u r9=H,I // remainder if anybody wants it

Completed in 57 milliseconds