Lines Matching full:operation
23 * depending on the operation.
24 * After operation it will be updated with the actual size of the
27 * it will be updated to the size required for the operation.
55 * @encrypt: Function performs an encrypt operation as defined by public key
58 * operation
59 * @decrypt: Function performs a decrypt operation as defined by public key
62 * operation
207 * Callback will be called when an asynchronous operation on a given
211 * @flgs: specify for instance if the operation may backlog
228 * Sets parameters required by crypto operation
266 * crypto_akcipher_encrypt() - Invoke public key encrypt operation
268 * Function invokes the specific public key encrypt operation for a given
283 * crypto_akcipher_decrypt() - Invoke public key decrypt operation
285 * Function invokes the specific public key decrypt operation for a given
300 * crypto_akcipher_sync_encrypt() - Invoke public key encrypt operation
302 * Function invokes the specific public key encrypt operation for a given
318 * crypto_akcipher_sync_decrypt() - Invoke public key decrypt operation
320 * Function invokes the specific public key decrypt operation for a given
336 * crypto_akcipher_set_pub_key() - Invoke set public key operation
358 * crypto_akcipher_set_priv_key() - Invoke set private key operation