Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/rsa/
H A Drsa-sign.c37 static int rsa_err(const char *msg) in rsa_err() function
77 rsa_err("Couldn't read certificate"); in rsa_pem_get_pub_key()
85 rsa_err("Couldn't read public key\n"); in rsa_pem_get_pub_key()
93 rsa_err("Couldn't convert to a RSA style key"); in rsa_pem_get_pub_key()
156 rsa_err("Couldn't convert to a RSA style key"); in rsa_engine_get_pub_key()
214 rsa_err("Failure reading private key"); in rsa_pem_get_priv_key()
408 ret = rsa_err("EVP key setup failed"); in rsa_sign_with_key()
423 ret = rsa_err("EVP context creation failed"); in rsa_sign_with_key()
437 ret = rsa_err("Signer setup failed"); in rsa_sign_with_key()
454 ret = rsa_err("Signing data failed"); in rsa_sign_with_key()
[all …]
/openbmc/linux/drivers/crypto/starfive/
H A Djh7110-rsa.c211 goto rsa_err; in starfive_rsa_cpu_start()
234 goto rsa_err; in starfive_rsa_cpu_start()
249 goto rsa_err; in starfive_rsa_cpu_start()
261 rsa_err: in starfive_rsa_cpu_start()