Lines Matching full:protected
5 * s390 specific HMAC support for protected keys.
120 /* phmac protected key struct */
133 /* source key material used to derive a protected key from */
137 /* cpacf function code to use with this protected key type */
148 /* if state is valid, pk holds the protected key */
186 * Pkey 'token' struct used to derive a protected key value from a clear key.
310 * Convert the raw key material into a protected key via PKEY api.
340 * (Re-)Convert the raw key material from the tfm ctx into a protected
342 * and the protected key in the tfm context.
346 * order of update. So a fresh converted valid protected key may get
442 /* protected key is invalid and needs re-conversion */ in phmac_kmac_update()
478 /* protected key is invalid and needs re-conversion */ in phmac_kmac_update()
535 /* protected key is invalid and needs re-conversion */ in phmac_kmac_final()
579 * Copy the pk from tfm ctx into kmac ctx. The protected key in phmac_init()
772 /* convert raw key into protected key */ in phmac_setkey()
880 * Protected key expired, conversion is in process. in phmac_do_one_request()
901 * Protected key expired, conversion is in process. in phmac_do_one_request()
1062 MODULE_DESCRIPTION("S390 HMAC driver for protected keys");