Home
last modified time | relevance | path

Searched full:ssf (Results 1 – 16 of 16) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Drenesas,rzg2l-poeg.yaml18 * SSF bit setting(ie, by setting POEGGn.SSF to 1)
/freebsd/crypto/krb5/src/lib/gssapi/krb5/
H A Dinq_context.c351 unsigned int ssf; in gss_krb5int_sec_context_sasl_ssf() local
357 code = k5_enctype_to_ssf(key->keyblock.enctype, &ssf); in gss_krb5int_sec_context_sasl_ssf()
361 store_32_be(ssf, buf); in gss_krb5int_sec_context_sasl_ssf()
/freebsd/crypto/krb5/src/lib/crypto/krb/
H A Denctype_util.c163 * value, but we provide a per-enctype value for Cyrus SASL's SSF. */
174 *ssf_out = ktp->ssf; in k5_enctype_to_ssf()
H A Detypes.c60 * consider its strength degraded and assign it an SSF value of 64. */
H A Dcrypto_int.h170 unsigned int ssf; member
/freebsd/sys/netinet/
H A Dsctputil.c3375 struct sctp_send_failed *ssf; in sctp_notify_send_failed() local
3444 ssf = mtod(m_notify, struct sctp_send_failed *); in sctp_notify_send_failed()
3445 memset(ssf, 0, notifhdr_len); in sctp_notify_send_failed()
3446 ssf->ssf_type = SCTP_SEND_FAILED; in sctp_notify_send_failed()
3448 ssf->ssf_flags = SCTP_DATA_SENT; in sctp_notify_send_failed()
3450 ssf->ssf_flags = SCTP_DATA_UNSENT; in sctp_notify_send_failed()
3452 ssf->ssf_length = (uint32_t)(notifhdr_len + payload_len); in sctp_notify_send_failed()
3453 ssf->ssf_error = error; in sctp_notify_send_failed()
3455 ssf->ssf_info.sinfo_stream = chk->rec.data.sid; in sctp_notify_send_failed()
3456 ssf->ssf_info.sinfo_ssn = (uint16_t)chk->rec.data.mid; in sctp_notify_send_failed()
[all …]
/freebsd/contrib/sendmail/src/
H A Dusersmtp.c1618 sasl_ssf_t ssf; local
1622 sasl_external_properties_t ssf; local
1678 ssf = 0;
1686 ssf = atoi(out);
1688 saslresult = sasl_setprop(mci->mci_conn, SASL_SSF_EXTERNAL, &ssf);
1751 ssf.ssf = 0;
1752 ssf.auth_id = NULL;
1756 ssf.auth_id = out;
1759 ssf.ssf = atoi(out);
1761 saslresult = sasl_setprop(mci->mci_conn, SASL_SSF_EXTERNAL, &ssf);
H A Dsrvrsmtp.c1011 sasl_ssf_t *ssf; local
1315 ext_ssf.ssf = 0;
1836 (const void **) &ssf);
1862 (void **) &ssf);
1869 ssf = NULL;
1876 "%u", *ssf);
1882 *ssf);
1892 if (ssf != NULL && *ssf > 0)
1923 auth_type, *ssf);
2516 ext_ssf.ssf = cipher_bits;
H A Ddeliver.c4050 sasl_ssf_t *ssf = NULL; local
4055 (const void **) &ssf);
4057 (void **) &ssf);
4066 result == SASL_OK ? *ssf : 0);
4073 if (result == SASL_OK && *ssf > 0)
/freebsd/crypto/krb5/src/lib/gssapi/generic/
H A Dgssapi_generic.c170 * infosys(1) gssapi(2) krb5(2) krb5-gssapi-ext(5) sasl-ssf(15)
H A Dgssapi_ext.h642 * order. This is the Security Strength Factor (SSF) associated with the
/freebsd/contrib/dialog/
H A Ddialog.c211 #define ssF(name) o_##name, 1, tFalse, offsetof(DIALOG_STATE,name) macro
328 { "no-shadow", ssF(use_shadow), 1, "" },
/freebsd/crypto/heimdal/doc/
H A Dsetup.texi1078 security layer quality (ssf in cyrus-sasl lingo). So that requirement
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp685 { "ssf", SystemZ::InsnSSF, 4,
/freebsd/contrib/tzdata/
H A Dnorthamerica311 # http://www.al.com/news/huntsvilletimes/index.ssf?/base/news/1125047783228320.xml&coll=1
326 # http://www.al.com/living/index.ssf/2017/02/do_you_know_which_alabama_town.html
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.td2240 ".insn ssf,$enc,$BD1,$BD2,$R3", []>;