Searched refs:BN_NIST_224_TOP (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/crypto/openssl/crypto/bn/
H A Dbn_nist.c64 #define BN_NIST_224_TOP (224+BN_BITS2-1)/BN_BITS2 macro
80 static const BN_ULONG _nist_p_224[][BN_NIST_224_TOP] = {
152 static const BN_ULONG _nist_p_224[][BN_NIST_224_TOP] = {
229 BN_NIST_224_TOP,
230 BN_NIST_224_TOP,
483 BN_ULONG bn[BN_NIST_224_TOP];
484 unsigned int ui[BN_NIST_224_TOP*sizeof(BN_ULONG)/sizeof(unsigned int)];
486 BN_ULONG c_d[BN_NIST_224_TOP],
513 if (!bn_wexpand(r, BN_NIST_224_TOP))
516 nist_cp_bn(r_d, a_d, BN_NIST_224_TOP);
[all...]

Completed in 58 milliseconds