uOFW
Reverse engineered PSP kernel 6.60.
Loading...
Searching...
No Matches
include
net
lib_https.h
1
/* Copyright (C) 2011 - 2016 The uOFW team
2
See the file COPYING for copying permission.
3
*/
4
10
#ifndef LIB_HTTPS_H
11
#define LIB_HTTPS_H
12
13
/* lib_https specific error codes. */
14
15
#define SCE_HTTPS_ERROR_OUT_OF_MEMORY 0x80435022
16
#define SCE_HTTPS_ERROR_CERT 0x80435060
17
#define SCE_HTTPS_ERROR_HANDSHAKE 0x80435061
18
#define SCE_HTTPS_ERROR_IO 0x80435062
19
#define SCE_HTTPS_ERROR_INTERNAL 0x80435063
20
#define SCE_HTTPS_ERROR_PROXY 0x80435064
21
22
#endif
/* LIB_HTTPS_H */
23
Generated on Thu Jun 19 2025 21:48:58 for uOFW by
1.9.8