Home
last modified time | relevance | path

Searched refs:crypto_akcipher_sync_encrypt (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/crypto/
Dakcipher.c217 int crypto_akcipher_sync_encrypt(struct crypto_akcipher *tfm, in crypto_akcipher_sync_encrypt() function
233 EXPORT_SYMBOL_GPL(crypto_akcipher_sync_encrypt);
/linux-6.14.4/include/crypto/
Dakcipher.h313 int crypto_akcipher_sync_encrypt(struct crypto_akcipher *tfm,
/linux-6.14.4/crypto/asymmetric_keys/
Dpublic_key.c331 ret = crypto_akcipher_sync_encrypt(tfm, in, params->in_len, in software_key_eds_op()