Searched defs:key (Results 76 - 100 of 127) sorted by relevance

123456

/fuchsia/zircon/third_party/ulib/jemalloc/test/unit/
H A Dph.c9 uint64_t key; member in struct:node_s
H A Drb.c20 uint64_t key; member in struct:node_s
48 node_t key; local
[all...]
H A Drtree.c83 uintptr_t key = (uintptr_t)gen_rand64(sfmt); local
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/aes/
H A Daes.c537 static int aes_nohw_set_encrypt_key(const uint8_t *key, unsigned bits, argument
633 aes_nohw_set_decrypt_key(const uint8_t *key, unsigned bits, AES_KEY *aeskey) argument
682 aes_nohw_encrypt(const uint8_t *in, uint8_t *out, const AES_KEY *key) argument
744 aes_nohw_decrypt(const uint8_t *in, uint8_t *out, const AES_KEY *key) argument
829 AES_encrypt(const uint8_t *in, uint8_t *out, const AES_KEY *key) argument
837 AES_decrypt(const uint8_t *in, uint8_t *out, const AES_KEY *key) argument
845 AES_set_encrypt_key(const uint8_t *key, unsigned bits, AES_KEY *aeskey) argument
853 AES_set_decrypt_key(const uint8_t *key, unsigned bits, AES_KEY *aeskey) argument
[all...]
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/hmac/
H A Dhmac.c68 uint8_t *HMAC(const EVP_MD *evp_md, const void *key, size_t key_len, argument
114 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, size_t key_len, argument
218 HMAC_Init(HMAC_CTX *ctx, const void *key, int key_len, const EVP_MD *md) argument
[all...]
/fuchsia/zircon/third_party/ulib/uboringssl/decrepit/xts/
H A Dxts.c178 static int aes_xts_init_key(EVP_CIPHER_CTX *ctx, const uint8_t *key, argument
/fuchsia/zircon/bootloader/src/
H A Dosboot.c88 efi_input_key key; local
168 char key = key_prompt("b0123456789", INT_MAX); local
199 char key = key_prompt(menukeys, INT_MAX); local
522 char key = key_prompt(valid_keys, timeout_s); local
[all...]
/fuchsia/zircon/kernel/object/
H A Ddispatcher.cpp195 bool Dispatcher::CancelByKey(Handle* handle, const void* port, uint64_t key) { argument
H A Dport_dispatcher.cpp132 StateObserver::Flags PortObserver::OnCancelByKey(const Handle* handle, const void* port, uint64_t key) { argument
346 zx_status_t PortDispatcher::MakeObserver(uint32_t options, Handle* handle, uint64_t key, argument
89 PortObserver(uint32_t type, const Handle* handle, fbl::RefPtr<PortDispatcher> port, uint64_t key, zx_signals_t signals) argument
378 CancelQueued(const void* handle, uint64_t key) argument
[all...]
/fuchsia/zircon/system/dev/nand/nandpart/test/
H A Daml-bad-block-test.cpp61 static size_t GetHash(uint32_t key) { return key; } argument
/fuchsia/zircon/system/ulib/dispatcher-pool/
H A Ddispatcher-thread-pool.cpp149 zx_status_t ThreadPool::CancelWaitOnPort(const zx::handle& handle, uint64_t key) { argument
161 zx_status_t ThreadPool::BindIrqToPort(const zx::handle& irq_handle, uint64_t key) { argument
134 WaitOnPort(const zx::handle& handle, uint64_t key, zx_signals_t signals, uint32_t options) argument
/fuchsia/zircon/system/ulib/zx/include/lib/zx/
H A Dobject.h120 zx_status_t wait_async(const object<port>& port, uint64_t key, argument
/fuchsia/zircon/system/utest/crypto/
H A Dcipher.cpp77 Secret key; local
86 Secret key; local
114 Secret key; local
123 Secret key; local
151 Secret key; local
186 Secret key; local
224 Secret key; local
289 Secret key; local
357 Secret key; local
[all...]
/fuchsia/zircon/system/utest/fbl/include/fbl/tests/intrusive_containers/
H A Dassociative_container_test_environment.h60 KeyType key = 0; local
188 KeyType key = objects()[i]->GetKey(); local
230 KeyType key = objects()[i]->GetKey(); local
245 KeyType key = objects()[i]->GetKey(); local
[all...]
H A Dbase_test_environments.h172 bool ValidEraseTarget(size_t key) { return container().find(key).IsValid(); } argument
/fuchsia/zircon/system/utest/libzx/
H A Dzx-test.cpp232 auto key = 1111ull; local
/fuchsia/zircon/system/utest/zxcrypt/
H A Dtest-device.h76 const crypto::Secret& key() const { return key_; } function in class:zxcrypt::testing::final
/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Drtree.c181 rtree_elm_witness_alloc(tsd_t *tsd, uintptr_t key, const rtree_elm_t *elm) argument
244 rtree_elm_witness_acquire(tsdn_t *tsdn, const rtree_t *rtree, uintptr_t key, argument
H A Dckh.c53 ckh_bucket_search(ckh_t *ckh, size_t bucket, const void *key) argument
71 ckh_isearch(ckh_t *ckh, const void *key) argument
92 ckh_try_bucket_insert(ckh_t *ckh, size_t bucket, const void *key, const void *data) argument
128 const void *key, *data, *tkey, *tdata; local
199 const void *key = *argkey; local
228 const void *key, *data; local
443 ckh_iter(ckh_t *ckh, size_t *tabind, void **key, void **data) argument
463 ckh_insert(tsd_t *tsd, ckh_t *ckh, const void *key, const void *data) argument
487 ckh_remove(tsd_t *tsd, ckh_t *ckh, const void *searchkey, void **key, void **data) argument
519 ckh_search(ckh_t *ckh, const void *searchkey, void **key, void **data) argument
538 ckh_string_hash(const void *key, size_t r_hash[2]) argument
553 ckh_pointer_hash(const void *key, size_t r_hash[2]) argument
[all...]
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/cipher/
H A Dcipher.c133 EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *engine, const uint8_t *key, const uint8_t *iv, int enc) argument
230 EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, const uint8_t *key, const uint8_t *iv) argument
235 EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, const uint8_t *key, const uint8_t *iv) argument
597 EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, const uint8_t *key, const uint8_t *iv, int enc) argument
605 EVP_EncryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, const uint8_t *key, const uint8_t *iv) argument
610 EVP_DecryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, const uint8_t *key, const uint8_t *iv) argument
[all...]
H A Daead.c40 EVP_AEAD_CTX *EVP_AEAD_CTX_new(const EVP_AEAD *aead, const uint8_t *key, argument
58 EVP_AEAD_CTX_init(EVP_AEAD_CTX *ctx, const EVP_AEAD *aead, const uint8_t *key, size_t key_len, size_t tag_len, ENGINE *impl) argument
70 EVP_AEAD_CTX_init_with_direction(EVP_AEAD_CTX *ctx, const EVP_AEAD *aead, const uint8_t *key, size_t key_len, size_t tag_len, enum evp_aead_direction_t dir) argument
/fuchsia/zircon/kernel/syscalls/
H A Dddk.cpp449 sys_interrupt_bind(zx_handle_t inth, zx_handle_t porth, uint64_t key, uint32_t options) argument
/fuchsia/zircon/system/core/devmgr/
H A Dblock-watcher.cpp125 char key[256]; local
/fuchsia/zircon/system/ulib/fbl/include/fbl/
H A Dintrusive_hash_table.h48 static HashType GetHash(const KeyType& key) { argument
136 KeyType key = KeyTraits::GetKey(*ptr); local
167 KeyType key local
196 KeyType key = KeyTraits::GetKey(*ptr); local
215 find(const KeyType& key) argument
233 erase(const KeyType& key) argument
498 FindInBucket(BucketType& bucket, const KeyType& key) argument
506 FindInBucket(const BucketType& bucket, const KeyType& key) argument
524 GetBucket(const KeyType& key) argument
[all...]
/fuchsia/zircon/system/utest/core/port/
H A Dports.cpp624 const auto key = 919u; local

Completed in 287 milliseconds

123456