Home
last modified time | relevance | path

Searched refs:rrc_rotate (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/heimdal/lib/gssapi/krb5/
H A Dcfx.c166 rrc_rotate(void *data, size_t len, uint16_t rrc, krb5_boolean unrotate) in rrc_rotate() function
1302 ret = rrc_rotate(cipher.data, cipher.length, rrc+padlength, FALSE); in _gssapi_wrap_cfx()
1304 ret = rrc_rotate(cipher.data, cipher.length, rrc, FALSE); in _gssapi_wrap_cfx()
1351 ret = rrc_rotate(p, in _gssapi_wrap_cfx()
1471 *minor_status = rrc_rotate(p, len, rrc+ec, TRUE); in _gssapi_unwrap_cfx()
1473 *minor_status = rrc_rotate(p, len, rrc, TRUE); in _gssapi_unwrap_cfx()
1510 *minor_status = rrc_rotate(p, len, rrc, TRUE); in _gssapi_unwrap_cfx()
/freebsd/crypto/heimdal/lib/gssapi/
H A DChangeLog1952 no longer any references to GSS_C_DCE_STYLE. - rrc_rotate()
1958 * cfx.[ch]: rrc_rotate() was untested and broken, fix it.