Merge "Add missing mechanism for GENERIC_SECRETS"

This commit is contained in:
Zuul 2018-08-23 14:48:43 +00:00 committed by Gerrit Code Review
commit eff5f04ed7
1 changed files with 2 additions and 1 deletions

View File

@ -154,7 +154,8 @@ _CBC_BLOCK_SIZE = 128 # bits
_KEY_GEN_MECHANISMS = {
'CKM_AES_KEY_GEN': CKM_AES_KEY_GEN,
'CKM_NC_SHA256_HMAC_KEY_GEN': CKM_NC_SHA256_HMAC_KEY_GEN
'CKM_NC_SHA256_HMAC_KEY_GEN': CKM_NC_SHA256_HMAC_KEY_GEN,
'CKM_GENERIC_SECRET_KEY_GEN': CKM_GENERIC_SECRET_KEY_GEN,
}
CKM_NAMES = dict()