Home
last modified time | relevance | path

Searched defs:k (Results 1 – 25 of 365) sorted by relevance

12345678910>>...15

/f-stack/freebsd/contrib/openzfs/module/icp/asm-x86_64/aes/
H A Daeskey.c81 #define ke4(k, i) \ argument
115 #define kef6(k, i) \ argument
122 #define ke6(k, i) \ argument
157 #define kef8(k, i) \ argument
164 #define ke8(k, i) \ argument
254 #define k4e(k, i) \ argument
275 #define kd4(k, i) \ argument
303 #define kd4(k, i) \ argument
366 #define k6e(k, i) \ argument
382 #define kd6(k, i) \ argument
[all …]
/f-stack/freebsd/net80211/
H A Dieee80211_crypto_none.c77 none_attach(struct ieee80211vap *vap, struct ieee80211_key *k) in none_attach()
83 none_detach(struct ieee80211_key *k) in none_detach()
89 none_setkey(struct ieee80211_key *k) in none_setkey()
96 none_setiv(struct ieee80211_key *k, uint8_t *ivp) in none_setiv()
101 none_encap(struct ieee80211_key *k, struct mbuf *m) in none_encap()
122 none_decap(struct ieee80211_key *k, struct mbuf *m, int hdrlen) in none_decap()
142 none_enmic(struct ieee80211_key *k, struct mbuf *m, int force) in none_enmic()
151 none_demic(struct ieee80211_key *k, struct mbuf *m, int force) in none_demic()
H A Dieee80211_crypto_wep.c90 wep_attach(struct ieee80211vap *vap, struct ieee80211_key *k) in wep_attach()
109 wep_detach(struct ieee80211_key *k) in wep_detach()
119 wep_setkey(struct ieee80211_key *k) in wep_setkey()
125 wep_setiv(struct ieee80211_key *k, uint8_t *ivp) in wep_setiv()
181 wep_encap(struct ieee80211_key *k, struct mbuf *m) in wep_encap()
228 wep_enmic(struct ieee80211_key *k, struct mbuf *m, int force) in wep_enmic()
240 wep_decap(struct ieee80211_key *k, struct mbuf *m, int hdrlen) in wep_decap()
284 wep_demic(struct ieee80211_key *k, struct mbuf *skb, int force) in wep_demic()
353 uint32_t i, j, k, crc; in wep_encrypt() local
436 uint32_t i, j, k, crc; in wep_decrypt() local
H A Dieee80211_crypto.c64 null_key_alloc(struct ieee80211vap *vap, struct ieee80211_key *k, in null_key_alloc()
89 null_key_delete(struct ieee80211vap *vap, const struct ieee80211_key *k) in null_key_delete()
94 null_key_set(struct ieee80211vap *vap, const struct ieee80211_key *k) in null_key_set()
533 const struct ieee80211_key *k) in ieee80211_crypto_get_key_wepidx()
546 ieee80211_crypto_get_keyid(struct ieee80211vap *vap, struct ieee80211_key *k) in ieee80211_crypto_get_keyid()
590 struct ieee80211_key *k; in ieee80211_crypto_encap() local
614 struct ieee80211_key *k; in ieee80211_crypto_decap() local
701 ieee80211_crypto_demic(struct ieee80211vap *vap, struct ieee80211_key *k, in ieee80211_crypto_demic()
754 struct ieee80211_key *k; in load_ucastkey() local
782 const struct ieee80211_key *k = &vap->iv_nw_keys[i]; in ieee80211_crypto_reload_keys() local
H A Dieee80211_crypto_ccmp.c99 ccmp_attach(struct ieee80211vap *vap, struct ieee80211_key *k) in ccmp_attach()
116 ccmp_detach(struct ieee80211_key *k) in ccmp_detach()
126 ccmp_setkey(struct ieee80211_key *k) in ccmp_setkey()
142 ccmp_setiv(struct ieee80211_key *k, uint8_t *ivp) in ccmp_setiv()
165 ccmp_encap(struct ieee80211_key *k, struct mbuf *m) in ccmp_encap()
215 ccmp_enmic(struct ieee80211_key *k, struct mbuf *m, int force) in ccmp_enmic()
235 ccmp_decap(struct ieee80211_key *k, struct mbuf *m, int hdrlen) in ccmp_decap()
317 ccmp_demic(struct ieee80211_key *k, struct mbuf *m, int force) in ccmp_demic()
/f-stack/freebsd/libkern/
H A Djenkins_hash.c45 #define rot(x,k) (((x)<<(k)) | ((x)>>(32-(k)))) argument
151 const uint32_t *k, /* the key, an array of uint32_t values */ in jenkins_hash32()
223 const uint32_t *k = (const uint32_t *)key; /* read 32-bit chunks */ in jenkins_hash() local
265 const uint16_t *k = (const uint16_t *)key; /* read 16-bit chunks */ in jenkins_hash() local
312 const uint8_t *k = (const uint8_t *)key; in jenkins_hash() local
376 const uint32_t *k = (const uint32_t *)key; /* read 32-bit chunks */ in jenkins_hash() local
418 const uint8_t *k = (const uint8_t *)key; in jenkins_hash() local
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_stream/chacha20/
H A Dstream_chacha20.c54 const unsigned char *n, const unsigned char *k) in crypto_stream_chacha20()
61 const unsigned char *n, const unsigned char *k) in crypto_stream_chacha20_ietf()
70 const unsigned char *k) in crypto_stream_chacha20_xor_ic()
79 const unsigned char *k) in crypto_stream_chacha20_ietf_xor_ic()
87 const unsigned char *k) in crypto_stream_chacha20_xor()
95 const unsigned char *k) in crypto_stream_chacha20_ietf_xor()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_box/
H A Dcrypto_box_easy.c15 const unsigned char *n, const unsigned char *k) in crypto_box_detached_afternm()
26 unsigned char k[crypto_box_BEFORENMBYTES]; in crypto_box_detached() local
42 const unsigned char *k) in crypto_box_easy_afternm()
68 const unsigned char *k) in crypto_box_open_detached_afternm()
79 unsigned char k[crypto_box_BEFORENMBYTES]; in crypto_box_open_detached() local
94 const unsigned char *k) in crypto_box_open_easy_afternm()
/f-stack/freebsd/contrib/dpdk_rte_lpm/
H A Drte_jhash.h39 #define rot(x, k) (((x) << (k)) | ((x) >> (32-(k)))) argument
65 #define BIT_SHIFT(x, y, k) (((x) >> (k)) | ((uint64_t)(y) << (32-(k)))) argument
89 const uint32_t *k = (const uint32_t *)key; in __rte_jhash_2hashes() local
92 const uint32_t *k = (uint32_t *)((uintptr_t)key & (uintptr_t)~3); in __rte_jhash_2hashes() local
251 rte_jhash_32b_2hashes(const uint32_t *k, uint32_t length, uint32_t *pc, uint32_t *pb) in rte_jhash_32b_2hashes()
297 rte_jhash_32b(const uint32_t *k, uint32_t length, uint32_t initval) in rte_jhash_32b()
/f-stack/dpdk/lib/librte_hash/
H A Drte_jhash.h45 #define rot(x, k) (((x) << (k)) | ((x) >> (32-(k)))) argument
71 #define BIT_SHIFT(x, y, k) (((x) >> (k)) | ((uint64_t)(y) << (32-(k)))) argument
95 const uint32_t *k = (const uint32_t *)key; in __rte_jhash_2hashes() local
98 const uint32_t *k = (uint32_t *)((uintptr_t)key & (uintptr_t)~3); in __rte_jhash_2hashes() local
257 rte_jhash_32b_2hashes(const uint32_t *k, uint32_t length, uint32_t *pc, uint32_t *pb) in rte_jhash_32b_2hashes()
303 rte_jhash_32b(const uint32_t *k, uint32_t length, uint32_t initval) in rte_jhash_32b()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_secretbox/
H A Dcrypto_secretbox_easy.c20 const unsigned char *k) in crypto_secretbox_detached()
73 const unsigned char *k) in crypto_secretbox_easy()
87 const unsigned char *k) in crypto_secretbox_open_detached()
136 const unsigned char *k) in crypto_secretbox_open_easy()
/f-stack/dpdk/examples/performance-thread/common/
H A Dlthread_tls.c108 int lthread_key_delete(unsigned int k) in lthread_key_delete()
134 int i, k; in _lthread_tls_destroy() local
168 *lthread_getspecific(unsigned int k) in lthread_getspecific()
183 int lthread_setspecific(unsigned int k, const void *data) in lthread_setspecific()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_box/curve25519xchacha20poly1305/
H A Dbox_curve25519xchacha20poly1305.c41 crypto_box_curve25519xchacha20poly1305_beforenm(unsigned char *k, in crypto_box_curve25519xchacha20poly1305_beforenm()
57 unsigned long long mlen, const unsigned char *n, const unsigned char *k) in crypto_box_curve25519xchacha20poly1305_detached_afternm()
68 unsigned char k[crypto_box_curve25519xchacha20poly1305_BEFORENMBYTES]; in crypto_box_curve25519xchacha20poly1305_detached() local
88 const unsigned char *k) in crypto_box_curve25519xchacha20poly1305_easy_afternm()
113 unsigned long long clen, const unsigned char *n, const unsigned char *k) in crypto_box_curve25519xchacha20poly1305_open_detached_afternm()
125 unsigned char k[crypto_box_curve25519xchacha20poly1305_BEFORENMBYTES]; in crypto_box_curve25519xchacha20poly1305_open_detached() local
141 const unsigned char *n, const unsigned char *k) in crypto_box_curve25519xchacha20poly1305_open_easy_afternm()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/
H A Dchacha20_dolbeau-ssse3.c32 chacha_keysetup(chacha_ctx *ctx, const uint8_t *k) in chacha_keysetup()
85 const unsigned char *k) in stream_ref()
104 const unsigned char *n, const unsigned char *k) in stream_ietf_ref()
124 const unsigned char *k) in stream_ref_xor_ic()
149 uint32_t ic, const unsigned char *k) in stream_ietf_ref_xor_ic()
H A Dchacha20_dolbeau-avx2.c37 chacha_keysetup(chacha_ctx *ctx, const uint8_t *k) in chacha_keysetup()
91 const unsigned char *k) in stream_ref()
110 const unsigned char *n, const unsigned char *k) in stream_ietf_ref()
130 const unsigned char *k) in stream_ref_xor_ic()
155 uint32_t ic, const unsigned char *k) in stream_ietf_ref_xor_ic()
/f-stack/dpdk/lib/librte_table/
H A Drte_table_hash_func.h61 uint64_t *k = key; in rte_table_hash_crc_key8() local
75 uint64_t *k = key; in rte_table_hash_crc_key16() local
94 uint64_t *k = key; in rte_table_hash_crc_key24() local
116 uint64_t *k = key; in rte_table_hash_crc_key32() local
142 uint64_t *k = key; in rte_table_hash_crc_key40() local
168 uint64_t *k = key; in rte_table_hash_crc_key48() local
195 uint64_t *k = key; in rte_table_hash_crc_key56() local
225 uint64_t *k = key; in rte_table_hash_crc_key64() local
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/
H A Dbox_curve25519xsalsa20poly1305.c35 crypto_box_curve25519xsalsa20poly1305_beforenm(unsigned char *k, in crypto_box_curve25519xsalsa20poly1305_beforenm()
53 const unsigned char *k) in crypto_box_curve25519xsalsa20poly1305_afternm()
63 const unsigned char *k) in crypto_box_curve25519xsalsa20poly1305_open_afternm()
75 unsigned char k[crypto_box_curve25519xsalsa20poly1305_BEFORENMBYTES]; in crypto_box_curve25519xsalsa20poly1305() local
92 unsigned char k[crypto_box_curve25519xsalsa20poly1305_BEFORENMBYTES]; in crypto_box_curve25519xsalsa20poly1305_open() local
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_secretbox/xchacha20poly1305/
H A Dsecretbox_xchacha20poly1305.c24 const unsigned char *k) in crypto_secretbox_xchacha20poly1305_detached()
79 const unsigned char *k) in crypto_secretbox_xchacha20poly1305_easy()
94 const unsigned char *k) in crypto_secretbox_xchacha20poly1305_open_detached()
145 const unsigned char *k) in crypto_secretbox_xchacha20poly1305_open_easy()
/f-stack/freebsd/kern/
H A Dsubr_boot.c53 #define SETENV(k, v) kern_setenv(k, v) argument
54 #define GETENV(k) kern_getenv(k) argument
57 #define SETENV(k, v) setenv(k, v, 1) argument
58 #define GETENV(k) getenv(k) argument
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/
H A Daead_chacha20poly1305.c29 const unsigned char *k) in crypto_aead_chacha20poly1305_encrypt_detached()
68 const unsigned char *k) in crypto_aead_chacha20poly1305_encrypt()
100 const unsigned char *k) in crypto_aead_chacha20poly1305_ietf_encrypt_detached()
143 const unsigned char *k) in crypto_aead_chacha20poly1305_ietf_encrypt()
174 const unsigned char *k) in crypto_aead_chacha20poly1305_decrypt_detached()
224 const unsigned char *k) in crypto_aead_chacha20poly1305_decrypt()
254 const unsigned char *k) in crypto_aead_chacha20poly1305_ietf_decrypt_detached()
308 const unsigned char *k) in crypto_aead_chacha20poly1305_ietf_decrypt()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_stream/xchacha20/
H A Dstream_xchacha20.c30 const unsigned char *n, const unsigned char *k) in crypto_stream_xchacha20()
47 uint64_t ic, const unsigned char *k) in crypto_stream_xchacha20_xor_ic()
59 const unsigned char *k) in crypto_stream_xchacha20_xor()
/f-stack/freebsd/contrib/libsodium/test/default/
H A Dmetamorphic.c13 unsigned char *k; in mm_generichash() local
61 unsigned char *k; in mm_onetimeauth() local
101 unsigned char *k; in mm_hmacsha256() local
141 unsigned char *k; in mm_hmacsha512() local
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_stream/xsalsa20/
H A Dstream_xsalsa20.c9 const unsigned char *n, const unsigned char *k) in crypto_stream_xsalsa20()
24 uint64_t ic, const unsigned char *k) in crypto_stream_xsalsa20_xor_ic()
39 const unsigned char *k) in crypto_stream_xsalsa20_xor()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_stream/salsa20/
H A Dstream_salsa20.c49 const unsigned char *n, const unsigned char *k) in crypto_stream_salsa20()
58 const unsigned char *k) in crypto_stream_salsa20_xor_ic()
66 const unsigned char *k) in crypto_stream_salsa20_xor()
/f-stack/freebsd/net/
H A Dbpf_filter.c77 #define MINDEX(m, k) \ argument
94 m_xword(struct mbuf *m, bpf_u_int32 k, int *err) in m_xword()
143 m_xhalf(struct mbuf *m, bpf_u_int32 k, int *err) in m_xhalf()
182 bpf_u_int32 k; in bpf_filter() local

12345678910>>...15