Home
last modified time | relevance | path

Searched refs:gss_qop_t (Results 126 – 150 of 247) sorted by relevance

12345678910

/dports/security/gss/gss-1.0.3/doc/texi/
H A Dgss_unwrap.texi3 …fer}, gss_buffer_t @var{output_message_buffer}, int * @var{conf_state}, gss_qop_t * @var{qop_state…
20 @var{qop_state}: (gss_qop_t, modify, optional) Quality of protection
H A Dgss_wrap_size_limit.texi3 …tus}, const gss_ctx_id_t @var{context_handle}, int @var{conf_req_flag}, gss_qop_t @var{qop_req}, O…
14 @var{qop_req}: (gss_qop_t, read) Indicates the level of protection that
/dports/net/samba412/samba-4.12.15/source4/heimdal/lib/gssapi/krb5/
H A Dunwrap.c45 gss_qop_t * qop_state, in unwrap_des()
198 gss_qop_t * qop_state, in unwrap_des3()
389 gss_qop_t * qop_state in _gsskrb5_unwrap()
H A Darcfour.c231 gss_qop_t qop_req,
320 gss_qop_t * qop_state,
413 gss_qop_t qop_req,
569 gss_qop_t *qop_state,
801 gss_qop_t qop_req,
833 gss_qop_t qop_req,
1148 gss_qop_t *pqop_state,
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/heimdal/lib/gssapi/krb5/
H A Dunwrap.c45 gss_qop_t * qop_state, in unwrap_des()
181 gss_qop_t * qop_state, in unwrap_des3()
366 gss_qop_t * qop_state in _gsskrb5_unwrap()
H A Dprocess_context_token.c46 gss_qop_t qop_state; in _gsskrb5_process_context_token()
H A Dcfx.c161 gss_qop_t qop_req, in _gssapi_wrap_size_cfx()
237 gss_qop_t qop_req, in _gssapi_wrap_cfx()
462 gss_qop_t *qop_state, in _gssapi_unwrap_cfx()
671 gss_qop_t qop_req, in _gssapi_mic_cfx()
766 gss_qop_t *qop_state, in _gssapi_verify_mic_cfx()
/dports/net/samba412/samba-4.12.15/source4/heimdal/lib/gssapi/mech/
H A Dgss_verify_mic.c36 gss_qop_t *qop_state) in gss_verify_mic()
H A Dgss_get_mic.c34 gss_qop_t qop_req, in gss_get_mic()
H A Dgss_wrap_size_limit.c35 gss_qop_t qop_req, in gss_wrap_size_limit()
H A Dgss_wrap.c50 gss_qop_t qop_req, in gss_wrap()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/security/jgss/wrapper/
H A DGSSLibStub.c1328 gss_qop_t qop; in Java_sun_security_jgss_wrapper_GSSLibStub_wrapSizeLimit()
1341 qop = (gss_qop_t) jqop; in Java_sun_security_jgss_wrapper_GSSLibStub_wrapSizeLimit()
1409 gss_qop_t qop; in Java_sun_security_jgss_wrapper_GSSLibStub_getMic()
1424 qop = (gss_qop_t) jqop; in Java_sun_security_jgss_wrapper_GSSLibStub_getMic()
1466 gss_qop_t qop; in Java_sun_security_jgss_wrapper_GSSLibStub_verifyMic()
1479 qop = (gss_qop_t) (*env)->CallIntMethod(env, jprop, MID_MessageProp_getQOP); in Java_sun_security_jgss_wrapper_GSSLibStub_verifyMic()
1532 gss_qop_t qop; in Java_sun_security_jgss_wrapper_GSSLibStub_wrap()
1555 qop = (gss_qop_t) in Java_sun_security_jgss_wrapper_GSSLibStub_wrap()
1608 gss_qop_t qop; in Java_sun_security_jgss_wrapper_GSSLibStub_unwrap()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/security/jgss/wrapper/
H A DGSSLibStub.c1328 gss_qop_t qop; in Java_sun_security_jgss_wrapper_GSSLibStub_wrapSizeLimit()
1341 qop = (gss_qop_t) jqop; in Java_sun_security_jgss_wrapper_GSSLibStub_wrapSizeLimit()
1409 gss_qop_t qop; in Java_sun_security_jgss_wrapper_GSSLibStub_getMic()
1424 qop = (gss_qop_t) jqop; in Java_sun_security_jgss_wrapper_GSSLibStub_getMic()
1466 gss_qop_t qop; in Java_sun_security_jgss_wrapper_GSSLibStub_verifyMic()
1479 qop = (gss_qop_t) (*env)->CallIntMethod(env, jprop, MID_MessageProp_getQOP); in Java_sun_security_jgss_wrapper_GSSLibStub_verifyMic()
1532 gss_qop_t qop; in Java_sun_security_jgss_wrapper_GSSLibStub_wrap()
1555 qop = (gss_qop_t) in Java_sun_security_jgss_wrapper_GSSLibStub_wrap()
1608 gss_qop_t qop; in Java_sun_security_jgss_wrapper_GSSLibStub_unwrap()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/tools/gssapi/
H A Dgss_types.h25 using gss_qop_t = uint32_t; variable
H A Dgss_methods.cc56 gss_qop_t qop_req, in gss_wrap_size_limit()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/tools/gssapi/
H A Dgss_types.h25 using gss_qop_t = uint32_t; variable
H A Dgss_methods.cc56 gss_qop_t qop_req, in gss_wrap_size_limit()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.security.jgss/share/native/libj2gss/
H A DGSSLibStub.c1381 gss_qop_t qop; in Java_sun_security_jgss_wrapper_GSSLibStub_wrapSizeLimit()
1394 qop = (gss_qop_t) jqop; in Java_sun_security_jgss_wrapper_GSSLibStub_wrapSizeLimit()
1462 gss_qop_t qop; in Java_sun_security_jgss_wrapper_GSSLibStub_getMic()
1476 qop = (gss_qop_t) jqop; in Java_sun_security_jgss_wrapper_GSSLibStub_getMic()
1518 gss_qop_t qop; in Java_sun_security_jgss_wrapper_GSSLibStub_verifyMic()
1531 qop = (gss_qop_t) (*env)->CallIntMethod(env, jprop, MID_MessageProp_getQOP); in Java_sun_security_jgss_wrapper_GSSLibStub_verifyMic()
1584 gss_qop_t qop; in Java_sun_security_jgss_wrapper_GSSLibStub_wrap()
1607 qop = (gss_qop_t) in Java_sun_security_jgss_wrapper_GSSLibStub_wrap()
1660 gss_qop_t qop; in Java_sun_security_jgss_wrapper_GSSLibStub_unwrap()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.security.jgss/share/native/libj2gss/
H A DGSSLibStub.c1381 gss_qop_t qop; in Java_sun_security_jgss_wrapper_GSSLibStub_wrapSizeLimit()
1394 qop = (gss_qop_t) jqop; in Java_sun_security_jgss_wrapper_GSSLibStub_wrapSizeLimit()
1462 gss_qop_t qop; in Java_sun_security_jgss_wrapper_GSSLibStub_getMic()
1476 qop = (gss_qop_t) jqop; in Java_sun_security_jgss_wrapper_GSSLibStub_getMic()
1518 gss_qop_t qop; in Java_sun_security_jgss_wrapper_GSSLibStub_verifyMic()
1531 qop = (gss_qop_t) (*env)->CallIntMethod(env, jprop, MID_MessageProp_getQOP); in Java_sun_security_jgss_wrapper_GSSLibStub_verifyMic()
1584 gss_qop_t qop; in Java_sun_security_jgss_wrapper_GSSLibStub_wrap()
1607 qop = (gss_qop_t) in Java_sun_security_jgss_wrapper_GSSLibStub_wrap()
1660 gss_qop_t qop; in Java_sun_security_jgss_wrapper_GSSLibStub_unwrap()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.security.jgss/share/native/libj2gss/
H A DGSSLibStub.c1381 gss_qop_t qop; in Java_sun_security_jgss_wrapper_GSSLibStub_wrapSizeLimit()
1394 qop = (gss_qop_t) jqop; in Java_sun_security_jgss_wrapper_GSSLibStub_wrapSizeLimit()
1462 gss_qop_t qop; in Java_sun_security_jgss_wrapper_GSSLibStub_getMic()
1476 qop = (gss_qop_t) jqop; in Java_sun_security_jgss_wrapper_GSSLibStub_getMic()
1518 gss_qop_t qop; in Java_sun_security_jgss_wrapper_GSSLibStub_verifyMic()
1531 qop = (gss_qop_t) (*env)->CallIntMethod(env, jprop, MID_MessageProp_getQOP); in Java_sun_security_jgss_wrapper_GSSLibStub_verifyMic()
1584 gss_qop_t qop; in Java_sun_security_jgss_wrapper_GSSLibStub_wrap()
1607 qop = (gss_qop_t) in Java_sun_security_jgss_wrapper_GSSLibStub_wrap()
1660 gss_qop_t qop; in Java_sun_security_jgss_wrapper_GSSLibStub_unwrap()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.security.jgss/share/native/libj2gss/
H A DGSSLibStub.c1381 gss_qop_t qop; in Java_sun_security_jgss_wrapper_GSSLibStub_wrapSizeLimit()
1394 qop = (gss_qop_t) jqop; in Java_sun_security_jgss_wrapper_GSSLibStub_wrapSizeLimit()
1462 gss_qop_t qop; in Java_sun_security_jgss_wrapper_GSSLibStub_getMic()
1476 qop = (gss_qop_t) jqop; in Java_sun_security_jgss_wrapper_GSSLibStub_getMic()
1518 gss_qop_t qop; in Java_sun_security_jgss_wrapper_GSSLibStub_verifyMic()
1531 qop = (gss_qop_t) (*env)->CallIntMethod(env, jprop, MID_MessageProp_getQOP); in Java_sun_security_jgss_wrapper_GSSLibStub_verifyMic()
1584 gss_qop_t qop; in Java_sun_security_jgss_wrapper_GSSLibStub_wrap()
1607 qop = (gss_qop_t) in Java_sun_security_jgss_wrapper_GSSLibStub_wrap()
1660 gss_qop_t qop; in Java_sun_security_jgss_wrapper_GSSLibStub_unwrap()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.security.jgss/share/native/libj2gss/
H A DGSSLibStub.c1381 gss_qop_t qop; in Java_sun_security_jgss_wrapper_GSSLibStub_wrapSizeLimit()
1394 qop = (gss_qop_t) jqop; in Java_sun_security_jgss_wrapper_GSSLibStub_wrapSizeLimit()
1462 gss_qop_t qop; in Java_sun_security_jgss_wrapper_GSSLibStub_getMic()
1476 qop = (gss_qop_t) jqop; in Java_sun_security_jgss_wrapper_GSSLibStub_getMic()
1518 gss_qop_t qop; in Java_sun_security_jgss_wrapper_GSSLibStub_verifyMic()
1531 qop = (gss_qop_t) (*env)->CallIntMethod(env, jprop, MID_MessageProp_getQOP); in Java_sun_security_jgss_wrapper_GSSLibStub_verifyMic()
1584 gss_qop_t qop; in Java_sun_security_jgss_wrapper_GSSLibStub_wrap()
1607 qop = (gss_qop_t) in Java_sun_security_jgss_wrapper_GSSLibStub_wrap()
1660 gss_qop_t qop; in Java_sun_security_jgss_wrapper_GSSLibStub_unwrap()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.security.jgss/share/native/libj2gss/
H A DGSSLibStub.c1353 gss_qop_t qop; in Java_sun_security_jgss_wrapper_GSSLibStub_wrapSizeLimit()
1366 qop = (gss_qop_t) jqop; in Java_sun_security_jgss_wrapper_GSSLibStub_wrapSizeLimit()
1434 gss_qop_t qop; in Java_sun_security_jgss_wrapper_GSSLibStub_getMic()
1448 qop = (gss_qop_t) jqop; in Java_sun_security_jgss_wrapper_GSSLibStub_getMic()
1490 gss_qop_t qop; in Java_sun_security_jgss_wrapper_GSSLibStub_verifyMic()
1503 qop = (gss_qop_t) (*env)->CallIntMethod(env, jprop, MID_MessageProp_getQOP); in Java_sun_security_jgss_wrapper_GSSLibStub_verifyMic()
1556 gss_qop_t qop; in Java_sun_security_jgss_wrapper_GSSLibStub_wrap()
1579 qop = (gss_qop_t) in Java_sun_security_jgss_wrapper_GSSLibStub_wrap()
1632 gss_qop_t qop; in Java_sun_security_jgss_wrapper_GSSLibStub_unwrap()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.security.jgss/share/native/libj2gss/
H A DGSSLibStub.c1356 gss_qop_t qop; in Java_sun_security_jgss_wrapper_GSSLibStub_wrapSizeLimit()
1369 qop = (gss_qop_t) jqop; in Java_sun_security_jgss_wrapper_GSSLibStub_wrapSizeLimit()
1437 gss_qop_t qop; in Java_sun_security_jgss_wrapper_GSSLibStub_getMic()
1451 qop = (gss_qop_t) jqop; in Java_sun_security_jgss_wrapper_GSSLibStub_getMic()
1493 gss_qop_t qop; in Java_sun_security_jgss_wrapper_GSSLibStub_verifyMic()
1506 qop = (gss_qop_t) (*env)->CallIntMethod(env, jprop, MID_MessageProp_getQOP); in Java_sun_security_jgss_wrapper_GSSLibStub_verifyMic()
1559 gss_qop_t qop; in Java_sun_security_jgss_wrapper_GSSLibStub_wrap()
1582 qop = (gss_qop_t) in Java_sun_security_jgss_wrapper_GSSLibStub_wrap()
1635 gss_qop_t qop; in Java_sun_security_jgss_wrapper_GSSLibStub_unwrap()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.security.jgss/share/native/libj2gss/
H A DGSSLibStub.c1356 gss_qop_t qop; in Java_sun_security_jgss_wrapper_GSSLibStub_wrapSizeLimit()
1369 qop = (gss_qop_t) jqop; in Java_sun_security_jgss_wrapper_GSSLibStub_wrapSizeLimit()
1437 gss_qop_t qop; in Java_sun_security_jgss_wrapper_GSSLibStub_getMic()
1451 qop = (gss_qop_t) jqop; in Java_sun_security_jgss_wrapper_GSSLibStub_getMic()
1493 gss_qop_t qop; in Java_sun_security_jgss_wrapper_GSSLibStub_verifyMic()
1506 qop = (gss_qop_t) (*env)->CallIntMethod(env, jprop, MID_MessageProp_getQOP); in Java_sun_security_jgss_wrapper_GSSLibStub_verifyMic()
1559 gss_qop_t qop; in Java_sun_security_jgss_wrapper_GSSLibStub_wrap()
1582 qop = (gss_qop_t) in Java_sun_security_jgss_wrapper_GSSLibStub_wrap()
1635 gss_qop_t qop; in Java_sun_security_jgss_wrapper_GSSLibStub_unwrap()

12345678910