Lines Matching full:operation
25 * 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.
55 * @sign: Function performs a sign operation as defined by public key
58 * operation
59 * @verify: Function performs a complete verify operation as defined by
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
218 * Callback will be called when an asynchronous operation on a given
222 * @flgs: specify for instance if the operation may backlog
239 * Sets parameters required by crypto operation
278 * crypto_akcipher_encrypt() - Invoke public key encrypt operation
280 * Function invokes the specific public key encrypt operation for a given
302 * crypto_akcipher_decrypt() - Invoke public key decrypt operation
304 * Function invokes the specific public key decrypt operation for a given
326 * crypto_akcipher_sign() - Invoke public key sign operation
328 * Function invokes the specific public key sign operation for a given
351 * Function invokes the specific public key signature verification operation
376 * crypto_akcipher_set_pub_key() - Invoke set public key operation
398 * crypto_akcipher_set_priv_key() - Invoke set private key operation