Searched refs:F2 (Results 1 – 7 of 7) sorted by relevance
/openssl/crypto/cast/asm/ |
H A D | cast-586.pl | 39 @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 D | rmd_local.h | 51 #define F2(x,y,z) ((((y) ^ (z)) & (x)) ^ (z)) macro 70 a+=F2(b,c,d)+X(w)+K; \
|
/openssl/doc/man7/ |
H A D | EVP_PKEY-EC.pod | 34 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 D | embeddedSCTs3.sct | 23 5E:3C:C5:EC:F2:13:9C:09:D1:0A:01:C2:59:5F:7C:31:
|
/openssl/doc/man3/ |
H A D | EC_GROUP_copy.pod | 153 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 D | EC_GFp_simple_method.pod | 38 For F2^m curves there is only one implementation choice, i.e. EC_GF2_simple_method.
|
H A D | EC_GROUP_new.pod | 86 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 13 milliseconds