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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_nist.c260 BN_ULONG t_d[BN_NIST_192_TOP], local
292 nist_set_192(t_d, buf, 0, 3, 3);
293 if (bn_add_words(r_d, r_d, t_d, BN_NIST_192_TOP))
296 nist_set_192(t_d, buf, 4, 4, 0);
297 if (bn_add_words(r_d, r_d, t_d, BN_NIST_192_TOP))
304 nist_set_192(t_d, buf, 5, 5, 5)
305 if (bn_add_words(r_d, r_d, t_d, BN_NIST_192_TOP))
343 BN_ULONG t_d[BN_NIST_224_TOP], local
370 nist_set_224(t_d, buf, 10, 9, 8, 7, 0, 0, 0);
371 if (bn_add_words(r_d, r_d, t_d, BN_NIST_224_TO
449 BN_ULONG t_d[BN_NIST_256_TOP], local
605 BN_ULONG t_d[BN_NIST_384_TOP], local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_nist.c457 BN_ULONG t_d[BN_NIST_192_TOP]; local
459 nist_set_192(t_d, buf.bn, 0, 3, 3);
460 carry = (int)bn_add_words(r_d, r_d, t_d, BN_NIST_192_TOP);
461 nist_set_192(t_d, buf.bn, 4, 4, 0);
462 carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_192_TOP);
463 nist_set_192(t_d, buf.bn, 5, 5, 5)
464 carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_192_TOP);
622 BN_ULONG t_d[BN_NIST_224_TOP]; local
624 nist_set_224(t_d, buf.bn, 10, 9, 8, 7, 0, 0, 0);
625 carry = (int)bn_add_words(r_d, r_d, t_d, BN_NIST_224_TO
832 BN_ULONG t_d[BN_NIST_256_TOP]; local
1105 BN_ULONG t_d[BN_NIST_384_TOP]; local
1208 BN_ULONG *r_d, *a_d = a->d, t_d[BN_NIST_521_TOP], val, tmp, *res; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_nist.c457 BN_ULONG t_d[BN_NIST_192_TOP]; local
459 nist_set_192(t_d, buf.bn, 0, 3, 3);
460 carry = (int)bn_add_words(r_d, r_d, t_d, BN_NIST_192_TOP);
461 nist_set_192(t_d, buf.bn, 4, 4, 0);
462 carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_192_TOP);
463 nist_set_192(t_d, buf.bn, 5, 5, 5)
464 carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_192_TOP);
622 BN_ULONG t_d[BN_NIST_224_TOP]; local
624 nist_set_224(t_d, buf.bn, 10, 9, 8, 7, 0, 0, 0);
625 carry = (int)bn_add_words(r_d, r_d, t_d, BN_NIST_224_TO
832 BN_ULONG t_d[BN_NIST_256_TOP]; local
1105 BN_ULONG t_d[BN_NIST_384_TOP]; local
1208 BN_ULONG *r_d, *a_d = a->d, t_d[BN_NIST_521_TOP], val, tmp, *res; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dpal.h240 t_d : 2; /* Indicates which part member in struct:pal_cache_protection_element_u::__anon9273
248 #define pcpi_cache_prot_part pcp_info.t_d

Completed in 138 milliseconds