Home
last modified time | relevance | path

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

/reactos/dll/win32/rsaenh/
H A Dimplglue.c186 case CALG_RSA_SIGN: in new_key_impl()
202 case CALG_RSA_SIGN: in free_key_impl()
272 case CALG_RSA_SIGN: in duplicate_key_impl()
347 case CALG_RSA_SIGN: in encrypt_block_impl()
H A Drsaenh.c182 …{CALG_RSA_SIGN, 512,384,16384,CRYPT_FLAG_SIGNING|CRYPT_FLAG_IPSEC,9,"RSA_SIGN",14,"RSA Signature"},
199 …{CALG_RSA_SIGN,1024,384,16384,CRYPT_FLAG_SIGNING|CRYPT_FLAG_IPSEC,9,"RSA_SIGN",14,"RSA Signature"},
216 …{CALG_RSA_SIGN,1024,384,16384,CRYPT_FLAG_SIGNING|CRYPT_FLAG_IPSEC,9,"RSA_SIGN",14,"RSA Signature"},
940 case CALG_RSA_SIGN: in new_key()
2285 if (pCryptKey->aiAlgid == CALG_RSA_SIGN) { in RSAENH_CPEncrypt()
2435 if (pCryptKey->aiAlgid == CALG_RSA_SIGN) { in RSAENH_CPDecrypt()
2504 if ((pCryptKey->aiAlgid != CALG_RSA_KEYX) && (pCryptKey->aiAlgid != CALG_RSA_SIGN)) { in crypt_export_public_key()
2539 if ((pCryptKey->aiAlgid != CALG_RSA_KEYX) && (pCryptKey->aiAlgid != CALG_RSA_SIGN)) { in crypt_export_private_key()
2811 case CALG_RSA_SIGN: in import_private_key()
3179 case CALG_RSA_SIGN: in RSAENH_CPGenKey()
[all …]
/reactos/modules/rostests/winetests/crypt32/
H A Dmain.c320 { ALG(CALG_RSA_SIGN) }, in test_getDefaultCryptProv()
H A Doid.c553 ALG_ID algs[2] = { CALG_MD5, CALG_RSA_SIGN }; in test_findOIDInfo()
H A Dencode.c8449 ret = CryptImportPublicKeyInfoEx(csp, X509_ASN_ENCODING, info, CALG_RSA_SIGN, 0, NULL, in testImportPublicKey()
8459 ok(ai == CALG_RSA_SIGN, "ALG_ID is %04x (expected CALG_RSA_SIGN)\n", ai); in testImportPublicKey()
/reactos/modules/rostests/winetests/secur32/
H A Dschannel.c109 X(CALG_RSA_SIGN); in algid_to_str()
944 key_info.SignatureAlgorithm == CALG_RSA_SIGN, in test_communication()
/reactos/modules/rostests/winetests/rsaenh/
H A Drsaenh.c3332 result = CryptGenKey(prov, CALG_RSA_SIGN, 0, &key); in test_null_provider()
3584 { CALG_RSA_SIGN, CALG_MD2, 0, 16, 0, NTE_BAD_ALGID, in test_key_derivation()
3645 { CALG_RSA_SIGN, CALG_MD4, 0, 16, 0, NTE_BAD_ALGID, in test_key_derivation()
3706 { CALG_RSA_SIGN, CALG_MD5, 0, 16, 0, NTE_BAD_ALGID, in test_key_derivation()
3767 { CALG_RSA_SIGN, CALG_SHA1, 0, 20, 0, NTE_BAD_ALGID, in test_key_derivation()
3834 { CALG_RSA_SIGN, CALG_SHA_256, 0, 32, 0, NTE_BAD_ALGID, in test_key_derivation()
/reactos/dll/win32/crypt32/
H A Doid.c1289 static const DWORD rsaSign = CALG_RSA_SIGN;
1349 { 3, szOID_RSA_RSA, CALG_RSA_SIGN, RSA, NULL },
1350 { 3, szOID_RSA_RSA, CALG_RSA_SIGN, RSA_SIGN, NULL },
/reactos/sdk/include/psdk/
H A Dwincrypt.h1816 #define CALG_RSA_SIGN (ALG_CLASS_SIGNATURE | ALG_TYPE_RSA | ALG_SID_RSA_AN… macro