Home
last modified time | relevance | path

Searched refs:F2 (Results 1 – 7 of 7) sorted by relevance

/openssl-master/crypto/cast/asm/
A Dcast-586.pl39 @F2=("xor","sub","add");
96 &E_CAST( 1,$S,$R,$L,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
99 &E_CAST( 4,$S,$L,$R,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
102 &E_CAST( 7,$S,$R,$L,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
105 &E_CAST(10,$S,$L,$R,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
112 &E_CAST(13,$S,$R,$L,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
118 &E_CAST(13,$S,$L,$R,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
122 &E_CAST(10,$S,$R,$L,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
125 &E_CAST( 7,$S,$L,$R,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
128 &E_CAST( 4,$S,$R,$L,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
[all …]
/openssl-master/crypto/ripemd/
A Drmd_local.h51 #define F2(x,y,z) ((((y) ^ (z)) & (x)) ^ (z)) macro
70 a+=F2(b,c,d)+X(w)+K; \
/openssl-master/doc/man7/
A DEVP_PKEY-EC.pod34 which correspond to prime field Fp and binary field F2^m.
38 For a curve over Fp I<p> is the prime for the field. For a curve over F2^m I<p>
51 For F2^m: y^2 + xy = x^3 + ax^2 + b
147 This field is only used for a binary field F2^m.
159 These fields are only used for a binary field F2^m.
/openssl-master/test/certs/
A DembeddedSCTs3.sct23 5E:3C:C5:EC:F2:13:9C:09:D1:0A:01:C2:59:5F:7C:31:
/openssl-master/doc/man3/
A DEC_GROUP_copy.pod151 For F2^m fields this will be the value m.
154 which will be either F2^m or Fp.
157 For a curve defined over Fp the discriminant is given by the formula 4*a^3 + 27*b^2 whilst for F2^m…
177 defined over an F2^m field. Addition and multiplication operations within an F2^m field are perform…
A DEC_GFp_simple_method.pod36 For F2^m curves there is only one implementation choice, i.e. EC_GF2_simple_method.
A DEC_GROUP_new.pod83 The second form is those defined over a binary field F2^m where the elements of
116 over Fp I<p> is the prime for the field. For a curve over F2^m I<p> represents

Completed in 10 milliseconds