Lines Matching full:keysize
569 UINT16 keySize, // IN: the size of the HMAC key581 if(keySize > blockSize)586 _cpri__UpdateHash(&localState, keySize, key);593 memcpy(oPadKey->buffer, key, keySize);594 oPadKey->size = keySize;600 // if the keySize is smaller than a block, fill the rest with 0x36