Home
last modified time | relevance | path

Searched refs:RR (Results 1 – 11 of 11) sorted by relevance

/openssl/crypto/bn/
H A Dbn_mont.c243 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 Drsaz_exp.h31 const BN_ULONG m_norm[16], const BN_ULONG RR[16],
38 const BN_ULONG RR[8]);
H A Drsaz_exp.c52 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 Dbn_exp.c692 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 Dbn_local.h261 BIGNUM RR; /* used to convert to montgomery form, member
H A Dbn_lib.c1080 return BN_mod_mul_montgomery(r, a, &(mont->RR), mont, ctx); in BN_to_montgomery()
/openssl/crypto/ec/
H A Decp_ppc.c20 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 Decp_nistz256.c1283 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 DOSSL_CMP_CTX_new.pod305 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 Dtx-packetiser.md530 - 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 Dopenssl-cmp.pod.in453 (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 30 milliseconds