Home
last modified time | relevance | path

Searched refs:crypto_akcipher_set_pub_key (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/crypto/asymmetric_keys/
H A Dpublic_key.c183 ret = crypto_akcipher_set_pub_key(tfm, key, pkey->keylen); in software_key_query()
253 ret = crypto_akcipher_set_pub_key(tfm, key, pkey->keylen); in software_key_eds_op()
420 ret = crypto_akcipher_set_pub_key(tfm, buf, pkey->keylen); in public_key_verify_signature()
H A Dasym_tpm.c415 ret = crypto_akcipher_set_pub_key(tfm, der_pub_key, der_pub_key_len); in tpm_key_query()
469 ret = crypto_akcipher_set_pub_key(tfm, der_pub_key, der_pub_key_len); in tpm_key_encrypt()
764 ret = crypto_akcipher_set_pub_key(tfm, der_pub_key, der_pub_key_len); in tpm_key_verify_signature()
/kernel/linux/linux-6.6/crypto/
H A Dsig.c138 return crypto_akcipher_set_pub_key(*ctx, key, keylen); in crypto_sig_set_pubkey()
H A Drsa-pkcs1pad.c115 err = crypto_akcipher_set_pub_key(ctx->child, key, keylen); in pkcs1pad_set_pub_key()
H A Dtestmgr.c4111 err = crypto_akcipher_set_pub_key(tfm, key, vecs->key_len); in test_akcipher_one()
/kernel/linux/linux-6.6/crypto/asymmetric_keys/
H A Dpublic_key.c220 ret = crypto_akcipher_set_pub_key(tfm, key, pkey->keylen); in software_key_query()
329 ret = crypto_akcipher_set_pub_key(tfm, key, pkey->keylen); in software_key_eds_op()
/kernel/linux/linux-5.10/include/crypto/
H A Dakcipher.h376 * crypto_akcipher_set_pub_key() - Invoke set public key operation
388 static inline int crypto_akcipher_set_pub_key(struct crypto_akcipher *tfm, in crypto_akcipher_set_pub_key() function
/kernel/linux/linux-6.6/include/crypto/
H A Dakcipher.h459 * crypto_akcipher_set_pub_key() - Invoke set public key operation
471 static inline int crypto_akcipher_set_pub_key(struct crypto_akcipher *tfm, in crypto_akcipher_set_pub_key() function
/kernel/linux/linux-5.10/crypto/
H A Drsa-pkcs1pad.c115 err = crypto_akcipher_set_pub_key(ctx->child, key, keylen); in pkcs1pad_set_pub_key()
H A Dtestmgr.c3966 err = crypto_akcipher_set_pub_key(tfm, key, vecs->key_len); in test_akcipher_one()
/kernel/linux/linux-6.6/drivers/crypto/aspeed/
H A Daspeed-acry.c539 ret = crypto_akcipher_set_pub_key(ctx->fallback_tfm, key, keylen); in aspeed_acry_rsa_set_pub_key()
/kernel/linux/linux-6.6/drivers/crypto/starfive/
H A Djh7110-rsa.c529 ret = crypto_akcipher_set_pub_key(ctx->akcipher_fbk, key, keylen); in starfive_rsa_set_pub_key()
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c1060 ret = crypto_akcipher_set_pub_key(ctx->rsa.soft_tfm, key, keylen); in hpre_rsa_setpubkey()
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c1137 ret = crypto_akcipher_set_pub_key(ctx->rsa.soft_tfm, key, keylen); in hpre_rsa_setpubkey()

Completed in 25 milliseconds