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 D | qat_asym_algs.c | 1156 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 D | qat_asym_algs.c | 1158 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