Searched refs:key (Results 1 – 5 of 5) sorted by relevance
| /hypervisor/include/lib/ |
| A D | hash.h | 25 static inline uint64_t hash64(uint64_t key, uint32_t bits) in hash64() argument 27 return (key * HASH_FACTOR64) >> (64U - bits); in hash64()
|
| /hypervisor/common/ |
| A D | ptdev.c | 67 uint64_t key = ptirq_hash_key(vm, sid); in find_ptirq_entry() local 70 b = &(phys_sid_htable[key]); in find_ptirq_entry() 82 b = &(virt_sid_htable[key]); in find_ptirq_entry() 223 uint64_t key; in ptirq_activate_entry() local 239 key = ptirq_hash_key(NULL, &(entry->phys_sid)); in ptirq_activate_entry() 240 hlist_add_head(&entry->phys_link, &(phys_sid_htable[key])); in ptirq_activate_entry() 241 key = ptirq_hash_key(entry->vm, &(entry->virt_sid)); in ptirq_activate_entry() 242 hlist_add_head(&entry->virt_link, &(virt_sid_htable[key])); in ptirq_activate_entry()
|
| /hypervisor/lib/crypto/mbedtls/ |
| A D | md.h | 155 int32_t mbedtls_md_hmac_starts(mbedtls_md_context_t *ctx, const uint8_t *key, size_t keylen); 220 int32_t mbedtls_md_hmac(const mbedtls_md_info_t *md_info, const uint8_t *key, size_t keylen,
|
| A D | md.c | 78 int32_t mbedtls_md_hmac_starts(mbedtls_md_context_t *ctx, const uint8_t *key, size_t keylen) in mbedtls_md_hmac_starts() argument 83 const uint8_t *temp_key = key; in mbedtls_md_hmac_starts() 180 const uint8_t *key, size_t keylen, in mbedtls_md_hmac() argument 196 ret = mbedtls_md_hmac_starts(&ctx, key, keylen); in mbedtls_md_hmac()
|
| A D | ChangeLog | 352 could cause a key exchange to fail on valid data. 463 (e.g. signing with a public key). 986 * Added a key extraction callback to accees the master secret and key 1770 * EC key generation support in gen_key app 2099 * Parsing of PKCS#8 encrypted private key files 2108 PKCS#8 private key formats 2248 * Added PKCS#5 PBKDF2 key derivation function 2280 * Handle encryption with private key and decryption with public key as per 2352 * Handle encryption with private key and decryption with public key as per 2507 before parsing a key or keyfile! [all …]
|
Completed in 9 milliseconds