Lines Matching full:public
3 * Public Key Encryption
15 * struct akcipher_request - public key request
78 * struct akcipher_alg - generic public key algorithm
80 * @sign: Function performs a sign operation as defined by public key
85 * public key algorithm, returning verification status. Requires
87 * @encrypt: Function performs an encrypt operation as defined by public key
91 * @decrypt: Function performs a decrypt operation as defined by public key
95 * @set_pub_key: Function invokes the algorithm specific set public key
97 * the BER encoded public key and parameters
138 * DOC: Generic Public Key API
140 * The Public Key API is used with the algorithms of type
147 * public key algorithm e.g. "rsa"
151 * Allocate a handle for public key algorithm. The returned struct
153 * API invocation for the public key operations.
214 * akcipher_request_alloc() - allocates public key request
234 * akcipher_request_free() - zeroize and free public key request
269 * @req: public key request
327 * crypto_akcipher_encrypt() - Invoke public key encrypt operation
329 * Function invokes the specific public key encrypt operation for a given
330 * public key algorithm
352 * crypto_akcipher_decrypt() - Invoke public key decrypt operation
354 * Function invokes the specific public key decrypt operation for a given
355 * public key algorithm
377 * crypto_akcipher_sync_encrypt() - Invoke public key encrypt operation
379 * Function invokes the specific public key encrypt operation for a given
380 * public key algorithm
395 * crypto_akcipher_sync_decrypt() - Invoke public key decrypt operation
397 * Function invokes the specific public key decrypt operation for a given
398 * public key algorithm
413 * crypto_akcipher_sign() - Invoke public key sign operation
415 * Function invokes the specific public key sign operation for a given
416 * public key algorithm
434 * crypto_akcipher_verify() - Invoke public key signature verification
436 * Function invokes the specific public key signature verification operation
437 * for a given public key algorithm.
459 * crypto_akcipher_set_pub_key() - Invoke set public key operation
465 * @key: BER encoded public key, algo OID, paramlen, BER encoded