HomeSort by relevance Sort by last modified time
    Searched refs:sstrsep (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/boringssl/src/crypto/cipher/
cipher_test.c 93 static char *sstrsep(char **string, const char *delim) { function
122 return (uint8_t *)sstrsep(p, sep);
369 cipher = sstrsep(&p, ":");
391 encdec = atoi(sstrsep(&p, "\n"));
  /external/openssl/crypto/evp/
evp_test.c 96 static char *sstrsep(char **string, const char *delim) function
128 { return (unsigned char *)sstrsep(p,sep); }
378 cipher=sstrsep(&p,":");
387 encdec = atoi(sstrsep(&p,"\n"));
  /external/openssl/apps/
speed.c 2621 static char *sstrsep(char **string, const char *delim) function
    [all...]

Completed in 89 milliseconds