Home
last modified time | relevance | path

Searched refs:qat_rsa_setkey (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/
H A Dqat_asym_algs.c1156 static int qat_rsa_setkey(struct crypto_akcipher *tfm, const void *key, in qat_rsa_setkey() function
1206 return qat_rsa_setkey(tfm, key, keylen, false); in qat_rsa_setpubkey()
1212 return qat_rsa_setkey(tfm, key, keylen, true); in qat_rsa_setprivkey()
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/
H A Dqat_asym_algs.c1158 static int qat_rsa_setkey(struct crypto_akcipher *tfm, const void *key, in qat_rsa_setkey() function
1208 return qat_rsa_setkey(tfm, key, keylen, false); in qat_rsa_setpubkey()
1214 return qat_rsa_setkey(tfm, key, keylen, true); in qat_rsa_setprivkey()

Completed in 5 milliseconds