Searched refs:crypto_akcipher_sync_decrypt (Results 1 – 4 of 4) sorted by relevance
235 int crypto_akcipher_sync_decrypt(struct crypto_akcipher *tfm, in crypto_akcipher_sync_decrypt() function252 EXPORT_SYMBOL_GPL(crypto_akcipher_sync_decrypt);
198 err = crypto_akcipher_sync_decrypt(ctx->child, in_buf, in rsassa_pkcs1_sign()
331 int crypto_akcipher_sync_decrypt(struct crypto_akcipher *tfm,
337 ret = crypto_akcipher_sync_decrypt(tfm, in, params->in_len, in software_key_eds_op()