Searched refs:invert_pubexp (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/bearssl/src/rsa/
H A Drsa_i15_keygen.c380 invert_pubexp(uint16_t *d, const uint16_t *m, uint32_t e, uint16_t *t) function
507 if (invert_pubexp(t, p, pubexp, t + 1 + plen)) {
519 if (invert_pubexp(t, q, pubexp, t + 1 + qlen)) {
H A Drsa_i31_keygen_inner.c402 invert_pubexp(uint32_t *d, const uint32_t *m, uint32_t e, uint32_t *t) function
532 if (invert_pubexp(t, p, pubexp, t + 1 + plen)) {
544 if (invert_pubexp(t, q, pubexp, t + 1 + qlen)) {

Completed in 58 milliseconds