Lines Matching full:operation

27  *		depending on the operation.
28 * After operation it will be updated with the actual size of the
31 * it will be updated to the size required for the operation.
63 * @verify_cnt: number of verify operation
80 * @sign: Function performs a sign operation as defined by public key
83 * operation
84 * @verify: Function performs a complete verify operation as defined by
87 * @encrypt: Function performs an encrypt operation as defined by public key
90 * operation
91 * @decrypt: Function performs a decrypt operation as defined by public key
94 * operation
246 * Callback will be called when an asynchronous operation on a given
250 * @flgs: specify for instance if the operation may backlog
267 * Sets parameters required by crypto operation
327 * crypto_akcipher_encrypt() - Invoke public key encrypt operation
329 * Function invokes the specific public key encrypt operation for a given
352 * crypto_akcipher_decrypt() - Invoke public key decrypt operation
354 * Function invokes the specific public key decrypt operation for a given
377 * crypto_akcipher_sync_encrypt() - Invoke public key encrypt operation
379 * Function invokes the specific public key encrypt operation for a given
395 * crypto_akcipher_sync_decrypt() - Invoke public key decrypt operation
397 * Function invokes the specific public key decrypt operation for a given
413 * crypto_akcipher_sign() - Invoke public key sign operation
415 * Function invokes the specific public key sign operation for a given
436 * Function invokes the specific public key signature verification operation
459 * crypto_akcipher_set_pub_key() - Invoke set public key operation
481 * crypto_akcipher_set_priv_key() - Invoke set private key operation