Home
last modified time | relevance | path

Searched refs:crypto_akcipher_set_pub_key (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/crypto/asymmetric_keys/
H A Dpublic_key.c138 ret = crypto_akcipher_set_pub_key(tfm, key, pkey->keylen); in software_key_query()
209 ret = crypto_akcipher_set_pub_key(tfm, key, pkey->keylen); in software_key_eds_op()
359 ret = crypto_akcipher_set_pub_key(tfm, key, 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()
/OK3568_Linux_fs/kernel/Documentation/crypto/
H A Dapi-akcipher.rst14 …:functions: crypto_alloc_akcipher crypto_free_akcipher crypto_akcipher_set_pub_key crypto_akcipher…
/OK3568_Linux_fs/kernel/include/crypto/
H A Dakcipher.h388 static inline int crypto_akcipher_set_pub_key(struct crypto_akcipher *tfm, in crypto_akcipher_set_pub_key() function
/OK3568_Linux_fs/kernel/crypto/
H A Drsa-pkcs1pad.c115 err = crypto_akcipher_set_pub_key(ctx->child, key, keylen); in pkcs1pad_set_pub_key()
H A Dtestmgr.c3969 err = crypto_akcipher_set_pub_key(tfm, key, vecs->key_len); in test_akcipher_one()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/
H A Drk_cryptodev.c690 ret = crypto_akcipher_set_pub_key(tfm, key, rop->key_len); in crypto_rsa_run()