mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-18 11:33:36 -04:00
s390/zcrypt: extend cca_findcard function and helper
Rework and extension of the cca_findcard function to be prepared for other types of secure key blobs. Split the function and extract an internal function which has no awareness of key blobs any more. Improve this function and the helper code around to be able to check for a minimal crypto card hardware level (Background: the newer AES cipher keys need to match to the master key verification pattern and need to have a crypto card CEX6 or higher). No API change, neither for the in-kernel API nor the ioctl interface. Signed-off-by: Harald Freudenberger <freude@linux.ibm.com> Reviewed-by: Ingo Franzki <ifranzki@linux.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
This commit is contained in:
committed by
Vasily Gorbik
parent
183cb46954
commit
4da57a2fea
@@ -121,9 +121,6 @@ void zcrypt_card_get(struct zcrypt_card *);
|
||||
int zcrypt_card_put(struct zcrypt_card *);
|
||||
int zcrypt_card_register(struct zcrypt_card *);
|
||||
void zcrypt_card_unregister(struct zcrypt_card *);
|
||||
struct zcrypt_card *zcrypt_card_get_best(unsigned int *,
|
||||
unsigned int, unsigned int);
|
||||
void zcrypt_card_put_best(struct zcrypt_card *, unsigned int);
|
||||
|
||||
struct zcrypt_queue *zcrypt_queue_alloc(size_t);
|
||||
void zcrypt_queue_free(struct zcrypt_queue *);
|
||||
@@ -132,8 +129,6 @@ int zcrypt_queue_put(struct zcrypt_queue *);
|
||||
int zcrypt_queue_register(struct zcrypt_queue *);
|
||||
void zcrypt_queue_unregister(struct zcrypt_queue *);
|
||||
void zcrypt_queue_force_online(struct zcrypt_queue *, int);
|
||||
struct zcrypt_queue *zcrypt_queue_get_best(unsigned int, unsigned int);
|
||||
void zcrypt_queue_put_best(struct zcrypt_queue *, unsigned int);
|
||||
|
||||
int zcrypt_rng_device_add(void);
|
||||
void zcrypt_rng_device_remove(void);
|
||||
@@ -145,5 +140,7 @@ int zcrypt_api_init(void);
|
||||
void zcrypt_api_exit(void);
|
||||
long zcrypt_send_cprb(struct ica_xcRB *xcRB);
|
||||
void zcrypt_device_status_mask_ext(struct zcrypt_device_status_ext *devstatus);
|
||||
int zcrypt_device_status_ext(int card, int queue,
|
||||
struct zcrypt_device_status_ext *devstatus);
|
||||
|
||||
#endif /* _ZCRYPT_API_H_ */
|
||||
|
||||
Reference in New Issue
Block a user