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

/external/openssl/crypto/bn/
H A Dbn_nist.c353 BN_ULONG t_d[BN_NIST_192_TOP], local
390 nist_set_192(t_d, buf, 0, 3, 3);
391 carry = (int)bn_add_words(r_d, r_d, t_d, BN_NIST_192_TOP);
392 nist_set_192(t_d, buf, 4, 4, 0);
393 carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_192_TOP);
394 nist_set_192(t_d, buf, 5, 5, 5)
395 carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_192_TOP);
437 BN_ULONG t_d[BN_NIST_224_TOP], local
476 nist_cp_bn_0(t_d, a_d + (BN_NIST_224_TOP-1), top - (BN_NIST_224_TOP-1), BN_NIST_224_TOP);
478 nist_set_224(buf, t_d, 1
548 BN_ULONG t_d[BN_NIST_256_TOP], local
670 BN_ULONG t_d[BN_NIST_384_TOP], local
782 t_d[BN_NIST_521_TOP], local
[all...]

Completed in 52 milliseconds