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.
60 * @sign: Function performs a sign operation as defined by public key
63 * operation
64 * @verify: Function performs a complete verify operation as defined by
67 * @encrypt: Function performs an encrypt operation as defined by public key
70 * operation
71 * @decrypt: Function performs a decrypt operation as defined by public key
74 * operation
221 * Callback will be called when an asynchronous operation on a given
225 * @flgs: specify for instance if the operation may backlog
242 * Sets parameters required by crypto operation
281 * crypto_akcipher_encrypt() - Invoke public key encrypt operation
283 * Function invokes the specific public key encrypt operation for a given
298 * crypto_akcipher_decrypt() - Invoke public key decrypt operation
300 * Function invokes the specific public key decrypt operation for a given
315 * crypto_akcipher_sync_encrypt() - Invoke public key encrypt operation
317 * Function invokes the specific public key encrypt operation for a given
333 * crypto_akcipher_sync_decrypt() - Invoke public key decrypt operation
335 * Function invokes the specific public key decrypt operation for a given
351 * crypto_akcipher_sign() - Invoke public key sign operation
353 * Function invokes the specific public key sign operation for a given
370 * Function invokes the specific public key signature verification operation
389 * crypto_akcipher_set_pub_key() - Invoke set public key operation
411 * crypto_akcipher_set_priv_key() - Invoke set private key operation