Home
last modified time | relevance | path

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

/freebsd/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) in invert_pubexp() function
507 if (invert_pubexp(t, p, pubexp, t + 1 + plen)) { in br_rsa_i15_keygen()
519 if (invert_pubexp(t, q, pubexp, t + 1 + qlen)) { in br_rsa_i15_keygen()
H A Drsa_i31_keygen_inner.c402 invert_pubexp(uint32_t *d, const uint32_t *m, uint32_t e, uint32_t *t) in invert_pubexp() function
532 if (invert_pubexp(t, p, pubexp, t + 1 + plen)) { in br_rsa_i31_keygen_inner()
544 if (invert_pubexp(t, q, pubexp, t + 1 + qlen)) { in br_rsa_i31_keygen_inner()