Home
last modified time | relevance | path

Searched full:symmetric (Results 1 – 25 of 346) sorted by relevance

12345678910>>...14

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/
H A Dsym_difference.hpp216 \brief \brief_calc2{symmetric difference} \brief_strategy
218 \details \details_calc2{symmetric difference, spatial set theoretic symmetric difference (XOR)}
259 \brief \brief_calc2{symmetric difference}
261 \details \details_calc2{symmetric difference, spatial set theoretic symmetric difference (XOR)}
511 \brief \brief_calc2{symmetric difference}
513 \details \details_calc2{symmetric difference, spatial set theoretic symmetric difference (XOR)}.
548 \brief \brief_calc2{symmetric difference}
550 \details \details_calc2{symmetric difference, spatial set theoretic symmetric difference (XOR)}.
/OK3568_Linux_fs/kernel/Documentation/crypto/
H A Dapi-skcipher.rst10 Symmetric Key Cipher API
14 :doc: Symmetric Key Cipher API
19 Symmetric Key Cipher Request Handle
23 :doc: Symmetric Key Cipher Request Handle
H A Duserspace-if.rst36 - Symmetric ciphers
90 is of particular interest for symmetric cipher operations where a
138 Symmetric Cipher API
149 .salg_type = "skcipher", /* this selects the symmetric cipher */
195 The operation is very similar to the symmetric cipher discussion. During
203 .salg_type = "aead", /* this selects the symmetric cipher */
377 - the skcipher cipher type (symmetric ciphers)
H A Ddevel-algos.rst47 Single-Block Symmetric Ciphers [CIPHER]
53 implementations, that being the CIPHER type used for symmetric ciphers.
125 length-preserving symmetric cipher algorithm.
H A Darchitecture.rst10 - Symmetric ciphers
145 - skcipher for symmetric key ciphers
179 type. Symmetric ciphers, however, typically support multiple key sizes
182 not provide a separate way to select the particular symmetric cipher key
/OK3568_Linux_fs/kernel/include/crypto/
H A Dskcipher.h3 * Symmetric key ciphers.
16 * struct skcipher_request - Symmetric key cipher request
48 * struct skcipher_alg - symmetric key cipher definition
135 * DOC: Symmetric Key Cipher API
137 * Symmetric key cipher API is used with the ciphers of type
152 * For the symmetric key cipher API, the state is maintained with the tfm
171 * crypto_alloc_skcipher() - allocate symmetric key cipher handle
435 * DOC: Symmetric Key Cipher Request Handle
438 * required for the symmetric key cipher operation. This includes the cipher
/OK3568_Linux_fs/kernel/drivers/tty/ipwireless/
H A Dtty.h7 * Ben Martel <benm@symmetric.co.nz>
10 * Copyright (C) 2004 by Symmetric Systems Ltd (NZ)
H A Dnetwork.h7 * Ben Martel <benm@symmetric.co.nz>
10 * Copyright (C) 2004 by Symmetric Systems Ltd (NZ)
H A Dmain.h7 * Ben Martel <benm@symmetric.co.nz>
10 * Copyright (C) 2004 by Symmetric Systems Ltd (NZ)
H A Dhardware.h7 * Ben Martel <benm@symmetric.co.nz>
10 * Copyright (C) 2004 by Symmetric Systems Ltd (NZ)
H A Dsetup_protocol.h7 * Ben Martel <benm@symmetric.co.nz>
10 * Copyright (C) 2004 by Symmetric Systems Ltd (NZ)
/OK3568_Linux_fs/u-boot/net/
H A Dsntp.h26 #define NTP_MODE_SYMACTIVE 1 /* Symmetric Active */
27 #define NTP_MODE_SYMPASSIVE 2 /* Symmetric Passive */
/OK3568_Linux_fs/kernel/drivers/dma/ti/
H A Dk3-psil-priv.h24 * In case of symmetric configuration for a matching src/dst thread (for example
27 * the symmetric match.
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/fman/
H A Dfman_keygen.c134 /* Symmetric hash usage:
136 * - the value for symmetric hash usage must be in accordance with hash
138 * - according to tests performed, spreading is not working if symmetric
140 * So ultimately symmetric hash functionality should be always disabled:
245 bool symmetric_hash; /* Symmetric Hash option usage */
604 * complies with symmetric hash in keygen_scheme_setup()
606 * the key is symmetric in keygen_scheme_setup()
/OK3568_Linux_fs/kernel/Documentation/security/keys/
H A Dtrusted-encrypted.rst6 key ring service. Both of these new types are variable length symmetric keys,
90 The decrypted portion of encrypted keys can contain either a simple symmetric
168 quality symmetric key for HMAC protection of file metadata. The use of a
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr1/
H A Dell_integral.tcc71 * @param __x The first of three symmetric arguments.
72 * @param __y The second of three symmetric arguments.
73 * @param __z The third of three symmetric arguments.
311 * @param __x The first of two symmetric arguments.
312 * @param __y The second of two symmetric arguments.
561 * @param __x The first of three symmetric arguments.
562 * @param __y The second of three symmetric arguments.
563 * @param __z The third of three symmetric arguments.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr1/
H A Dell_integral.tcc71 * @param __x The first of three symmetric arguments.
72 * @param __y The second of three symmetric arguments.
73 * @param __z The third of three symmetric arguments.
311 * @param __x The first of two symmetric arguments.
312 * @param __y The second of two symmetric arguments.
561 * @param __x The first of three symmetric arguments.
562 * @param __y The second of three symmetric arguments.
563 * @param __z The third of three symmetric arguments.
/OK3568_Linux_fs/kernel/security/keys/
H A DKconfig80 keys in the kernel. Trusted keys are random number symmetric keys,
99 which are encrypted/decrypted with a 'master' symmetric key. The
/OK3568_Linux_fs/kernel/Documentation/livepatch/
H A Dsystem-state.rst160 *pre_unpatch()* typically does symmetric operations to *post_patch()*.
165 *post_unpatch()* typically does symmetric operations to *pre_patch()*.
/OK3568_Linux_fs/kernel/crypto/
H A DKconfig551 symmetric key for a block encryption pass applied to the input
1307 Camellia is a symmetric key block cipher developed jointly
1324 Camellia is a symmetric key block cipher developed jointly
1344 Camellia is a symmetric key block cipher developed jointly
1360 Camellia is a symmetric key block cipher developed jointly
1377 Camellia is a symmetric key block cipher developed jointly
1545 SEED is a 128-bit symmetric key block cipher that has been
1909 tristate "User-space interface for symmetric key cipher algorithms"
1914 This option enables the user-spaces interface for symmetric
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dchmc.c63 /* If symmetric use map[0], else it is
66 char symmetric; member
153 /* If symmetric use map[0], else it is
156 char symmetric; member
257 if (p->symmetric) in get_pin_and_dimm_str()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Dintel_runtime_pm.h145 * Any calls to this function must have a symmetric call to
163 * Any calls to this function must have a symmetric call to
H A Dintel_runtime_pm.c386 * Any runtime pm reference obtained by this function must have a symmetric
404 * Any runtime pm reference obtained by this function must have a symmetric
430 * Any runtime pm reference obtained by this function must have a symmetric
479 * Any runtime pm reference obtained by this function must have a symmetric
/OK3568_Linux_fs/kernel/drivers/crypto/
H A DKconfig677 bool "Symmetric-key ciphers only"
680 Enable symmetric-key ciphers only:
785 Xilinx ZynqMP has AES-GCM engine used for symmetric key
810 tristate "Broadcom symmetric crypto/hash acceleration support"
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dtda7432.c125 * Bit 3 controls bass cut: 0/1 is non-symmetric/symmetric bass cut
244 TDA7432_BASS_SYM | /* Symmetric bass cut */ in tda7432_set()

12345678910>>...14