Searched refs:key_size (Results 1 – 6 of 6) sorted by relevance
/reactos/modules/rostests/winetests/advapi32/ |
H A D | crypt.c | 1013 DWORD key_size; in test_rc2_keylen() member 1031 key_blob.key_size = sizeof(key); in test_rc2_keylen() 1037 sizeof(BLOBHEADER)+sizeof(DWORD)+key_blob.key_size, in test_rc2_keylen() 1059 sizeof(BLOBHEADER)+sizeof(DWORD)+key_blob.key_size, in test_rc2_keylen() 1067 key_blob.key_size = 7; in test_rc2_keylen() 1070 sizeof(BLOBHEADER)+sizeof(DWORD)+key_blob.key_size, in test_rc2_keylen() 1081 key_blob.key_size = sizeof(key); in test_rc2_keylen() 1084 sizeof(BLOBHEADER)+sizeof(DWORD)+key_blob.key_size, in test_rc2_keylen() 1096 key_blob.key_size = sizeof(key); in test_rc2_keylen() 1109 sizeof(BLOBHEADER)+sizeof(DWORD)+key_blob.key_size, in test_rc2_keylen() [all …]
|
/reactos/dll/win32/bcrypt/ |
H A D | bcrypt_main.c | 449 static NTSTATUS hmac_init( struct hash *hash, UCHAR *key, ULONG key_size ) in hmac_init() argument 479 CCHmacInit( &hash->u.hmac_ctx, cc_algorithm, key, key_size ); in hmac_init() 607 static NTSTATUS hmac_init( struct hash *hash, UCHAR *key, ULONG key_size ) in hmac_init() argument 639 if (pgnutls_hmac_init( &hash->u.hmac_handle, alg, key, key_size )) return STATUS_INTERNAL_ERROR; in hmac_init() 718 static NTSTATUS hmac_init( struct hash *hash, UCHAR *key, ULONG key_size ) in hmac_init() argument 765 mbedtls_md_hmac_starts(&hash->u.hmac_ctx, key, key_size); in hmac_init()
|
/reactos/modules/rosapps/applications/devutils/btrfstools/ |
H A D | btrfs_structures.py | 1255 key_size = InnerKey.sstruct.size if header.level > 0 else LeafKey.sstruct.size 1258 self.fd.seek(root_paddr + _node_header_struct.size + i * key_size) 1259 k = key_struct(self.fd.read(key_size))
|
/reactos/modules/rosapps/applications/net/tsclient/porting-tools/rdesktop-core-tester/ |
H A D | activex.cpp | 3657 static bool OnPublicKey(RDPCLIENT * This, unsigned char * key, unsigned int key_size) in OnPublicKey() argument 3659 return InnerToOuter(This)->OnPublicKey(key, key_size); in OnPublicKey() 3700 bool OnPublicKey(unsigned char * key, unsigned int key_size) in OnPublicKey() argument 3702 HRESULT hr = FireReceivedTSPublicKey(key, key_size); in OnPublicKey() 5900 BOOL event_pubkey(RDPCLIENT * This, unsigned char * key, unsigned int key_size) in event_pubkey() argument 5902 if(!RdpClient::OnPublicKey(This, key, key_size)) in event_pubkey()
|
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/ |
H A D | proto.h | 313 BOOL event_pubkey(RDPCLIENT * This, unsigned char * key, unsigned int key_size);
|
/reactos/dll/win32/crypt32/ |
H A D | encode.c | 4830 DWORD key_size = 0; in CRYPT_ExportPublicKeyInfoEx() local 4835 … dwFlags, pvAuxInfo, &key_data, &key_size, ¶ms, ¶ms_size); in CRYPT_ExportPublicKeyInfoEx() 4839 … DWORD size_needed = sizeof(*pInfo) + oid_size + key_size + params_size; in CRYPT_ExportPublicKeyInfoEx() 4866 pInfo->PublicKey.cbData = key_size; in CRYPT_ExportPublicKeyInfoEx() 4867 memcpy(pInfo->PublicKey.pbData, key_data, key_size); in CRYPT_ExportPublicKeyInfoEx()
|