Home
last modified time | relevance | path

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

1234

/external/boringssl/src/include/openssl/
Dstack_macros.h29 #define sk_ACCESS_DESCRIPTION_num(sk) \ argument
32 #define sk_ACCESS_DESCRIPTION_zero(sk) \ argument
35 #define sk_ACCESS_DESCRIPTION_value(sk, i) \ argument
39 #define sk_ACCESS_DESCRIPTION_set(sk, i, p) \ argument
44 #define sk_ACCESS_DESCRIPTION_free(sk) \ argument
47 #define sk_ACCESS_DESCRIPTION_pop_free(sk, free_func) \ argument
52 #define sk_ACCESS_DESCRIPTION_insert(sk, p, where) \ argument
56 #define sk_ACCESS_DESCRIPTION_delete(sk, where) \ argument
60 #define sk_ACCESS_DESCRIPTION_delete_ptr(sk, p) \ argument
65 #define sk_ACCESS_DESCRIPTION_find(sk, out_index, p) \ argument
[all …]
/external/libnl/lib/
Dsocket.c92 struct nl_sock *sk; in __alloc_socket() local
149 void nl_socket_free(struct nl_sock *sk) in nl_socket_free()
188 void nl_socket_disable_seq_check(struct nl_sock *sk) in nl_socket_disable_seq_check()
203 unsigned int nl_socket_use_seq(struct nl_sock *sk) in nl_socket_use_seq()
220 void nl_socket_disable_auto_ack(struct nl_sock *sk) in nl_socket_disable_auto_ack()
230 void nl_socket_enable_auto_ack(struct nl_sock *sk) in nl_socket_enable_auto_ack()
242 uint32_t nl_socket_get_local_port(struct nl_sock *sk) in nl_socket_get_local_port()
255 void nl_socket_set_local_port(struct nl_sock *sk, uint32_t port) in nl_socket_set_local_port()
292 int nl_socket_add_memberships(struct nl_sock *sk, int group, ...) in nl_socket_add_memberships()
319 int nl_socket_add_membership(struct nl_sock *sk, int group) in nl_socket_add_membership()
[all …]
Dnl.c106 int nl_connect(struct nl_sock *sk, int protocol) in nl_connect()
162 void nl_close(struct nl_sock *sk) in nl_close()
186 int nl_sendto(struct nl_sock *sk, void *buf, size_t size) in nl_sendto()
205 int nl_sendmsg(struct nl_sock *sk, struct nl_msg *msg, struct msghdr *hdr) in nl_sendmsg()
235 int nl_send_iovec(struct nl_sock *sk, struct nl_msg *msg, struct iovec *iov, unsigned iovlen) in nl_send_iovec()
281 int nl_send(struct nl_sock *sk, struct nl_msg *msg) in nl_send()
291 void nl_auto_complete(struct nl_sock *sk, struct nl_msg *msg) in nl_auto_complete()
323 int nl_send_auto_complete(struct nl_sock *sk, struct nl_msg *msg) in nl_send_auto_complete()
349 int nl_send_simple(struct nl_sock *sk, int type, int flags, void *buf, in nl_send_simple()
399 int nl_recv(struct nl_sock *sk, struct sockaddr_nl *nla, in nl_recv()
[all …]
Dcache.c439 int nl_cache_request_full_dump(struct nl_sock *sk, struct nl_cache *cache) in nl_cache_request_full_dump()
464 int __cache_pickup(struct nl_sock *sk, struct nl_cache *cache, in __cache_pickup()
509 int nl_cache_pickup(struct nl_sock *sk, struct nl_cache *cache) in nl_cache_pickup()
581 int nl_cache_resync(struct nl_sock *sk, struct nl_cache *cache, in nl_cache_resync()
687 int nl_cache_refill(struct nl_sock *sk, struct nl_cache *cache) in nl_cache_refill()
/external/boringssl/src/crypto/stack/
Dstack.c95 size_t sk_num(const _STACK *sk) { in sk_num()
102 void sk_zero(_STACK *sk) { in sk_zero()
111 void *sk_value(const _STACK *sk, size_t i) { in sk_value()
118 void *sk_set(_STACK *sk, size_t i, void *value) { in sk_set()
125 void sk_free(_STACK *sk) { in sk_free()
133 void sk_pop_free(_STACK *sk, void (*func)(void *)) { in sk_pop_free()
148 size_t sk_insert(_STACK *sk, void *p, size_t where) { in sk_insert()
193 void *sk_delete(_STACK *sk, size_t where) { in sk_delete()
211 void *sk_delete_ptr(_STACK *sk, void *p) { in sk_delete_ptr()
227 int sk_find(_STACK *sk, size_t *out_index, void *p) { in sk_find()
[all …]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
DKSSecretKeyEntryTest.java49 SecretKey sk = null; in testSecretKeyEntry() local
62 SecretKey sk = new tmpSecretKey(); in testGetSecretKey() local
72 SecretKey sk = new tmpSecretKey(); in testToString() local
/external/libnl/lib/route/
Dcls.c70 static int cls_request_update(struct nl_cache *cache, struct nl_sock *sk) in cls_request_update()
160 int rtnl_cls_add(struct nl_sock *sk, struct rtnl_cls *cls, int flags) in rtnl_cls_add()
207 int rtnl_cls_change(struct nl_sock *sk, struct rtnl_cls *cls, int flags) in rtnl_cls_change()
255 int rtnl_cls_delete(struct nl_sock *sk, struct rtnl_cls *cls, int flags) in rtnl_cls_delete()
294 int rtnl_cls_alloc_cache(struct nl_sock *sk, int ifindex, uint32_t parent, struct nl_cache **res… in rtnl_cls_alloc_cache()
Dqdisc.c131 static int qdisc_request_update(struct nl_cache *c, struct nl_sock *sk) in qdisc_request_update()
222 int rtnl_qdisc_add(struct nl_sock *sk, struct rtnl_qdisc *qdisc, in rtnl_qdisc_add()
278 int rtnl_qdisc_change(struct nl_sock *sk, struct rtnl_qdisc *qdisc, in rtnl_qdisc_change()
352 int rtnl_qdisc_delete(struct nl_sock *sk, struct rtnl_qdisc *qdisc) in rtnl_qdisc_delete()
386 int rtnl_qdisc_alloc_cache(struct nl_sock *sk, struct nl_cache **result) in rtnl_qdisc_alloc_cache()
Dclass.c62 static int class_request_update(struct nl_cache *cache, struct nl_sock *sk) in class_request_update()
144 int rtnl_class_add(struct nl_sock *sk, struct rtnl_class *class, int flags) in rtnl_class_add()
198 int rtnl_class_delete(struct nl_sock *sk, struct rtnl_class *class) in rtnl_class_delete()
232 int rtnl_class_alloc_cache(struct nl_sock *sk, int ifindex, in rtnl_class_alloc_cache()
Droute.c75 int rtnl_route_alloc_cache(struct nl_sock *sk, int family, int flags, in rtnl_route_alloc_cache()
128 int rtnl_route_add(struct nl_sock *sk, struct rtnl_route *route, int flags) in rtnl_route_add()
150 int rtnl_route_delete(struct nl_sock *sk, struct rtnl_route *route, int flags) in rtnl_route_delete()
/external/fio/
Dserver.c111 static int fio_sendv_data(int sk, struct iovec *iov, int count) in fio_sendv_data()
150 int fio_send_data(int sk, const void *p, unsigned int len) in fio_send_data()
159 int fio_recv_data(int sk, void *p, unsigned int len) in fio_recv_data()
223 struct fio_net_cmd *fio_net_recv_cmd(int sk) in fio_net_recv_cmd()
418 static int fio_net_send_simple_stack_cmd(int sk, uint16_t opcode, uint64_t tag) in fio_net_send_simple_stack_cmd()
432 int fio_net_send_simple_cmd(int sk, uint16_t opcode, uint64_t tag, in fio_net_send_simple_cmd()
454 int fio_net_send_quit(int sk) in fio_net_send_quit()
461 static int fio_net_send_ack(int sk, struct fio_net_cmd *cmd, int error, in fio_net_send_ack()
475 int fio_net_send_stop(int sk, int error, int signal) in fio_net_send_stop()
871 static int handle_connection(int sk) in handle_connection()
[all …]
/external/libnl/lib/netfilter/
Dct.c372 int nfnl_ct_dump_request(struct nl_sock *sk) in nfnl_ct_dump_request()
378 static int ct_request_update(struct nl_cache *cache, struct nl_sock *sk) in ct_request_update()
478 int nfnl_ct_add(struct nl_sock *sk, const struct nfnl_ct *ct, int flags) in nfnl_ct_add()
500 int nfnl_ct_del(struct nl_sock *sk, const struct nfnl_ct *ct, int flags) in nfnl_ct_del()
522 int nfnl_ct_query(struct nl_sock *sk, const struct nfnl_ct *ct, int flags) in nfnl_ct_query()
553 int nfnl_ct_alloc_cache(struct nl_sock *sk, struct nl_cache **result) in nfnl_ct_alloc_cache()
Dnfnl.c84 int nfnl_connect(struct nl_sock *sk) in nfnl_connect()
107 int nfnl_send_simple(struct nl_sock *sk, uint8_t subsys_id, uint8_t type, in nfnl_send_simple()
/external/icu/icu4c/source/test/cintltst/
Dccolltst.c57 static char* dumpSk(uint8_t *sourceKey, char *sk) { in dumpSk()
125 char sk[10000]; in reportCResult() local
/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/lib/genl/
Dmngt.c237 int genl_ops_resolve(struct nl_sock *sk, struct genl_ops *ops) in genl_ops_resolve()
252 int genl_mngt_resolve(struct nl_sock *sk) in genl_mngt_resolve()
Dgenl.c102 int genl_connect(struct nl_sock *sk) in genl_connect()
127 int genl_send_simple(struct nl_sock *sk, int family, int cmd, in genl_send_simple()
/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
Dlink.h18 #define nl_cli_link_alloc_cache(sk) \ argument
Daddr.h17 #define nl_cli_addr_alloc_cache(sk) \ argument
/external/boringssl/src/crypto/x509/
Dx509_v3.c82 int X509v3_get_ext_by_OBJ(const STACK_OF(X509_EXTENSION) *sk, const ASN1_OBJECT *obj, in X509v3_get_ext_by_OBJ()
102 int X509v3_get_ext_by_critical(const STACK_OF(X509_EXTENSION) *sk, int crit, in X509v3_get_ext_by_critical()
/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
DSecretKeyFactorySpiTest.java55 SecretKey sk = null; in testSecretKeyFactorySpi01() local
/external/libnl/src/lib/
Drule.c33 struct nl_cache *nl_cli_rule_alloc_cache(struct nl_sock *sk) in nl_cli_rule_alloc_cache()
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
DSecretKeyTest.java47 checkSecretKey sk = new checkSecretKey(); in testField() local

1234