Searched refs:pKey (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/ |
| H A D | TSP.idl | 184 HRESULT Unseal([in] ITCPAKey* pKey, 194 HRESULT Unbind([in] ITCPAKey* pKey, 224 HRESULT Sign([in] ITCPAKey* pKey, 229 HRESULT VerifySignature([in] ITCPAKey* pKey, 425 HRESULT GetCapabilitySigned([in] ITCPAKey* pKey, 456 HRESULT RegisterKey([in] ITCPAKey* pKey, 571 HRESULT SetTransEncryptionKey([in] ITCPAKey* pKey);
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/ |
| H A D | tcs_key.c | 37 TSS_KEY key, *pKey; in add_cache_entry() local 40 pKey = NULL; in add_cache_entry() 47 pKey = &key; in add_cache_entry() 60 if ((result = mc_add_entry(tcsHandle, hSlot, pKey))) in add_cache_entry()
|
| /netbsd-src/crypto/external/cpl/tpm-tools/dist/src/data_mgmt/ |
| H A D | data_import.c | 328 EVP_PKEY *pKey = NULL; in readX509Cert() local 365 pKey = X509_get_pubkey( pX509 ); in readX509Cert() 366 if ( !pKey ) { in readX509Cert() 375 if ( EVP_PKEY_type( pKey->type ) != EVP_PKEY_RSA ) { in readX509Cert()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/ |
| H A D | sqlite3.d | 1174 const(void)*pKey, int nKey /** The key */ 1180 const(void)* pKey, int nKey /* The key */ 1193 const(void)*pKey, int nKey /** The new key */ 1198 const(void)* pKey, int nKey /* The new key */
|
| /netbsd-src/external/public-domain/sqlite/dist/ |
| H A D | sqlite3.c | 14406 const char *pKey; /* Key associated with this element */ member 14413 SQLITE_PRIVATE void *sqlite3HashInsert(Hash*, const char *pKey, void *pData); 14414 SQLITE_PRIVATE void *sqlite3HashFind(const Hash*, const char *pKey); 16278 const void *pKey; /* Key content for indexes. NULL for tables */ member 36689 unsigned int h = strHash(elem->pKey) % new_size; 36703 const char *pKey, /* The key we are searching for */ 36713 h = strHash(pKey) % pH->htsize; 36725 if( sqlite3StrICmp(elem->pKey,pKey)==0 ){ 36772 SQLITE_PRIVATE void *sqlite3HashFind(const Hash *pH, const char *pKey){ 36774 assert( pKey!=0 ); [all …]
|