Lines Matching full:rsa
116 /* RSA Job Completion handler */
408 dev_err(dev, "Unable to map RSA modulus memory\n"); in set_rsa_pub_pdb()
414 dev_err(dev, "Unable to map RSA public exponent memory\n"); in set_rsa_pub_pdb()
459 dev_err(dev, "Unable to map RSA private exponent memory\n"); in set_rsa_priv_f1_pdb()
502 dev_err(dev, "Unable to map RSA private exponent memory\n"); in set_rsa_priv_f2_pdb()
508 dev_err(dev, "Unable to map RSA prime factor p memory\n"); in set_rsa_priv_f2_pdb()
514 dev_err(dev, "Unable to map RSA prime factor q memory\n"); in set_rsa_priv_f2_pdb()
520 dev_err(dev, "Unable to map RSA tmp1 memory\n"); in set_rsa_priv_f2_pdb()
526 dev_err(dev, "Unable to map RSA tmp2 memory\n"); in set_rsa_priv_f2_pdb()
579 dev_err(dev, "Unable to map RSA prime factor p memory\n"); in set_rsa_priv_f3_pdb()
585 dev_err(dev, "Unable to map RSA prime factor q memory\n"); in set_rsa_priv_f3_pdb()
591 dev_err(dev, "Unable to map RSA exponent dp memory\n"); in set_rsa_priv_f3_pdb()
597 dev_err(dev, "Unable to map RSA exponent dq memory\n"); in set_rsa_priv_f3_pdb()
603 dev_err(dev, "Unable to map RSA CRT coefficient qinv memory\n"); in set_rsa_priv_f3_pdb()
609 dev_err(dev, "Unable to map RSA tmp1 memory\n"); in set_rsa_priv_f3_pdb()
615 dev_err(dev, "Unable to map RSA tmp2 memory\n"); in set_rsa_priv_f3_pdb()
728 /* Set RSA Encrypt Protocol Data Block */ in caam_rsa_enc()
757 /* Set RSA Decrypt Protocol Data Block - Private Key Form #1 */ in caam_rsa_dec_priv_f1()
786 /* Set RSA Decrypt Protocol Data Block - Private Key Form #2 */ in caam_rsa_dec_priv_f2()
815 /* Set RSA Decrypt Protocol Data Block - Private Key Form #3 */ in caam_rsa_dec_priv_f3()
942 /* Free the old RSA key if any */ in caam_rsa_set_pub_key()
957 * expects a positive integer for the RSA modulus and uses its length as in caam_rsa_set_pub_key()
1044 /* Free the old RSA key if any */ in caam_rsa_set_priv_key()
1063 * expects a positive integer for the RSA modulus and uses its length as in caam_rsa_set_priv_key()
1144 .cra_name = "rsa",
1145 .cra_driver_name = "rsa-caam",