Lines Matching refs:t_d

260 	BN_ULONG t_d[BN_NIST_192_TOP],
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],
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_TOP))
373 nist_set_224(t_d, buf, 0, 13, 12, 11, 0, 0, 0);
374 if (bn_add_words(r_d, r_d, t_d, BN_NIST_224_TOP))
376 nist_set_224(t_d, buf, 13, 12, 11, 10, 9, 8, 7);
377 if (bn_sub_words(r_d, r_d, t_d, BN_NIST_224_TOP))
379 nist_set_224(t_d, buf, 0, 0, 0, 0, 13, 12, 11);
380 if (bn_sub_words(r_d, r_d, t_d, BN_NIST_224_TOP))
449 BN_ULONG t_d[BN_NIST_256_TOP],
488 nist_set_256(t_d, buf, 15, 14, 13, 12, 11, 0, 0, 0);
491 if (bn_add_words(t_d, t_d, t_d2, BN_NIST_256_TOP))
496 ap = t_d;
508 if (bn_add_words(r_d, r_d, t_d, BN_NIST_256_TOP))
511 nist_set_256(t_d, buf, 15, 14, 0, 0, 0, 10, 9, 8);
512 if (bn_add_words(r_d, r_d, t_d, BN_NIST_256_TOP))
515 nist_set_256(t_d, buf, 8, 13, 15, 14, 13, 11, 10, 9);
516 if (bn_add_words(r_d, r_d, t_d, BN_NIST_256_TOP))
519 nist_set_256(t_d, buf, 10, 8, 0, 0, 0, 13, 12, 11);
520 if (bn_sub_words(r_d, r_d, t_d, BN_NIST_256_TOP))
523 nist_set_256(t_d, buf, 11, 9, 0, 0, 15, 14, 13, 12);
524 if (bn_sub_words(r_d, r_d, t_d, BN_NIST_256_TOP))
527 nist_set_256(t_d, buf, 12, 0, 10, 9, 8, 15, 14, 13);
528 if (bn_sub_words(r_d, r_d, t_d, BN_NIST_256_TOP))
531 nist_set_256(t_d, buf, 13, 0, 11, 10, 9, 0, 15, 14);
532 if (bn_sub_words(r_d, r_d, t_d, BN_NIST_256_TOP))
605 BN_ULONG t_d[BN_NIST_384_TOP],
643 nist_set_256(t_d, buf, 0, 0, 0, 0, 0, 23-4, 22-4, 21-4);
647 ap = t_d;
657 t_d, BN_NIST_256_TOP))
663 nist_set_384(t_d,buf,20,19,18,17,16,15,14,13,12,23,22,21);
664 if (bn_add_words(r_d, r_d, t_d, BN_NIST_384_TOP))
667 nist_set_384(t_d,buf,19,18,17,16,15,14,13,12,20,0,23,0);
668 if (bn_add_words(r_d, r_d, t_d, BN_NIST_384_TOP))
671 nist_set_256(t_d, buf, 0, 0, 0, 0, 23-4, 22-4, 21-4, 20-4);
673 t_d, BN_NIST_256_TOP))
676 nist_set_384(t_d,buf,0,0,0,0,0,0,23,22,21,0,0,20);
677 if (bn_add_words(r_d, r_d, t_d, BN_NIST_384_TOP))
680 nist_set_384(t_d,buf,22,21,20,19,18,17,16,15,14,13,12,23);
681 if (bn_sub_words(r_d, r_d, t_d, BN_NIST_384_TOP))
684 nist_set_384(t_d,buf,0,0,0,0,0,0,0,23,22,21,20,0);
685 if (bn_sub_words(r_d, r_d, t_d, BN_NIST_384_TOP))
688 nist_set_384(t_d,buf,0,0,0,0,0,0,0,23,23,0,0,0);
689 if (bn_sub_words(r_d, r_d, t_d, BN_NIST_384_TOP))