Home | History | Annotate | Download | only in crypto

Lines Matching full:used

9  * for wpa_supplicant and hostapd. When TLS is not used, internal
10 * implementation of MD5, SHA1, and AES is used and no external libraries are
12 * crypto library used by the TLS implementation is expected to be used for
151 * This function is only used with internal TLSv1 implementation
152 * (CONFIG_TLS=internal). If that is not used, the crypto wrapper does not need
164 * This function is only used with internal TLSv1 implementation
165 * (CONFIG_TLS=internal). If that is not used, the crypto wrapper does not need
181 * was used for hash calculation.
183 * This function is only used with internal TLSv1 implementation
184 * (CONFIG_TLS=internal). If that is not used, the crypto wrapper does not need
206 * This function is only used with internal TLSv1 implementation
207 * (CONFIG_TLS=internal). If that is not used, the crypto wrapper does not need
222 * This function is only used with internal TLSv1 implementation
223 * (CONFIG_TLS=internal). If that is not used, the crypto wrapper does not need
237 * This function is only used with internal TLSv1 implementation
238 * (CONFIG_TLS=internal). If that is not used, the crypto wrapper does not need
248 * This function is only used with internal TLSv1 implementation
249 * (CONFIG_TLS=internal). If that is not used, the crypto wrapper does not need
265 * parsing. In that case, crypto_public_key_from_cert() is used to import the
268 * This function is only used with internal TLSv1 implementation
269 * (CONFIG_TLS=internal). If that is not used, the crypto wrapper does not need
281 * This function is only used with internal TLSv1 implementation
282 * (CONFIG_TLS=internal). If that is not used, the crypto wrapper does not need
296 * X.509 parsing. In that case, internal code will be used to parse the
299 * This function is only used with internal TLSv1 implementation
300 * (CONFIG_TLS=internal). If that is not used, the crypto wrapper does not need
312 * @outlen: Length of output buffer in bytes; set to used length on success
315 * This function is only used with internal TLSv1 implementation
316 * (CONFIG_TLS=internal). If that is not used, the crypto wrapper does not need
329 * @outlen: Length of output buffer in bytes; set to used length on success
332 * This function is only used with internal TLSv1 implementation
333 * (CONFIG_TLS=internal). If that is not used, the crypto wrapper does not need
346 * @outlen: Length of output buffer in bytes; set to used length on success
349 * This function is only used with internal TLSv1 implementation
350 * (CONFIG_TLS=internal). If that is not used, the crypto wrapper does not need
361 * This function is only used with internal TLSv1 implementation
362 * (CONFIG_TLS=internal). If that is not used, the crypto wrapper does not need
371 * This function is only used with internal TLSv1 implementation
372 * (CONFIG_TLS=internal). If that is not used, the crypto wrapper does not need
393 * This function is only used with internal TLSv1 implementation
394 * (CONFIG_TLS=internal). If that is not used, the crypto wrapper does not need
402 * This function is only used with internal TLSv1 implementation
403 * (CONFIG_TLS=internal). If that is not used, the crypto wrapper does not need
421 * used as the maximum size of modulus buffer. It is set to the used size on
424 * This function is only used with internal TLSv1 implementation
425 * (CONFIG_TLS=internal). If that is not used, the crypto wrapper does not need
465 * to the used crypto library.
505 * @c: Bignum; used to store the result of a + b
516 * @c: Bignum; used to store the result of a % b
528 * @d: Bignum; used to store the result of a^b (mod c)
540 * @b: Bignum; used to store the result of a >> n
550 * @c: Bignum; used to store the result
561 * @c: Bignum; used to store the result of a - b
572 * @c: Bignum; used to store the result of a / b
584 * @d: Bignum; used to store the result of (a * b) % c
626 * to the used crypto library.
676 * contents is specific to the used crypto library.
698 * @x: Buffer for writing the binary data for x coordinate or %NULL if not used
699 * @y: Buffer for writing the binary data for y coordinate or %NULL if not used
702 * This function can be used to write an EC point as binary data in a format
727 * @c: Bignum; used to store the result of a + b
739 * @res: EC point; used to store the result of b * p