Home
last modified time | relevance | path

Searched refs:pRSAPubKey (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/rsaenh/
H A Drsaenh.c2501 RSAPUBKEY *pRSAPubKey = (RSAPUBKEY*)(pBlobHeader+1); in crypt_export_public_key() local
2522 pRSAPubKey->magic = RSAENH_MAGIC_RSA1; in crypt_export_public_key()
2523 pRSAPubKey->bitlen = pCryptKey->dwKeyLen << 3; in crypt_export_public_key()
2563 pRSAPubKey->magic = RSAENH_MAGIC_RSA2; in crypt_export_private_key()
2564 pRSAPubKey->bitlen = pCryptKey->dwKeyLen << 3; in crypt_export_private_key()
2782 if (pRSAPubKey->magic != RSAENH_MAGIC_RSA2) in import_private_key()
2789 (pRSAPubKey->bitlen >> 3) + (5 * ((pRSAPubKey->bitlen+8)>>4)))) in import_private_key()
2792 (pRSAPubKey->bitlen >> 3) + (5 * ((pRSAPubKey->bitlen+8)>>4)); in import_private_key()
2804 pRSAPubKey->bitlen/8, dwDataLen, pRSAPubKey->pubexp); in import_private_key()
2866 (pRSAPubKey->magic != RSAENH_MAGIC_RSA1) || in import_public_key()
[all …]