Home | History | Annotate | Download | only in decoder

Lines Matching defs:KEY_SIZE

41 #define KEY_SIZE AES_BLOCK_SIZE
42 #define KEY_SIZE_IN_BITS (KEY_SIZE * 8)
175 unsigned char value[KEY_SIZE];
176 unsigned char key[KEY_SIZE];
185 pSession->encryptedSessionKeyLength, pData->key, KEY_SIZE);
191 memset(pData->value, 0, KEY_SIZE);
201 HMAC_Init_ex(&pSession->signingContext, pData->key, KEY_SIZE, EVP_sha1(), NULL);
272 pSession->encryptedSessionKeyLength = FwdLockGlue_GetEncryptedKeyLength(KEY_SIZE);
400 HMAC_Init_ex(&pSession->signingContext, NULL, KEY_SIZE, NULL, NULL);
428 HMAC_Init_ex(&pSession->signingContext, NULL, KEY_SIZE, NULL, NULL);