Searched refs:dwFlags (Results 1 – 2 of 2) sorted by relevance
/openssl-master/crypto/ |
A D | getenv.c | 27 DWORD dwFlags = MB_ERR_INVALID_CHARS; in ossl_safe_getenv() local 41 dwFlags = 0; in ossl_safe_getenv() 44 rsize = MultiByteToWideChar(curacp, dwFlags, name, -1, NULL, 0); in ossl_safe_getenv() 51 fsize = MultiByteToWideChar(curacp, dwFlags, name, -1, namew, rsize); in ossl_safe_getenv()
|
/openssl-master/engines/ |
A D | e_capi.c | 1505 DWORD dwFlags = 0; in capi_get_key() local 1530 dwFlags = CRYPT_MACHINE_KEYSET; in capi_get_key() 1532 dwFlags)) { in capi_get_key()
|
Completed in 7 milliseconds