Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/net/compatible/nssl/
Dnssl.h141 typedef s32 NSSLCertStoreId; /* Please see man pages for details */ typedef
174 s32 NSSL_SetServerCertStore(NSSLId sslId, NSSLCertStoreId storeId);
194 NSSLCertStoreId NSSL_CertStore_Create(void);
195 s32 NSSL_CertStore_Destroy(NSSLCertStoreId storeId);
196 void NSSL_CertStore_DestroyAll(NSSLCertStoreId storeId);
197 s32 NSSL_CertStore_AddCert(NSSLCertStoreId storeId, NSSLCertId certId);
198 s32 NSSL_CertStore_RemoveCert(NSSLCertStoreId storeId, NSSLCertId certId);
199 BOOL NSSL_CertStore_IsValidId(NSSLCertStoreId storeId);
/CTR-SDK-4.2.5/include/nn/net/compatible/nhttp/
Dnhttp.h271 s32 NHTTP_SetRootCAStore(NHTTPConnectionHandle handle, NSSLCertStoreId rootCAId);