Lines Matching defs:from
145 * zero as this is indistinguishable from not requesting to use
177 * This is indistinguishable from not using the CID extension
1165 /* Heap allocate and translate curve_list from internal to IANA group ids */
1203 /* Heap allocate and translate sig_hashes from internal hash identifiers to
1480 * (Use when a DTLS client reconnects from the same port.)
3607 /* Deserialize CRT from the end of the ticket. */
3641 /* Deserialize CRT digest from the end of the ticket. */
4472 * We proceed to the next handshake step only when all data from the
5016 * // fields from ssl_context
5030 * 3. value can be re-derived from other data (eg session keys from MS)
5155 * Saved fields from top-level ssl_context structure
5383 * Saved fields from top-level ssl_context structure
5459 * Forced fields from top-level ssl_context structure
6116 * Convert from MBEDTLS_SSL_HASH_XXX to MBEDTLS_MD_XXX
6151 * Convert from MBEDTLS_MD_XXX to MBEDTLS_SSL_HASH_XXX
7840 * it in-place from the input buffer instead of making a copy. */
8061 * of error codes, including those from the user provided f_vrfy
8325 unsigned char *buf, int from)
8346 sender = (from == MBEDTLS_SSL_IS_CLIENT)
8409 mbedtls_ssl_context *ssl, unsigned char *buf, int from)
8419 buf, from);
8426 mbedtls_ssl_context *ssl, unsigned char *buf, int from)
8436 buf, from);
8724 * Helper to get TLS 1.2 PRF from ciphersuite
8725 * (Duplicates bits of logic from ssl_set_handshake_prfs().)