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

/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/plugins/
H A Dsrp.c114 #define OPTION_INTEGRITY "integrity=" macro
1116 } else if (!strncasecmp(str, OPTION_INTEGRITY, strlen(OPTION_INTEGRITY)) &&
1117 !strncasecmp(str+strlen(OPTION_INTEGRITY), "HMAC-", 5)) {
1119 int bit = FindBit(str+strlen(OPTION_INTEGRITY)+5, digest_options);
1126 str+strlen(OPTION_INTEGRITY));
1161 else if (!strncasecmp(layer, OPTION_INTEGRITY,
1162 strlen(OPTION_INTEGRITY)-1))
1281 alloced += strlen(OPTION_INTEGRITY)+5+strlen(optlist->name)+1;
1286 strcat(ret, OPTION_INTEGRITY);
[all...]

Completed in 209 milliseconds