Searched refs:rsa_parse_pub_key (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/crypto/ |
H A D | rsa_helper.c | 162 int rsa_parse_pub_key(struct rsa_key *rsa_key, const void *key, in rsa_parse_pub_key() function 167 EXPORT_SYMBOL_GPL(rsa_parse_pub_key);
|
H A D | rsa.c | 246 ret = rsa_parse_pub_key(&raw_key, key, keylen); in rsa_set_pub_key()
|
/openbmc/linux/include/crypto/internal/ |
H A D | rsa.h | 50 int rsa_parse_pub_key(struct rsa_key *rsa_key, const void *key,
|
/openbmc/linux/drivers/crypto/ccp/ |
H A D | ccp-crypto-rsa.c | 140 ret = rsa_parse_pub_key(&raw_key, key, keylen); in ccp_rsa_setkey()
|
/openbmc/linux/drivers/crypto/virtio/ |
H A D | virtio_crypto_akcipher_algs.c | 391 ret = rsa_parse_pub_key(&rsa_key, key, keylen); in virtio_crypto_rsa_set_key()
|
/openbmc/linux/drivers/crypto/aspeed/ |
H A D | aspeed-acry.c | 495 ret = rsa_parse_pub_key(&ctx->key, key, keylen); in aspeed_acry_rsa_setkey()
|
/openbmc/linux/drivers/crypto/starfive/ |
H A D | jh7110-rsa.c | 486 ret = rsa_parse_pub_key(&raw_key, key, keylen); in starfive_rsa_setkey()
|
/openbmc/linux/drivers/crypto/caam/ |
H A D | caampkc.c | 954 ret = rsa_parse_pub_key(&raw_key, key, keylen); in caam_rsa_set_pub_key()
|
/openbmc/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | qat_asym_algs.c | 1171 ret = rsa_parse_pub_key(&rsa_key, key, keylen); in qat_rsa_setkey()
|
/openbmc/linux/drivers/crypto/hisilicon/hpre/ |
H A D | hpre_crypto.c | 1095 ret = rsa_parse_pub_key(&rsa_key, key, keylen); in hpre_rsa_setkey()
|