| /linux/crypto/ |
| H A D | af_alg.c | 134 struct alg_sock *ask = alg_sk(sk); in af_alg_release_parent() local 135 unsigned int nokey = atomic_read(&ask->nokey_refcnt); in af_alg_release_parent() 137 sk = ask->parent; in af_alg_release_parent() 138 ask = alg_sk(sk); in af_alg_release_parent() 141 atomic_dec(&ask->nokey_refcnt); in af_alg_release_parent() 143 if (atomic_dec_and_test(&ask->refcnt)) in af_alg_release_parent() 152 struct alg_sock *ask = alg_sk(sk); in alg_bind() local 192 if (atomic_read(&ask->refcnt)) in alg_bind() 195 swap(ask->type, type); in alg_bind() 196 swap(ask->private, private); in alg_bind() [all …]
|
| H A D | algif_skcipher.c | 41 struct alg_sock *ask = alg_sk(sk); in skcipher_sendmsg() local 42 struct sock *psk = ask->parent; in skcipher_sendmsg() 52 struct alg_sock *ask = alg_sk(sk); in algif_skcipher_export() local 63 ctx = ask->private; in algif_skcipher_export() 64 psk = ask->parent; in algif_skcipher_export() 100 struct alg_sock *ask = alg_sk(sk); in _skcipher_recvmsg() local 101 struct sock *psk = ask->parent; in _skcipher_recvmsg() 103 struct af_alg_ctx *ctx = ask->private; in _skcipher_recvmsg() 272 struct alg_sock *ask = alg_sk(sk); in skcipher_check_key() local 275 if (!atomic_read(&ask->nokey_refcnt)) in skcipher_check_key() [all …]
|
| H A D | algif_hash.c | 67 struct alg_sock *ask = alg_sk(sk); in hash_sendmsg() local 68 struct hash_ctx *ctx = ask->private; in hash_sendmsg() 183 struct alg_sock *ask = alg_sk(sk); in hash_recvmsg() local 184 struct hash_ctx *ctx = ask->private; in hash_recvmsg() 230 struct alg_sock *ask = alg_sk(sk); in hash_accept() local 231 struct hash_ctx *ctx = ask->private; in hash_accept() 255 err = af_alg_accept(ask->parent, newsock, arg); in hash_accept() 301 struct alg_sock *ask = alg_sk(sk); in hash_check_key() local 304 if (!atomic_read(&ask->nokey_refcnt)) in hash_check_key() 307 psk = ask->parent; in hash_check_key() [all …]
|
| H A D | algif_rng.c | 111 struct alg_sock *ask = alg_sk(sk); in rng_recvmsg() local 112 struct rng_ctx *ctx = ask->private; in rng_recvmsg() 121 struct alg_sock *ask = alg_sk(sk); in rng_test_recvmsg() local 122 struct rng_ctx *ctx = ask->private; in rng_test_recvmsg() 136 struct alg_sock *ask = alg_sk(sock->sk); in rng_test_sendmsg() local 137 struct rng_ctx *ctx = ask->private; in rng_test_sendmsg() 232 struct alg_sock *ask = alg_sk(sk); in rng_sock_destruct() local 233 struct rng_ctx *ctx = ask->private; in rng_sock_destruct() 244 struct alg_sock *ask = alg_sk(sk); in rng_accept_parent() local 261 ask->private = ctx; in rng_accept_parent()
|
| /linux/include/crypto/ |
| H A D | if_alg.h | 189 struct alg_sock *ask = alg_sk(sk); in af_alg_sndbuf() local 190 struct af_alg_ctx *ctx = ask->private; in af_alg_sndbuf() 215 struct alg_sock *ask = alg_sk(sk); in af_alg_rcvbuf() local 216 struct af_alg_ctx *ctx = ask->private; in af_alg_rcvbuf()
|
| /linux/samples/user_events/ |
| H A D | example.c | 55 ask: in main() 70 goto ask; in main()
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-subdev-enum-mbus-code.rst | 116 encoding. The application can ask to configure the colorspace of the 123 The application can ask to configure the transform function of 130 encoding. The application can ask to configure the Y'CbCr encoding of the 137 encoding. The application can ask to configure the HSV encoding of the 144 quantization. The application can ask to configure the quantization of
|
| /linux/arch/arm/boot/dts/sigmastar/ |
| H A D | mstar-infinity2m-ssd202d-100ask-dongshanpione.dts | 12 compatible = "100ask,dongshanpione", "mstar,infinity2m";
|
| H A D | Makefile | 4 mstar-infinity2m-ssd202d-100ask-dongshanpione.dtb \
|
| /linux/drivers/media/common/ |
| H A D | Kconfig | 2 # Used by common drivers, when they need to ask questions
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_refcount_btree.h | 61 struct xfs_trans *tp, struct xfs_perag *pag, xfs_extlen_t *ask,
|
| H A D | xfs_ialloc_btree.h | 67 xfs_extlen_t *ask, xfs_extlen_t *used);
|
| H A D | xfs_rmap_btree.h | 60 struct xfs_perag *pag, xfs_extlen_t *ask, xfs_extlen_t *used);
|
| /linux/Documentation/translations/zh_CN/arch/arm64/ |
| H A D | tagged-pointers.txt | 5 communicating in English you can also ask the Chinese maintainer for
|
| H A D | legacy_instructions.txt | 5 communicating in English you can also ask the Chinese maintainer for
|
| H A D | memory.txt | 5 communicating in English you can also ask the Chinese maintainer for
|
| H A D | silicon-errata.txt | 5 communicating in English you can also ask the Chinese maintainer for
|
| /linux/Documentation/translations/zh_TW/ |
| H A D | IRQ.txt | 5 communicating in English you can also ask the Chinese maintainer for
|
| /linux/Documentation/fb/ |
| H A D | vesafb.rst | 40 vga=ask and hit return. The mode you wish to use is derived from the 69 To enable one of those modes you have to specify "vga=ask" in the 71 mode at the "vga=ask" prompt. For example if you like to use
|
| /linux/drivers/firmware/arm_scmi/transports/ |
| H A D | Kconfig | 61 transport to optionally ask for atomic SCMI transactions and operate 119 transport to optionally ask for atomic SCMI transactions and operate
|
| /linux/Documentation/translations/zh_TW/arch/arm64/ |
| H A D | tagged-pointers.txt | 7 communicating in English you can also ask the Chinese maintainer for
|
| H A D | legacy_instructions.txt | 7 communicating in English you can also ask the Chinese maintainer for
|
| /linux/Documentation/arch/powerpc/ |
| H A D | ptrace.rst | 86 With this GDB can ask for all kinds of hardware breakpoints and watchpoints 92 request to ask for its removal. Return -ENOSPC if the requested breakpoint
|
| /linux/Documentation/translations/zh_TW/dev-tools/ |
| H A D | sparse.rst | 5 communicating in English you can also ask the Chinese maintainer for
|
| /linux/Documentation/scsi/ |
| H A D | aic7xxx.rst | 388 http://ask.adaptec.com for articles, troubleshooting tips, and 391 Technical Support Specialists at http://ask.adaptec.com/. 414 http://ask-de.adaptec.com/. 416 http://ask-fr.adaptec.com/. 418 http://ask.adaptec.com/.
|