Searched defs:sstrsep (Results 1 - 2 of 2) sorted by relevance

/external/openssl/crypto/evp/
H A Devp_test.c96 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/
H A Dspeed.c2572 static char *sstrsep(char **string, const char *delim) function
2661 alg=atoi(sstrsep(&p,sep));
2662 sstrsep(&p,sep);
2664 results[alg][j]+=atof(sstrsep(&p,sep));
2672 k=atoi(sstrsep(&p,sep));
2673 sstrsep(&p,sep);
2675 d=atof(sstrsep(&p,sep));
2681 d=atof(sstrsep(&p,sep));
2693 k=atoi(sstrsep(&p,sep));
2694 sstrsep(
[all...]

Completed in 1392 milliseconds