#include <stddef.h>Go to the source code of this file.
Data Structures | |
| struct | digest_md5_challenge |
| struct | digest_md5_response |
| struct | digest_md5_finish |
Defines | |
| #define | DIGEST_MD5_LENGTH 16 |
| #define | DIGEST_MD5_RESPONSE_LENGTH 32 |
Typedefs | |
| typedef enum digest_md5_qop | digest_md5_qop |
| typedef enum digest_md5_cipher | digest_md5_cipher |
| typedef digest_md5_challenge | digest_md5_challenge |
| typedef digest_md5_response | digest_md5_response |
| typedef digest_md5_finish | digest_md5_finish |
Enumerations | |
| enum | digest_md5_qop { DIGEST_MD5_QOP_AUTH = 1, DIGEST_MD5_QOP_AUTH_INT = 2, DIGEST_MD5_QOP_AUTH_CONF = 4 } |
| enum | digest_md5_cipher { DIGEST_MD5_CIPHER_DES = 1, DIGEST_MD5_CIPHER_3DES = 2, DIGEST_MD5_CIPHER_RC4 = 4, DIGEST_MD5_CIPHER_RC4_40 = 8, DIGEST_MD5_CIPHER_RC4_56 = 16, DIGEST_MD5_CIPHER_AES_CBC = 32 } |
| #define DIGEST_MD5_LENGTH 16 |
Definition at line 30 of file tokens.h.
Referenced by _gsasl_digest_md5_client_step(), and _gsasl_digest_md5_server_step().
| #define DIGEST_MD5_RESPONSE_LENGTH 32 |
Definition at line 95 of file tokens.h.
Referenced by _gsasl_digest_md5_client_step(), _gsasl_digest_md5_server_step(), digest_md5_validate_finish(), and digest_md5_validate_response().
| typedef struct digest_md5_challenge digest_md5_challenge |
| typedef enum digest_md5_cipher digest_md5_cipher |
| typedef struct digest_md5_finish digest_md5_finish |
| typedef enum digest_md5_qop digest_md5_qop |
| typedef struct digest_md5_response digest_md5_response |
| enum digest_md5_cipher |
| enum digest_md5_qop |
1.4.7