Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/crypto/
H A Dapi-akcipher.rst14 …_akcipher_maxsize crypto_akcipher_encrypt crypto_akcipher_decrypt crypto_akcipher_sign crypto_akci…
/openbmc/linux/crypto/
H A Dsig.c105 crypto_akcipher_sign(data.req)); in crypto_sig_sign()
H A Dtestmgr.c4224 crypto_akcipher_sign(req) : in test_akcipher_one()
/openbmc/linux/include/crypto/
H A Dakcipher.h422 static inline int crypto_akcipher_sign(struct akcipher_request *req) in crypto_akcipher_sign() function