summaryrefslogtreecommitdiff
path: root/crypto/krb5/rfc3961_simplified.c
AgeCommit message (Expand)AuthorFilesLines
2025-06-19crypto/krb5: Fix change to use SG miter to use offsetDavid Howells1-0/+1
2025-03-21crypto: krb5 - Use SG miter instead of doing it by handHerbert Xu1-21/+16
2025-03-02crypto/krb5: Implement the Kerberos5 rfc3961 get_mic and verify_micDavid Howells1-0/+130
2025-03-02crypto/krb5: Implement the Kerberos5 rfc3961 encrypt and decrypt functionsDavid Howells1-0/+146
2025-03-02crypto/krb5: Provide RFC3961 setkey packaging functionsDavid Howells1-4/+118
2025-03-02crypto/krb5: Implement the Kerberos5 rfc3961 key derivationDavid Howells1-0/+407