Home
last modified time | relevance | path

Searched defs:key (Results 276 – 300 of 2712) sorted by relevance

1...<<11121314151617181920>>...109

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/crypto/
H A Dsha256.c26 int hmac_sha256_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha256_vector()
100 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, in hmac_sha256()
H A Daes-ctr.c24 int aes_ctr_encrypt(const u8 *key, size_t key_len, const u8 *nonce, in aes_ctr_encrypt()
66 int aes_128_ctr_encrypt(const u8 *key, const u8 *nonce, in aes_128_ctr_encrypt()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/crypto/
H A Dsha256.c26 int hmac_sha256_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha256_vector()
100 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, in hmac_sha256()
H A Daes-ctr.c24 int aes_ctr_encrypt(const u8 *key, size_t key_len, const u8 *nonce, in aes_ctr_encrypt()
66 int aes_128_ctr_encrypt(const u8 *key, const u8 *nonce, in aes_128_ctr_encrypt()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/crypto/
H A Dsha256.c26 int hmac_sha256_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha256_vector()
100 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, in hmac_sha256()
H A Daes-ctr.c24 int aes_ctr_encrypt(const u8 *key, size_t key_len, const u8 *nonce, in aes_ctr_encrypt()
66 int aes_128_ctr_encrypt(const u8 *key, const u8 *nonce, in aes_128_ctr_encrypt()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/crypto/
H A Dsha256.c27 int hmac_sha256_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha256_vector()
101 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, in hmac_sha256()
H A Daes-ctr.c25 int aes_ctr_encrypt(const u8 *key, size_t key_len, const u8 *nonce, in aes_ctr_encrypt()
67 int aes_128_ctr_encrypt(const u8 *key, const u8 *nonce, in aes_128_ctr_encrypt()
/OK3568_Linux_fs/kernel/drivers/md/persistent-data/
H A Ddm-btree.c41 static int bsearch(struct btree_node *n, uint64_t key, int want_hi) in bsearch()
61 int lower_bound(struct btree_node *n, uint64_t key) in lower_bound()
66 static int upper_bound(struct btree_node *n, uint64_t key) in upper_bound()
86 uint64_t key, void *value) in insert_at()
346 static int btree_lookup_raw(struct ro_spine *s, dm_block_t block, uint64_t key, in btree_lookup_raw()
423 uint64_t key, uint64_t *rkey, void *value_le) in dm_btree_lookup_next_single()
536 uint64_t key) in btree_split_sibling()
623 static int btree_split_beneath(struct shadow_spine *s, uint64_t key) in btree_split_beneath()
697 uint64_t key, unsigned *index) in btree_insert_raw()
1151 int dm_btree_cursor_get_value(struct dm_btree_cursor *c, uint64_t *key, void *value_le) in dm_btree_cursor_get_value()
/OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/
H A Daes_ofb.c8 int len, const void *key, unsigned char *ivec, unsigned int *num) in rk_crypto_ofb128_encrypt()
32 unsigned long length, const unsigned char *key, const int key_len, in rk_aes_ofb_encrypt()
H A Daes_ccm.c24 void *key; member
34 unsigned int M,unsigned int L,void *key,block128_f block) in rk_crypto_ccm128_init()
149 void * key = ctx->key; in rk_crypto_ccm128_encrypt() local
226 void * key = ctx->key; in rk_crypto_ccm128_decrypt() local
/OK3568_Linux_fs/kernel/net/sunrpc/auth_gss/
H A Dgss_krb5_seqnum.c44 struct crypto_sync_skcipher *key, in krb5_make_seq_num()
79 struct crypto_sync_skcipher *key = kctx->seq; in krb5_get_seq_num() local
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/crypto/
H A Daes-ctr.c24 int aes_ctr_encrypt(const u8 *key, size_t key_len, const u8 *nonce, in aes_ctr_encrypt()
66 int aes_128_ctr_encrypt(const u8 *key, const u8 *nonce, in aes_128_ctr_encrypt()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/crypto/
H A Daes-ctr.c24 int aes_ctr_encrypt(const u8 *key, size_t key_len, const u8 *nonce, in aes_ctr_encrypt()
66 int aes_128_ctr_encrypt(const u8 *key, const u8 *nonce, in aes_128_ctr_encrypt()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/crypto/
H A Daes-ctr.c24 int aes_ctr_encrypt(const u8 *key, size_t key_len, const u8 *nonce, in aes_ctr_encrypt()
66 int aes_128_ctr_encrypt(const u8 *key, const u8 *nonce, in aes_128_ctr_encrypt()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/crypto/
H A Daes-ctr.c25 int aes_ctr_encrypt(const u8 *key, size_t key_len, const u8 *nonce, in aes_ctr_encrypt()
67 int aes_128_ctr_encrypt(const u8 *key, const u8 *nonce, in aes_128_ctr_encrypt()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/crypto/
H A Daes-ctr.c24 int aes_ctr_encrypt(const u8 *key, size_t key_len, const u8 *nonce, in aes_ctr_encrypt()
66 int aes_128_ctr_encrypt(const u8 *key, const u8 *nonce, in aes_128_ctr_encrypt()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/crypto/
H A Daes-ctr.c24 int aes_ctr_encrypt(const u8 *key, size_t key_len, const u8 *nonce, in aes_ctr_encrypt()
66 int aes_128_ctr_encrypt(const u8 *key, const u8 *nonce, in aes_128_ctr_encrypt()
/OK3568_Linux_fs/kernel/security/integrity/
H A Ddigsig_asymmetric.c24 struct key *key; in request_asymmetric_key() local
87 struct key *key; in asymmetric_verify() local
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_diag.c39 const struct tcp_md5sig_key *key) in tcp_diag_md5sig_fill()
58 const struct tcp_md5sig_key *key; in tcp_diag_put_md5sig() local
152 const struct tcp_md5sig_key *key; in tcp_diag_get_aux_size() local
/OK3568_Linux_fs/kernel/tools/include/linux/
H A Dhashtable.h57 #define hash_add(hashtable, node, key) \ argument
132 #define hash_for_each_possible(name, obj, member, key) \ argument
144 #define hash_for_each_possible_safe(name, obj, tmp, member, key) \ argument
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dtest_lru_dist.c91 unsigned long long key; member
130 unsigned long long key) in pfect_lru_lookup_or_insert()
273 unsigned long long key, value = 1234; in do_test_lru_dist() local
337 unsigned long long key, value[nr_cpus]; in test_lru_loss0() local
391 unsigned long long key, value[nr_cpus]; in test_lru_loss1() local
429 unsigned long long key, value[nr_cpus]; in do_test_parallel_lru_loss() local
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mthca/
H A Dmthca_mr.c53 __be32 key; member
390 static inline u32 tavor_key_to_hw_index(u32 key) in tavor_key_to_hw_index()
400 static inline u32 arbel_key_to_hw_index(u32 key) in arbel_key_to_hw_index()
413 static inline u32 key_to_hw_index(struct mthca_dev *dev, u32 key) in key_to_hw_index()
421 static inline u32 adjust_key(struct mthca_dev *dev, u32 key) in adjust_key()
434 u32 key; in mthca_mr_alloc() local
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Dhandshake.h34 #define HMAC_setup(ctx, key, len) sha2_hmac_starts(&ctx, (unsigned char *)key, len, 0) argument
53 #define HMAC_setup(ctx, key, len) hmac_sha256_set_key(&ctx, len, key) argument
72 #define HMAC_setup(ctx, key, len) HMAC_CTX_init(&ctx); HMAC_Init_ex(&ctx, key, len, EVP_sha256(), 0) argument
265 HMACsha256(const uint8_t *message, size_t messageLen, const uint8_t *key, in HMACsha256()
280 const uint8_t *key, size_t keyLen, uint8_t *digest) in CalculateDigest()
294 VerifyDigest(unsigned int digestPos, uint8_t *handshakeMessage, const uint8_t *key, in VerifyDigest()
603 static void bf_enc(uint32_t *x, bf_key *key) in bf_enc()
629 static void bf_setkey(const unsigned char *kp, int keybytes, bf_key *key) in bf_setkey()
677 bf_key key; in rtmpe9_sig() local
/OK3568_Linux_fs/kernel/drivers/crypto/nx/
H A Dnx_csbcpb.h7 u8 key[32]; member
13 u8 key[32]; member
21 u8 key[32]; member
33 u8 key[32]; member
44 u8 key[32]; member
53 u8 key[16]; member
63 u8 key[16]; member
74 u8 key[16]; member

1...<<11121314151617181920>>...109