Searched refs:nd (Results 1 – 6 of 6) sorted by relevance
/openssl/crypto/x509/ |
H A D | v3_timespec.c | 309 static int print_int_named_day(BIO *out, int64_t nd) in print_int_named_day() argument 311 switch (nd) { in print_int_named_day() 345 OSSL_NAMED_DAY *nd; in i2r_OSSL_PERIOD() local 405 nd = p->days->choice.dayOf->choice.first; in i2r_OSSL_PERIOD() 410 nd = p->days->choice.dayOf->choice.second; in i2r_OSSL_PERIOD() 415 nd = p->days->choice.dayOf->choice.third; in i2r_OSSL_PERIOD() 420 nd = p->days->choice.dayOf->choice.fourth; in i2r_OSSL_PERIOD() 425 nd = p->days->choice.dayOf->choice.fifth; in i2r_OSSL_PERIOD() 430 switch (nd->type) { in i2r_OSSL_PERIOD() 432 if (!ASN1_INTEGER_get_int64(&small_val, nd->choice.intNamedDays)) in i2r_OSSL_PERIOD() [all …]
|
/openssl/crypto/bn/asm/ |
H A D | sparcv9a-mont.pl | 239 fxtod $nd,$nd 250 fmuld $nlo,$nd,$nlod 262 fmuld $nhi,$nd,$nhid 319 fmuld $nlo,$nd,$nlod 344 fmuld $nhi,$nd,$nhid 406 fmuld $nlo,$nd,$nlod 429 fmuld $nhi,$nd,$nhid 555 fxtod $nd,$nd 566 fmuld $nlo,$nd,$nlod 578 fmuld $nhi,$nd,$nhid [all …]
|
H A D | ppc64-mont.pl | 392 fcfid $nd,$nd 449 fmadd $T1b,$N0,$nd,$T1b 451 fmadd $T2b,$N1,$nd,$T2b 453 fmadd $T3b,$N2,$nd,$T3b 599 fmadd $T1b,$N0,$nd,$T1b 602 fmadd $T2b,$N1,$nd,$T2b 605 fmadd $T3b,$N2,$nd,$T3b 688 fmadd $T1b,$N0,$nd,$T1b 695 fmadd $T2b,$N1,$nd,$T2b 701 fmadd $T3b,$N2,$nd,$T3b [all …]
|
/openssl/crypto/bn/ |
H A D | bn_div.c | 20 int i, nm, nd; 50 nd = BN_num_bits(d); 66 if (!BN_lshift(D, D, nm - nd)) 68 for (i = nm - nd; i >= 0; i--) {
|
/openssl/doc/designs/quic-design/ |
H A D | stream-receive-buffers.md | 121 offset. For example: 1st frame - offset 0 length 1000, 2nd frame -
|
/openssl/ |
H A D | CHANGES.md | 4804 This issue was reported to OpenSSL on 2nd March 2018 by Peter Waltenberg
|
Completed in 51 milliseconds