Home
last modified time | relevance | path

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

/openssl/crypto/cast/asm/
H 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/crypto/ripemd/
H A Drmd_local.h51 #define F2(x,y,z) ((((y) ^ (z)) & (x)) ^ (z)) macro
70 a+=F2(b,c,d)+X(w)+K; \
/openssl/doc/man7/
H 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
167 This field is only used for a binary field F2^m.
179 These fields are only used for a binary field F2^m.
/openssl/test/certs/
H A DembeddedSCTs3.sct23 5E:3C:C5:EC:F2:13:9C:09:D1:0A:01:C2:59:5F:7C:31:
/openssl/doc/man3/
H A DEC_GROUP_copy.pod153 For F2^m fields this will be the value m.
156 which will be either F2^m or Fp.
159 For a curve defined over Fp the discriminant is given by the formula 4*a^3 + 27*b^2 whilst for F2^m…
180 defined over an F2^m field. Addition and multiplication operations within an F2^m field are perform…
H A DEC_GFp_simple_method.pod38 For F2^m curves there is only one implementation choice, i.e. EC_GF2_simple_method.
H A DEC_GROUP_new.pod86 The second form is those defined over a binary field F2^m where the elements of
129 over Fp I<p> is the prime for the field. For a curve over F2^m I<p> represents

Completed in 18 milliseconds