Searched refs:RR (Results 1 – 11 of 11) sorted by relevance
/openssl/crypto/bn/ |
H A D | bn_mont.c | 243 bn_init(&ctx->RR); in BN_MONT_CTX_init() 254 BN_clear_free(&mont->RR); in BN_MONT_CTX_free() 392 BN_zero(&(mont->RR)); in BN_MONT_CTX_set() 393 if (!BN_set_bit(&(mont->RR), mont->ri * 2)) in BN_MONT_CTX_set() 395 if (!BN_mod(&(mont->RR), &(mont->RR), &(mont->N), ctx)) in BN_MONT_CTX_set() 399 mont->RR.d[i] = 0; in BN_MONT_CTX_set() 400 mont->RR.top = ret; in BN_MONT_CTX_set() 401 mont->RR.flags |= BN_FLG_FIXED_TOP; in BN_MONT_CTX_set() 414 if (!BN_copy(&(to->RR), &(from->RR))) in BN_MONT_CTX_copy() 474 if (BN_bin2bn(rr, rrlen, &ctx->RR) == NULL) in ossl_bn_mont_ctx_set() [all …]
|
H A D | rsaz_exp.h | 31 const BN_ULONG m_norm[16], const BN_ULONG RR[16], 38 const BN_ULONG RR[8]);
|
H A D | rsaz_exp.c | 52 const BN_ULONG m_norm[16], const BN_ULONG RR[16], 76 rsaz_1024_norm2red_avx2(R2, RR); 257 const BN_ULONG m[8], BN_ULONG k0, const BN_ULONG RR[8]) 280 rsaz_512_mul(a_inv, base, RR, m, k0);
|
H A D | bn_exp.c | 692 RSAZ_1024_mod_exp_avx2(rr->d, a->d, p->d, m->d, mont->RR.d, in BN_mod_exp_mont_consttime() 702 RSAZ_512_mod_exp(rr->d, a->d, p->d, m->d, mont->n0[0], mont->RR.d); in BN_mod_exp_mont_consttime() 1498 mont1->RR.d, mont1->n0[0], in BN_mod_exp_mont_consttime_x2() 1500 mont2->RR.d, mont2->n0[0], in BN_mod_exp_mont_consttime_x2()
|
H A D | bn_local.h | 261 BIGNUM RR; /* used to convert to montgomery form, member
|
H A D | bn_lib.c | 1080 return BN_mod_mul_montgomery(r, a, &(mont->RR), mont, ctx); in BN_to_montgomery()
|
/openssl/crypto/ec/ |
H A D | ecp_ppc.c | 20 static const unsigned long RR[] = { 0x0000000000000003U, in ecp_nistz256_to_mont() local 25 ecp_nistz256_mul_mont(res, in, RR); in ecp_nistz256_to_mont()
|
H A D | ecp_nistz256.c | 1283 static const BN_ULONG RR[P256_LIMBS] = { in ecp_nistz256_inv_mod_ord() local 1327 ecp_nistz256_ord_mul_mont(table[0], t, RR); in ecp_nistz256_inv_mod_ord()
|
/openssl/doc/man3/ |
H A D | OSSL_CMP_CTX_new.pod | 305 The reason code to be included in a Revocation Request (RR); 589 select the certificate to be revoked in Revocation Requests (RR). 622 Key Update Requests (KUR) or to be revoked in Revocation Requests (RR). 623 For RR, this is ignored if an issuer name and a serial number are provided using 637 used as fallback values for the certificate template of IR/CR/KUR/RR messages, 693 if an IR/CR/KUR/RR/GENM request message could not be produced,
|
/openssl/doc/designs/quic-design/ |
H A D | tx-packetiser.md | 530 - A round robin (RR) strategy in which the frame scheduler switches to 542 implementation. Thus the RR strategy is the better choice and the popular choice 545 The choice of `n` for the RR strategy is most trivially 1 but there are
|
/openssl/doc/man1/ |
H A D | openssl-cmp.pod.in | 453 (KUR) messages or to be revoked in Revocation Request (RR) messages. 456 For RR the certificate to be revoked can also be specified using B<-csr>. 470 in the requested certificate template in IR/CR/KUR/RR messages. 486 Set CRLReason to be included in revocation request (RR); values: C<0>..C<10> 1191 Certificate to be expected for RR messages and any oldCertID in KUR messages.
|
Completed in 46 milliseconds