Lines Matching +full:- +full:encoded
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
13 * struct crypto_sig - user-instantiated objects which encapsulate
30 * crypto_alloc_sig() - allocate signature tfm handle
47 return &tfm->base; in crypto_sig_tfm()
51 * crypto_free_sig() - free signature tfm handle
63 * crypto_sig_maxsize() - Get len for output buffer
75 * crypto_sig_sign() - Invoke signing operation
92 * crypto_sig_verify() - Invoke signature verification
110 * crypto_sig_set_pubkey() - Invoke set public key operation
113 * how to decode and interpret the encoded key and parameters
116 * @key: BER encoded public key, algo OID, paramlen, BER encoded
126 * crypto_sig_set_privkey() - Invoke set private key operation
129 * how to decode and interpret the encoded key and parameters
132 * @key: BER encoded private key, algo OID, paramlen, BER encoded