Lines Matching full:rsa
122 /* RSA Job Completion handler */
417 dev_err(dev, "Unable to map RSA modulus memory\n"); in set_rsa_pub_pdb()
423 dev_err(dev, "Unable to map RSA public exponent memory\n"); in set_rsa_pub_pdb()
468 dev_err(dev, "Unable to map RSA private exponent memory\n"); in set_rsa_priv_f1_pdb()
511 dev_err(dev, "Unable to map RSA private exponent memory\n"); in set_rsa_priv_f2_pdb()
517 dev_err(dev, "Unable to map RSA prime factor p memory\n"); in set_rsa_priv_f2_pdb()
523 dev_err(dev, "Unable to map RSA prime factor q memory\n"); in set_rsa_priv_f2_pdb()
529 dev_err(dev, "Unable to map RSA tmp1 memory\n"); in set_rsa_priv_f2_pdb()
535 dev_err(dev, "Unable to map RSA tmp2 memory\n"); in set_rsa_priv_f2_pdb()
588 dev_err(dev, "Unable to map RSA prime factor p memory\n"); in set_rsa_priv_f3_pdb()
594 dev_err(dev, "Unable to map RSA prime factor q memory\n"); in set_rsa_priv_f3_pdb()
600 dev_err(dev, "Unable to map RSA exponent dp memory\n"); in set_rsa_priv_f3_pdb()
606 dev_err(dev, "Unable to map RSA exponent dq memory\n"); in set_rsa_priv_f3_pdb()
612 dev_err(dev, "Unable to map RSA CRT coefficient qinv memory\n"); in set_rsa_priv_f3_pdb()
618 dev_err(dev, "Unable to map RSA tmp1 memory\n"); in set_rsa_priv_f3_pdb()
624 dev_err(dev, "Unable to map RSA tmp2 memory\n"); in set_rsa_priv_f3_pdb()
737 /* Set RSA Encrypt Protocol Data Block */ in caam_rsa_enc()
766 /* Set RSA Decrypt Protocol Data Block - Private Key Form #1 */ in caam_rsa_dec_priv_f1()
795 /* Set RSA Decrypt Protocol Data Block - Private Key Form #2 */ in caam_rsa_dec_priv_f2()
824 /* Set RSA Decrypt Protocol Data Block - Private Key Form #3 */ in caam_rsa_dec_priv_f3()
951 /* Free the old RSA key if any */ in caam_rsa_set_pub_key()
966 * expects a positive integer for the RSA modulus and uses its length as in caam_rsa_set_pub_key()
1057 /* Free the old RSA key if any */ in caam_rsa_set_priv_key()
1076 * expects a positive integer for the RSA modulus and uses its length as in caam_rsa_set_priv_key()
1158 .cra_name = "rsa",
1159 .cra_driver_name = "rsa-caam",