Searched refs:ssf (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/sctp/ |
H A D | ulpevent.c | 435 struct sctp_send_failed *ssf; in sctp_ulpevent_make_send_failed() local 457 ssf = skb_push(skb, sizeof(struct sctp_send_failed)); in sctp_ulpevent_make_send_failed() 465 ssf->ssf_type = SCTP_SEND_FAILED; in sctp_ulpevent_make_send_failed() 480 ssf->ssf_flags = flags; in sctp_ulpevent_make_send_failed() 489 ssf->ssf_length = sizeof(struct sctp_send_failed) + len; in sctp_ulpevent_make_send_failed() 490 skb_trim(skb, ssf->ssf_length); in sctp_ulpevent_make_send_failed() 500 ssf->ssf_error = error; in sctp_ulpevent_make_send_failed() 509 memcpy(&ssf->ssf_info, &chunk->sinfo, sizeof(struct sctp_sndrcvinfo)); in sctp_ulpevent_make_send_failed() 514 ssf->ssf_info.sinfo_flags = chunk->chunk_hdr->flags; in sctp_ulpevent_make_send_failed() 526 ssf->ssf_assoc_id = sctp_assoc2id(asoc); in sctp_ulpevent_make_send_failed() [all …]
|
/openbmc/qemu/ui/ |
H A D | vnc-auth-sasl.c | 210 int err, ssf; in vnc_auth_sasl_check_ssf() local 219 ssf = *(const int *)val; in vnc_auth_sasl_check_ssf() 221 trace_vnc_auth_sasl_ssf(vs, ssf); in vnc_auth_sasl_check_ssf() 223 if (ssf < 56) in vnc_auth_sasl_check_ssf() 623 sasl_ssf_t ssf; in start_auth_sasl() local 634 ssf = keysize * CHAR_BIT; /* tls key size is bytes, sasl wants bits */ in start_auth_sasl() 636 err = sasl_setprop(vs->sasl.conn, SASL_SSF_EXTERNAL, &ssf); in start_auth_sasl()
|
H A D | trace-events | 83 vnc_auth_sasl_ssf(void *state, int ssf) "VNC client auth SASL SSF state=%p size=%d"
|
/openbmc/qemu/crypto/ |
H A D | tlssession.c | 594 int ssf; in qcrypto_tls_session_get_key_size() local 597 ssf = gnutls_cipher_get_key_size(cipher); in qcrypto_tls_session_get_key_size() 598 if (!ssf) { in qcrypto_tls_session_get_key_size() 602 return ssf; in qcrypto_tls_session_get_key_size()
|