Lines Matching refs:action

47     const struct tls13_handshake_action *action);
49 const struct tls13_handshake_action *action);
356 const struct tls13_handshake_action *action; in tls13_handshake_perform() local
378 if ((action = tls13_handshake_active_action(ctx)) == NULL) in tls13_handshake_perform()
388 if (action->handshake_complete) { in tls13_handshake_perform()
400 sending = action->sender == ctx->mode; in tls13_handshake_perform()
404 tls13_handshake_message_name(action->handshake_type)); in tls13_handshake_perform()
410 ret = tls13_handshake_send_action(ctx, action); in tls13_handshake_perform()
412 ret = tls13_handshake_recv_action(ctx, action); in tls13_handshake_perform()
420 (action->sender == ctx->mode) ? "send" : "recv", in tls13_handshake_perform()
433 action); in tls13_handshake_perform()
442 const struct tls13_handshake_action *action) in tls13_handshake_send_action() argument
462 action->handshake_type)) in tls13_handshake_send_action()
464 if (!action->send(ctx, &cbb)) in tls13_handshake_send_action()
476 if (action->send_preserve_transcript_hash) { in tls13_handshake_send_action()
490 if (action->sent != NULL && !action->sent(ctx)) in tls13_handshake_send_action()
506 const struct tls13_handshake_action *action) in tls13_handshake_recv_action() argument
520 if (action->recv_preserve_transcript_hash) { in tls13_handshake_recv_action()
540 if (msg_type != action->handshake_type && in tls13_handshake_recv_action()
542 action->handshake_type != TLS13_MT_CERTIFICATE_REQUEST)) in tls13_handshake_recv_action()
549 if (action->recv(ctx, &cbs)) { in tls13_handshake_recv_action()
638 const struct tls13_handshake_action *action; in tls13_handshake_legacy_state() local
660 if ((action = tls13_handshake_active_action(ctx)) == NULL) in tls13_handshake_legacy_state()
663 if (action->sender == ctx->mode) in tls13_handshake_legacy_state()