Lines Matching full:from
174 * counter and do global initialization only when moving from 0 to 1 reference.
180 * @tls_ctx: TLS context data from tls_init()
186 * from 1 to 0 references.
192 * @tls_ctx: TLS context data from tls_init()
201 * @tls_ctx: TLS context data from tls_init()
208 * @tls_ctx: TLS context data from tls_init()
209 * @conn: Connection context data from tls_connection_init()
217 * @tls_ctx: TLS context data from tls_init()
218 * @conn: Connection context data from tls_connection_init()
225 * @tls_ctx: TLS context data from tls_init()
226 * @conn: Connection context data from tls_connection_init()
243 * @tls_ctx: TLS context data from tls_init()
244 * @conn: Connection context data from tls_connection_init()
258 * @tls_ctx: TLS context data from tls_init()
271 * @tls_ctx: TLS context data from tls_init()
280 * @tls_ctx: TLS context data from tls_init()
281 * @conn: Connection context data from tls_connection_init()
296 * tls_connection_get_random - Get random data from TLS connection
297 * @tls_ctx: TLS context data from tls_init()
298 * @conn: Connection context data from tls_connection_init()
307 * tls_connection_export_key - Derive keying material from a TLS connection
308 * @tls_ctx: TLS context data from tls_init()
309 * @conn: Connection context data from tls_connection_init()
313 * @out: Buffer for output data from TLS-PRF
330 * @tls_ctx: TLS context data from tls_init()
331 * @conn: Connection context data from tls_connection_init()
332 * @out: Buffer for output data from TLS-PRF
346 * @tls_ctx: TLS context data from tls_init()
347 * @conn: Connection context data from tls_connection_init()
348 * @in_data: Input data from TLS server
359 * This packet is then send to the server and a response from server is given
361 * TLS message from the server.
384 * @tls_ctx: TLS context data from tls_init()
385 * @conn: Connection context data from tls_connection_init()
386 * @in_data: Input data from TLS peer
399 * @tls_ctx: TLS context data from tls_init()
400 * @conn: Connection context data from tls_connection_init()
413 * tls_connection_decrypt - Decrypt data from TLS tunnel
414 * @tls_ctx: TLS context data from tls_init()
415 * @conn: Connection context data from tls_connection_init()
420 * receive data from the encrypted tunnel. The caller is responsible for
434 * @tls_ctx: TLS context data from tls_init()
435 * @conn: Connection context data from tls_connection_init()
452 * @tls_ctx: TLS context data from tls_init()
453 * @conn: Connection context data from tls_connection_init()
464 * @tls_ctx: TLS context data from tls_init()
465 * @conn: Connection context data from tls_connection_init()
477 * @tls_ctx: TLS context data from tls_init()
478 * @conn: Connection context data from tls_connection_init()
489 * @tls_ctx: TLS context data from tls_init()
490 * @conn: Connection context data from tls_connection_init()
503 * @tls_ctx: TLS context data from tls_init()
504 * @conn: Connection context data from tls_connection_init()
512 * @tls_ctx: TLS context data from tls_init()
513 * @conn: Connection context data from tls_connection_init()
521 * @tls_ctx: TLS context data from tls_init()
522 * @conn: Connection context data from tls_connection_init()
531 * @tls_ctx: TLS context data from tls_init()