Searched refs:CertStoreId (Results 1 – 6 of 6) sorted by relevance
| /CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/ssl/ |
| D | ssl_ConnectionIpc.h | 86 nn::Result CreateCertStore( CertStoreId* pCertId ); 87 nn::Result DestroyCertStore( CertStoreId certId ); 88 …nn::Result AddCertToCertStore( CertStoreId certStoreId, const u8 pCertData[], size_t certDataSize,… 89 …nn::Result AddInternalCertToCertStore( CertStoreId certStoreId, InternalCaCert internalCertName, C… 90 nn::Result RemoveCertFromCertStore( CertStoreId certStoreId, CertId certId ); 107 nn::Result SetServerCertStore( ConnectionHandle handle, CertStoreId certStoreId );
|
| D | ssl_CertStore.h | 105 CertStoreId GetID(void){return m_certStoreId;} in GetID() 111 CertStoreId m_certStoreId;
|
| D | ssl_Types.h | 63 typedef NSSLCertStoreId CertStoreId; typedef
|
| /CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/http/ |
| D | http_Types.h | 67 typedef u32 CertStoreId; typedef
|
| D | http_ConnectionIpc.h | 143 nn::Result SetRootCaStore( ConnectionHandle handle, CertStoreId certStoreId ); 150 nn::Result CreateCertStore( CertStoreId* pCertId ); 151 nn::Result DestroyCertStore( CertStoreId certId ); 152 …nn::Result AddCertToCertStore( CertStoreId certStoreId, const u8 pCertData[], size_t certDataSize,… 153 …nn::Result AddInternalCertToCertStore( CertStoreId certStoreId, InternalCaCertId inCaCertName, Cer… 154 nn::Result RemoveCertFromCertStore( CertStoreId certStoreId, CertId certId );
|
| D | http_CertStore.h | 107 CertStoreId m_certStoreId;
|