Home
last modified time | relevance | path

Searched refs:crypto_akcipher_set_priv_key (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/Documentation/crypto/
Dapi-akcipher.rst14 …loc_akcipher crypto_free_akcipher crypto_akcipher_set_pub_key crypto_akcipher_set_priv_key crypto_…
/Linux-v4.19/include/crypto/
Dakcipher.h379 static inline int crypto_akcipher_set_priv_key(struct crypto_akcipher *tfm, in crypto_akcipher_set_priv_key() function
/Linux-v4.19/crypto/
Drsa-pkcs1pad.c138 err = crypto_akcipher_set_priv_key(ctx->child, key, keylen); in pkcs1pad_set_priv_key()
Dtestmgr.c2255 err = crypto_akcipher_set_priv_key(tfm, vecs->key, in test_akcipher_one()