Searched refs:pKey (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/crypto/external/cpl/trousers/dist/src/include/tss/ |
| 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/ |
| 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/ |
| 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/public-domain/sqlite/dist/ |
| 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 …]
|