HomeSort by: relevance | last modified time | path
    Searched defs:outlet (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/dist/ipsec-tools/src/racoon/
isakmp_xauth.c 188 char **outlet = NULL; local
222 outlet = &xst->authdata.generic.usr;
226 outlet = &xst->authdata.generic.pwd;
235 if (outlet != NULL) {
238 if ((*outlet = racoon_malloc(alen + 1)) == NULL) {
244 memcpy(*outlet, attr + 1, alen);
245 (*outlet)[alen] = '\0';
246 outlet = NULL;

Completed in 26 milliseconds