• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/bearssl/inc/

Lines Matching refs:br_rsa_private_key

205 } br_rsa_private_key;
397 const br_rsa_private_key *sk);
436 const br_rsa_private_key *sk, unsigned char *x);
483 const br_rsa_private_key *sk, unsigned char *x);
554 const br_rsa_private_key *sk, void *data, size_t *len);
620 const br_rsa_private_key *sk);
636 const br_rsa_private_key *sk, unsigned char *x);
655 const br_rsa_private_key *sk, unsigned char *x);
721 const br_rsa_private_key *sk);
737 const br_rsa_private_key *sk, unsigned char *x);
756 const br_rsa_private_key *sk, unsigned char *x);
838 const br_rsa_private_key *sk);
858 const br_rsa_private_key *sk, unsigned char *x);
881 const br_rsa_private_key *sk, unsigned char *x);
1011 const br_rsa_private_key *sk);
1027 const br_rsa_private_key *sk, unsigned char *x);
1046 const br_rsa_private_key *sk, unsigned char *x);
1155 uint32_t br_rsa_ssl_decrypt(br_rsa_private core, const br_rsa_private_key *sk,
1196 const br_rsa_private_key *sk, void *data, size_t *len);
1236 const br_rsa_private_key *sk, void *data, size_t *len);
1276 const br_rsa_private_key *sk, void *data, size_t *len);
1324 const br_rsa_private_key *sk, void *data, size_t *len);
1392 br_rsa_private_key *sk, void *kbuf_priv,
1412 br_rsa_private_key *sk, void *kbuf_priv,
1432 br_rsa_private_key *sk, void *kbuf_priv,
1456 br_rsa_private_key *sk, void *kbuf_priv,
1492 typedef size_t (*br_rsa_compute_modulus)(void *n, const br_rsa_private_key *sk);
1503 size_t br_rsa_i15_compute_modulus(void *n, const br_rsa_private_key *sk);
1514 size_t br_rsa_i31_compute_modulus(void *n, const br_rsa_private_key *sk);
1547 typedef uint32_t (*br_rsa_compute_pubexp)(const br_rsa_private_key *sk);
1556 uint32_t br_rsa_i15_compute_pubexp(const br_rsa_private_key *sk);
1565 uint32_t br_rsa_i31_compute_pubexp(const br_rsa_private_key *sk);
1580 * An RSA private key (`br_rsa_private_key`) contains two reduced
1613 const br_rsa_private_key *sk, uint32_t pubexp);
1626 const br_rsa_private_key *sk, uint32_t pubexp);
1639 const br_rsa_private_key *sk, uint32_t pubexp);