Searched refs:ERR_LIB_CRYPTOAPI (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dcryptoapi.c72 #define ERR_LIB_CRYPTOAPI (ERR_LIB_USER + 69) /* 69 is just a number... */ macro
85 { ERR_PACK(ERR_LIB_CRYPTOAPI, 0, 0), "microsoft cryptoapi"},
147 ERR_load_strings(ERR_LIB_CRYPTOAPI, CRYPTOAPI_str_functs);
155 ERR_PUT_error(ERR_LIB_CRYPTOAPI, func, err_map[i].err, file, line);
165 ERR_load_strings(ERR_LIB_CRYPTOAPI, esd);
166 ERR_PUT_error(ERR_LIB_CRYPTOAPI, func, err_map[i].err, file, line);

Completed in 112 milliseconds