Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Dakcipher.c234 int crypto_akcipher_sync_post(struct crypto_akcipher_sync_data *data, int err) in crypto_akcipher_sync_post() function
243 EXPORT_SYMBOL_GPL(crypto_akcipher_sync_post);
258 crypto_akcipher_sync_post(&data, in crypto_akcipher_sync_encrypt()
276 crypto_akcipher_sync_post(&data, in crypto_akcipher_sync_decrypt()
H A Dsig.c104 crypto_akcipher_sync_post(&data, in crypto_sig_sign()
128 return crypto_akcipher_sync_post(&data, in crypto_sig_verify()
H A Dinternal.h131 int crypto_akcipher_sync_post(struct crypto_akcipher_sync_data *data, int err);