Home
last modified time | relevance | path

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

/linux-6.14.4/crypto/
Dakcipher.c235 int crypto_akcipher_sync_decrypt(struct crypto_akcipher *tfm, in crypto_akcipher_sync_decrypt() function
252 EXPORT_SYMBOL_GPL(crypto_akcipher_sync_decrypt);
Drsassa-pkcs1.c198 err = crypto_akcipher_sync_decrypt(ctx->child, in_buf, in rsassa_pkcs1_sign()
/linux-6.14.4/include/crypto/
Dakcipher.h331 int crypto_akcipher_sync_decrypt(struct crypto_akcipher *tfm,
/linux-6.14.4/crypto/asymmetric_keys/
Dpublic_key.c337 ret = crypto_akcipher_sync_decrypt(tfm, in, params->in_len, in software_key_eds_op()