Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/crypto/
Dapi-akcipher.rst14 …:functions: crypto_alloc_akcipher crypto_free_akcipher crypto_akcipher_set_pub_key crypto_akcipher…
/Linux-v4.19/crypto/asymmetric_keys/
Dpublic_key.c109 ret = crypto_akcipher_set_pub_key(tfm, pkey->key, pkey->keylen); in public_key_verify_signature()
/Linux-v4.19/include/crypto/
Dakcipher.h358 static inline int crypto_akcipher_set_pub_key(struct crypto_akcipher *tfm, in crypto_akcipher_set_pub_key() function
/Linux-v4.19/crypto/
Drsa-pkcs1pad.c117 err = crypto_akcipher_set_pub_key(ctx->child, key, keylen); in pkcs1pad_set_pub_key()
Dtestmgr.c2252 err = crypto_akcipher_set_pub_key(tfm, vecs->key, in test_akcipher_one()