Lines Matching defs:c
214 int rsaep(const rsa_pub_key *pub, nn_src_t m, nn_t c) in rsaep()
294 ATTRIBUTE_WARN_UNUSED_RET static int rsadp_crt_coeffs(const rsa_priv_key *priv, nn_src_t c, nn_t m,… in rsadp_crt_coeffs()
357 ATTRIBUTE_WARN_UNUSED_RET static int rsadp_crt(const rsa_priv_key *priv, nn_src_t c, nn_t m) in rsadp_crt()
425 ATTRIBUTE_WARN_UNUSED_RET static int rsadp_nocrt(const rsa_priv_key *priv, nn_src_t c, nn_t m) in rsadp_nocrt()
492 int rsadp(const rsa_priv_key *priv, nn_src_t c, nn_t m) in rsadp()
520 int rsadp_hardened(const rsa_priv_key *priv, const rsa_pub_key *pub, nn_src_t c, nn_t m) in rsadp_hardened()
792 u32 c, ceil; in _mgf1() local
1136 u8 *c, u32 *clen, u32 modbits, in rsaes_pkcs1_v1_5_encrypt()
1202 … _rsaes_pkcs1_v1_5_decrypt(const rsa_priv_key *priv, const rsa_pub_key *pub, const u8 *c, u32 clen, in _rsaes_pkcs1_v1_5_decrypt()
1281 int rsaes_pkcs1_v1_5_decrypt(const rsa_priv_key *priv, const u8 *c, u32 clen, in rsaes_pkcs1_v1_5_decrypt()
1290 int rsaes_pkcs1_v1_5_decrypt_hardened(const rsa_priv_key *priv, const rsa_pub_key *pub, const u8 *c… in rsaes_pkcs1_v1_5_decrypt_hardened()
1300 u8 *c, u32 *clen, u32 modbits, const u8 *label, u32 label_len, in rsaes_oaep_encrypt()
1418 …ic int _rsaes_oaep_decrypt(const rsa_priv_key *priv, const rsa_pub_key *pub, const u8 *c, u32 clen, in _rsaes_oaep_decrypt()
1553 int rsaes_oaep_decrypt(const rsa_priv_key *priv, const u8 *c, u32 clen, in rsaes_oaep_decrypt()
1564 int rsaes_oaep_decrypt_hardened(const rsa_priv_key *priv, const rsa_pub_key *pub, const u8 *c, u32 … in rsaes_oaep_decrypt_hardened()