Searched refs:KRB5_CRYPTO_TYPE_SIGN_ONLY (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dtest_enctypes.c682 iov[2].flags = KRB5_CRYPTO_TYPE_SIGN_ONLY;
694 if (iov[i].flags == KRB5_CRYPTO_TYPE_SIGN_ONLY)
706 if (iov[i].flags == KRB5_CRYPTO_TYPE_SIGN_ONLY)
756 if (iov[i].flags == KRB5_CRYPTO_TYPE_SIGN_ONLY)
768 if (iov[i].flags == KRB5_CRYPTO_TYPE_SIGN_ONLY)
H A Dcrypto.c1240 * KRB5_CRYPTO_TYPE_SIGN_ONLY in any order, however the receiver
1241 * have to aware of the order. KRB5_CRYPTO_TYPE_SIGN_ONLY is
1325 if (data[i].flags != KRB5_CRYPTO_TYPE_SIGN_ONLY)
1336 data[i].flags != KRB5_CRYPTO_TYPE_SIGN_ONLY)
1435 * 2. one KRB5_CRYPTO_TYPE_DATA and array [0,...] of KRB5_CRYPTO_TYPE_SIGN_ONLY in
1437 * order. KRB5_CRYPTO_TYPE_SIGN_ONLY is commonly used unencrypoted
1540 if (data[i].flags != KRB5_CRYPTO_TYPE_SIGN_ONLY)
1553 data[i].flags != KRB5_CRYPTO_TYPE_SIGN_ONLY)
1614 data[i].flags != KRB5_CRYPTO_TYPE_SIGN_ONLY)
1623 data[i].flags != KRB5_CRYPTO_TYPE_SIGN_ONLY)
[all...]
H A Dkrb5.h935 #define KRB5_CRYPTO_TYPE_SIGN_ONLY 3 macro
/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/krb5/
H A Dcfx.c544 data[i].flags = KRB5_CRYPTO_TYPE_SIGN_ONLY;
609 data[i].flags = KRB5_CRYPTO_TYPE_SIGN_ONLY;
895 data[i].flags = KRB5_CRYPTO_TYPE_SIGN_ONLY;
977 data[i].flags = KRB5_CRYPTO_TYPE_SIGN_ONLY;

Completed in 114 milliseconds