Home
last modified time | relevance | path

Searched defs:sk (Results 1 – 25 of 570) sorted by relevance

12345678910>>...23

/external/libnl/lib/
Dsocket.c183 struct nl_sock *sk; in __alloc_socket() local
209 struct nl_sock *sk; in nl_socket_alloc() local
244 void nl_socket_free(struct nl_sock *sk) in nl_socket_free()
283 void nl_socket_disable_seq_check(struct nl_sock *sk) in nl_socket_disable_seq_check()
298 unsigned int nl_socket_use_seq(struct nl_sock *sk) in nl_socket_use_seq()
315 void nl_socket_disable_auto_ack(struct nl_sock *sk) in nl_socket_disable_auto_ack()
325 void nl_socket_enable_auto_ack(struct nl_sock *sk) in nl_socket_enable_auto_ack()
333 int _nl_socket_is_local_port_unspecified(struct nl_sock *sk) in _nl_socket_is_local_port_unspecified()
338 uint32_t _nl_socket_set_local_port_no_release(struct nl_sock *sk, int generate_other) in _nl_socket_set_local_port_no_release()
365 uint32_t nl_socket_get_local_port(const struct nl_sock *sk) in nl_socket_get_local_port()
[all …]
Dnl.c104 int nl_connect(struct nl_sock *sk, int protocol) in nl_connect()
231 void nl_close(struct nl_sock *sk) in nl_close()
271 int nl_sendto(struct nl_sock *sk, void *buf, size_t size) in nl_sendto()
328 int nl_sendmsg(struct nl_sock *sk, struct nl_msg *msg, struct msghdr *hdr) in nl_sendmsg()
374 int nl_send_iovec(struct nl_sock *sk, struct nl_msg *msg, struct iovec *iov, unsigned iovlen) in nl_send_iovec()
448 int nl_send(struct nl_sock *sk, struct nl_msg *msg) in nl_send()
482 void nl_complete_msg(struct nl_sock *sk, struct nl_msg *msg) in nl_complete_msg()
517 int nl_send_auto(struct nl_sock *sk, struct nl_msg *msg) in nl_send_auto()
549 int nl_send_sync(struct nl_sock *sk, struct nl_msg *msg) in nl_send_sync()
581 int nl_send_simple(struct nl_sock *sk, int type, int flags, void *buf, in nl_send_simple()
[all …]
Dcache.c645 static int nl_cache_request_full_dump(struct nl_sock *sk, in nl_cache_request_full_dump()
685 static int __cache_pickup(struct nl_sock *sk, struct nl_cache *cache, in __cache_pickup()
740 static int __nl_cache_pickup(struct nl_sock *sk, struct nl_cache *cache, in __nl_cache_pickup()
764 int nl_cache_pickup_checkdup(struct nl_sock *sk, struct nl_cache *cache) in nl_cache_pickup_checkdup()
782 int nl_cache_pickup(struct nl_sock *sk, struct nl_cache *cache) in nl_cache_pickup()
914 int nl_cache_resync(struct nl_sock *sk, struct nl_cache *cache, in nl_cache_resync()
1041 int nl_cache_refill(struct nl_sock *sk, struct nl_cache *cache) in nl_cache_refill()
/external/boringssl/src/crypto/stack/
Dstack.c96 size_t sk_num(const _STACK *sk) { in sk_num()
103 void sk_zero(_STACK *sk) { in sk_zero()
112 void *sk_value(const _STACK *sk, size_t i) { in sk_value()
119 void *sk_set(_STACK *sk, size_t i, void *value) { in sk_set()
126 void sk_free(_STACK *sk) { in sk_free()
134 void sk_pop_free_ex(_STACK *sk, void (*call_free_func)(stack_free_func, void *), in sk_pop_free_ex()
155 void sk_pop_free(_STACK *sk, stack_free_func free_func) { in sk_pop_free()
159 size_t sk_insert(_STACK *sk, void *p, size_t where) { in sk_insert()
204 void *sk_delete(_STACK *sk, size_t where) { in sk_delete()
222 void *sk_delete_ptr(_STACK *sk, const void *p) { in sk_delete_ptr()
[all …]
Dstack_test.cc60 static void ExpectStackEquals(const STACK_OF(TEST_INT) *sk, in ExpectStackEquals()
82 bssl::UniquePtr<STACK_OF(TEST_INT)> sk(sk_TEST_INT_new_null()); in TEST() local
198 bssl::UniquePtr<STACK_OF(TEST_INT)> sk(sk_TEST_INT_new_null()); in TEST() local
233 bssl::UniquePtr<STACK_OF(TEST_INT)> sk(sk_TEST_INT_new(compare)); in TEST() local
317 bssl::UniquePtr<STACK_OF(TEST_INT)> sk(sk_TEST_INT_new(compare)); in TEST() local
362 bssl::UniquePtr<STACK_OF(TEST_INT)> sk(sk_TEST_INT_new(compare)); in TEST() local
/external/rust/crates/quiche/deps/boringssl/src/crypto/stack/
Dstack.c99 size_t sk_num(const _STACK *sk) { in sk_num()
106 void sk_zero(_STACK *sk) { in sk_zero()
115 void *sk_value(const _STACK *sk, size_t i) { in sk_value()
122 void *sk_set(_STACK *sk, size_t i, void *value) { in sk_set()
129 void sk_free(_STACK *sk) { in sk_free()
137 void sk_pop_free_ex(_STACK *sk, void (*call_free_func)(stack_free_func, void *), in sk_pop_free_ex()
158 void sk_pop_free(_STACK *sk, stack_free_func free_func) { in sk_pop_free()
162 size_t sk_insert(_STACK *sk, void *p, size_t where) { in sk_insert()
207 void *sk_delete(_STACK *sk, size_t where) { in sk_delete()
225 void *sk_delete_ptr(_STACK *sk, const void *p) { in sk_delete_ptr()
[all …]
Dstack_test.cc60 static void ExpectStackEquals(const STACK_OF(TEST_INT) *sk, in ExpectStackEquals()
82 bssl::UniquePtr<STACK_OF(TEST_INT)> sk(sk_TEST_INT_new_null()); in TEST() local
198 bssl::UniquePtr<STACK_OF(TEST_INT)> sk(sk_TEST_INT_new_null()); in TEST() local
233 bssl::UniquePtr<STACK_OF(TEST_INT)> sk(sk_TEST_INT_new(compare)); in TEST() local
317 bssl::UniquePtr<STACK_OF(TEST_INT)> sk(sk_TEST_INT_new(compare)); in TEST() local
362 bssl::UniquePtr<STACK_OF(TEST_INT)> sk(sk_TEST_INT_new(compare)); in TEST() local
/external/ltp/utils/sctp/testlib/
Dsctputil.h135 int sk = socket(domain, type, protocol); in test_socket() local
141 static inline int test_bind(int sk, struct sockaddr *addr, socklen_t addrlen) in test_bind()
149 static inline int test_bindx_add(int sk, struct sockaddr *addr, int count) in test_bindx_add()
157 static inline int test_listen(int sk, int backlog) in test_listen()
165 static inline int test_connect(int sk, struct sockaddr *addr, socklen_t addrlen) in test_connect()
173 static inline int test_connectx(int sk, struct sockaddr *addr, int count) in test_connectx()
181 static inline int test_accept(int sk, struct sockaddr *addr, socklen_t *addrlen) in test_accept()
189 static inline int test_send(int sk, const void *msg, size_t len, int flags) in test_send()
198 static inline int test_sendto(int sk, const void *msg, size_t len, int flags, in test_sendto()
208 static inline int test_sendmsg(int sk, const struct msghdr *msg, int flags, in test_sendmsg()
[all …]
/external/linux-kselftest/tools/testing/selftests/bpf/progs/
Dtest_sk_lookup_kern.c63 struct bpf_sock *sk; in bpf_sk_lookup_test0() local
85 struct bpf_sock *sk; in bpf_sk_lookup_test1() local
97 struct bpf_sock *sk; in bpf_sk_lookup_uaf() local
112 struct bpf_sock *sk; in bpf_sk_lookup_modptr() local
127 struct bpf_sock *sk; in bpf_sk_lookup_modptr_or_null() local
150 struct bpf_sock *sk; in bpf_sk_lookup_test3() local
162 struct bpf_sock *sk; in bpf_sk_lookup_test4() local
Dtest_tcp_check_syncookie_kern.c26 static __always_inline __s64 gen_syncookie(void *data_end, struct bpf_sock *sk, in gen_syncookie()
49 struct bpf_sock *sk; in check_syncookie() local
/external/libnl/lib/route/
Dqdisc.c51 static int qdisc_request_update(struct nl_cache *c, struct nl_sock *sk) in qdisc_request_update()
163 int rtnl_qdisc_add(struct nl_sock *sk, struct rtnl_qdisc *qdisc, int flags) in rtnl_qdisc_add()
248 int rtnl_qdisc_update(struct nl_sock *sk, struct rtnl_qdisc *qdisc, in rtnl_qdisc_update()
341 int rtnl_qdisc_delete(struct nl_sock *sk, struct rtnl_qdisc *qdisc) in rtnl_qdisc_delete()
369 int rtnl_qdisc_alloc_cache(struct nl_sock *sk, struct nl_cache **result) in rtnl_qdisc_alloc_cache()
512 int rtnl_qdisc_change(struct nl_sock *sk, struct rtnl_qdisc *qdisc, in rtnl_qdisc_change()
Dcls.c185 int rtnl_cls_add(struct nl_sock *sk, struct rtnl_cls *cls, int flags) in rtnl_cls_add()
227 int rtnl_cls_change(struct nl_sock *sk, struct rtnl_cls *cls, int flags) in rtnl_cls_change()
296 int rtnl_cls_delete(struct nl_sock *sk, struct rtnl_cls *cls, int flags) in rtnl_cls_delete()
328 int rtnl_cls_alloc_cache(struct nl_sock *sk, int ifindex, uint32_t parent, in rtnl_cls_alloc_cache()
404 static int cls_request_update(struct nl_cache *cache, struct nl_sock *sk) in cls_request_update()
Droute.c81 int rtnl_route_alloc_cache(struct nl_sock *sk, int family, int flags, in rtnl_route_alloc_cache()
134 int rtnl_route_add(struct nl_sock *sk, struct rtnl_route *route, int flags) in rtnl_route_add()
156 int rtnl_route_delete(struct nl_sock *sk, struct rtnl_route *route, int flags) in rtnl_route_delete()
Dclass.c61 static int class_request_update(struct nl_cache *cache, struct nl_sock *sk) in class_request_update()
172 int rtnl_class_add(struct nl_sock *sk, struct rtnl_class *class, int flags) in rtnl_class_add()
253 int rtnl_class_delete(struct nl_sock *sk, struct rtnl_class *class) in rtnl_class_delete()
313 int rtnl_class_alloc_cache(struct nl_sock *sk, int ifindex, in rtnl_class_alloc_cache()
/external/ukey2/src/main/java/com/google/security/cryptauth/lib/securegcm/
DKeyEncoding.java57 public static byte[] encodeUserPrivateKey(PrivateKey sk) { in encodeUserPrivateKey()
92 public static byte[] encodeKeyAgreementPrivateKey(PrivateKey sk) { in encodeKeyAgreementPrivateKey()
116 public static byte[] encodeSigningPrivateKey(PrivateKey sk) { in encodeSigningPrivateKey()
132 public static boolean isLegacyPrivateKey(PrivateKey sk) { in isLegacyPrivateKey()
/external/libnl/tests/
Dtest-create-bridge.c10 static int create_bridge(struct nl_sock *sk, struct nl_cache *link_cache, const char *name) { in create_bridge()
33 struct nl_sock *sk; in main() local
/external/icu/icu4c/source/test/cintltst/
Dccolltst.c59 static char* dumpSk(uint8_t *sourceKey, char *sk) { in dumpSk()
127 char sk[10000]; in reportCResult() local
/external/libnl/lib/netfilter/
Dct.c414 int nfnl_ct_dump_request(struct nl_sock *sk) in nfnl_ct_dump_request()
420 static int ct_request_update(struct nl_cache *cache, struct nl_sock *sk) in ct_request_update()
556 int nfnl_ct_add(struct nl_sock *sk, const struct nfnl_ct *ct, int flags) in nfnl_ct_add()
578 int nfnl_ct_del(struct nl_sock *sk, const struct nfnl_ct *ct, int flags) in nfnl_ct_del()
600 int nfnl_ct_query(struct nl_sock *sk, const struct nfnl_ct *ct, int flags) in nfnl_ct_query()
631 int nfnl_ct_alloc_cache(struct nl_sock *sk, struct nl_cache **result) in nfnl_ct_alloc_cache()
Dexp.c316 int nfnl_exp_dump_request(struct nl_sock *sk) in nfnl_exp_dump_request()
322 static int exp_request_update(struct nl_cache *cache, struct nl_sock *sk) in exp_request_update()
508 int nfnl_exp_add(struct nl_sock *sk, const struct nfnl_exp *exp, int flags) in nfnl_exp_add()
530 int nfnl_exp_del(struct nl_sock *sk, const struct nfnl_exp *exp, int flags) in nfnl_exp_del()
552 int nfnl_exp_query(struct nl_sock *sk, const struct nfnl_exp *exp, int flags) in nfnl_exp_query()
583 int nfnl_exp_alloc_cache(struct nl_sock *sk, struct nl_cache **result) in nfnl_exp_alloc_cache()
/external/ukey2/src/main/javatest/com/google/security/cryptauth/lib/securegcm/
DKeyEncodingTest.java91 PrivateKey sk = userKeyPair.getPrivate(); in testUserPrivateKeyEncoding() local
107 PrivateKey sk = clientKeyPair.getPrivate(); in testKeyAgreementPrivateKeyEncoding() local
137 PrivateKey sk = keyPair.getPrivate(); in testSigningPrivateKeyEncoding() local
/external/libnl/lib/genl/
Dctrl.c238 static struct genl_family *genl_ctrl_probe_by_name(struct nl_sock *sk, in genl_ctrl_probe_by_name()
334 int genl_ctrl_alloc_cache(struct nl_sock *sk, struct nl_cache **result) in genl_ctrl_alloc_cache()
430 int genl_ctrl_resolve(struct nl_sock *sk, const char *name) in genl_ctrl_resolve()
472 int genl_ctrl_resolve_grp(struct nl_sock *sk, const char *family_name, in genl_ctrl_resolve_grp()
Dmngt.c319 struct nl_sock *sk; in genl_resolve_id() local
358 int genl_ops_resolve(struct nl_sock *sk, struct genl_ops *ops) in genl_ops_resolve()
386 int genl_mngt_resolve(struct nl_sock *sk) in genl_mngt_resolve()
/external/wpa_supplicant_8/src/eap_common/
Deap_gpsk_common.c113 u8 *sk, size_t sk_len, in eap_gpsk_derive_keys_helper()
191 u8 *msk, u8 *emsk, u8 *sk, size_t *sk_len, in eap_gpsk_derive_keys_aes()
228 u8 *sk, size_t *sk_len) in eap_gpsk_derive_keys_sha256()
284 u8 *msk, u8 *emsk, u8 *sk, size_t *sk_len, in eap_gpsk_derive_keys()
500 static int eap_gpsk_compute_mic_aes(const u8 *sk, size_t sk_len, in eap_gpsk_compute_mic_aes()
524 int eap_gpsk_compute_mic(const u8 *sk, size_t sk_len, int vendor, in eap_gpsk_compute_mic()
/external/libnl/include/netlink/cli/
Dqdisc.h17 #define nl_cli_qdisc_alloc_cache(sk) \ argument
Dneigh.h17 #define nl_cli_neigh_alloc_cache(sk) \ argument

12345678910>>...23