Searched defs:sk (Results 1 – 7 of 7) sorted by relevance
/crypto/ |
D | af_alg.c | 129 void af_alg_release_parent(struct sock *sk) in af_alg_release_parent() 148 struct sock *sk = sock->sk; in alg_bind() local 205 static int alg_setkey(struct sock *sk, sockptr_t ukey, unsigned int keylen) in alg_setkey() 231 struct sock *sk = sock->sk; in alg_setsockopt() local 277 int af_alg_accept(struct sock *sk, struct socket *newsock, bool kern) in af_alg_accept() 365 static void alg_sock_destruct(struct sock *sk) in alg_sock_destruct() 375 struct sock *sk; in alg_create() local 497 static int af_alg_alloc_tsgl(struct sock *sk) in af_alg_alloc_tsgl() 538 unsigned int af_alg_count_tsgl(struct sock *sk, size_t bytes, size_t offset) in af_alg_count_tsgl() 594 void af_alg_pull_tsgl(struct sock *sk, size_t used, struct scatterlist *dst, in af_alg_pull_tsgl() [all …]
|
D | algif_hash.c | 32 static int hash_alloc_result(struct sock *sk, struct hash_ctx *ctx) in hash_alloc_result() 50 static void hash_free_result(struct sock *sk, struct hash_ctx *ctx) in hash_free_result() 67 struct sock *sk = sock->sk; in hash_sendmsg() local 134 struct sock *sk = sock->sk; in hash_sendpage() local 186 struct sock *sk = sock->sk; in hash_recvmsg() local 233 struct sock *sk = sock->sk; in hash_accept() local 298 struct sock *sk = sock->sk; in hash_check_key() local 409 static void hash_sock_destruct(struct sock *sk) in hash_sock_destruct() 419 static int hash_accept_parent_nokey(void *private, struct sock *sk) in hash_accept_parent_nokey() 446 static int hash_accept_parent(void *private, struct sock *sk) in hash_accept_parent()
|
D | algif_skcipher.c | 40 struct sock *sk = sock->sk; in skcipher_sendmsg() local 53 struct sock *sk = sock->sk; in _skcipher_recvmsg() local 152 struct sock *sk = sock->sk; in skcipher_recvmsg() local 208 struct sock *sk = sock->sk; in skcipher_check_key() local 308 static void skcipher_sock_destruct(struct sock *sk) in skcipher_sock_destruct() 322 static int skcipher_accept_parent_nokey(void *private, struct sock *sk) in skcipher_accept_parent_nokey() 353 static int skcipher_accept_parent(void *private, struct sock *sk) in skcipher_accept_parent()
|
D | algif_aead.c | 44 static inline bool aead_sufficient_data(struct sock *sk) in aead_sufficient_data() 63 struct sock *sk = sock->sk; in aead_sendmsg() local 91 struct sock *sk = sock->sk; in _aead_recvmsg() local 326 struct sock *sk = sock->sk; in aead_recvmsg() local 382 struct sock *sk = sock->sk; in aead_check_key() local 519 static void aead_sock_destruct(struct sock *sk) in aead_sock_destruct() 535 static int aead_accept_parent_nokey(void *private, struct sock *sk) in aead_accept_parent_nokey() 567 static int aead_accept_parent(void *private, struct sock *sk) in aead_accept_parent()
|
D | algif_rng.c | 110 struct sock *sk = sock->sk; in rng_recvmsg() local 120 struct sock *sk = sock->sk; in rng_test_recvmsg() local 232 static void rng_sock_destruct(struct sock *sk) in rng_sock_destruct() 242 static int rng_accept_parent(void *private, struct sock *sk) in rng_accept_parent()
|
D | twofish_common.c | 580 u8 si = 0, sj = 0, sk = 0, sl = 0, sm = 0, sn = 0, so = 0, sp = 0; in __twofish_setkey() local
|
D | ecc.c | 1285 u64 sk[2][ECC_MAX_DIGITS]; in ecc_point_mult() local
|