Lines Matching full:operation
25 * as big as the expected result depending on the operation
26 * After operation it will be updated with the actual size of the
29 * it will be updated to the size required for the operation.
54 * @sign: Function performs a sign operation as defined by public key
57 * operation
58 * @verify: Function performs a sign operation as defined by public key
61 * operation
62 * @encrypt: Function performs an encrypt operation as defined by public key
65 * operation
66 * @decrypt: Function performs a decrypt operation as defined by public key
69 * operation
216 * Callback will be called when an asynchronous operation on a given
220 * @flgs: specify for instance if the operation may backlog
237 * Sets parameters required by crypto operation
275 * crypto_akcipher_encrypt() - Invoke public key encrypt operation
277 * Function invokes the specific public key encrypt operation for a given
293 * crypto_akcipher_decrypt() - Invoke public key decrypt operation
295 * Function invokes the specific public key decrypt operation for a given
311 * crypto_akcipher_sign() - Invoke public key sign operation
313 * Function invokes the specific public key sign operation for a given
329 * crypto_akcipher_verify() - Invoke public key verify operation
331 * Function invokes the specific public key verify operation for a given
347 * crypto_akcipher_set_pub_key() - Invoke set public key operation
368 * crypto_akcipher_set_priv_key() - Invoke set private key operation