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

/external/openssl/crypto/bn/
H A Dbn_nist.c66 #define BN_NIST_384_TOP (384+BN_BITS2-1)/BN_BITS2 macro
110 static const BN_ULONG _nist_p_384[][BN_NIST_384_TOP] = {
182 static const BN_ULONG _nist_p_384[][BN_NIST_384_TOP] = {
247 BN_NIST_384_TOP,
248 BN_NIST_384_TOP,
675 BN_ULONG t_d[BN_NIST_384_TOP],
676 buf[BN_NIST_384_TOP],
677 c_d[BN_NIST_384_TOP],
704 if (!bn_wexpand(r, BN_NIST_384_TOP))
707 nist_cp_bn(r_d, a_d, BN_NIST_384_TOP);
[all...]

Completed in 90 milliseconds