HomeSort by relevance Sort by last modified time
    Searched refs:BN_NIST_521_TOP (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_nist.c 67 #define BN_NIST_521_TOP (521+BN_BITS2-1)/BN_BITS2
256 BN_NIST_521_TOP,
257 BN_NIST_521_TOP,
1047 t_d[BN_NIST_521_TOP],
1072 if (!bn_wexpand(r,BN_NIST_521_TOP))
1075 nist_cp_bn(r_d,a_d, BN_NIST_521_TOP);
1081 nist_cp_bn_0(t_d,a_d + (BN_NIST_521_TOP-1), top - (BN_NIST_521_TOP-1),BN_NIST_521_TOP);
1083 for (val=t_d[0],i=0; i<BN_NIST_521_TOP-1; i++
    [all...]
  /external/openssl/crypto/bn/
bn_nist.c 67 #define BN_NIST_521_TOP (521+BN_BITS2-1)/BN_BITS2
256 BN_NIST_521_TOP,
257 BN_NIST_521_TOP,
1053 t_d[BN_NIST_521_TOP],
1078 if (!bn_wexpand(r,BN_NIST_521_TOP))
1081 nist_cp_bn(r_d,a_d, BN_NIST_521_TOP);
1087 nist_cp_bn_0(t_d,a_d + (BN_NIST_521_TOP-1), top - (BN_NIST_521_TOP-1),BN_NIST_521_TOP);
1089 for (val=t_d[0],i=0; i<BN_NIST_521_TOP-1; i++
    [all...]

Completed in 1874 milliseconds