Retained Key List (CSNDRKL)
Use this verb to list the key labels of selected PKA key records that have been retained within the cryptographic engine.
Specify the keys to be listed using the key_label_mask variable. To identify multiple keys, use a wild card (*) in the mask. Only labels with matching characters to those in the mask up to the first * is returned. To list all retained key labels, specify a mask of an *, followed by 63 space characters. For example, if the cryptographic engine has retained key labels a.a, a.a1, a.b.c.d, and z.a, and you specify the mask a.*, the verb returns a.a, a.a1 and a.b.c.d. If you specify a mask of a.a*, the verb returns a.a and a.a1.
To retain PKA keys within the coprocessor, use the PKA Key Generate verb. To delete retained keys from the coprocessor, use the Retained Key Delete verb.
This verb does not need to document any Restrictions.