Searched defs:isdelim (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/cipher/
H A Dcipher_test.c94 char isdelim[256]; local
101 memset(isdelim, 0, 256);
102 isdelim[0] = 1;
105 isdelim[(uint8_t)(*delim)] = 1;
109 while (!isdelim[(uint8_t)(**string)]) {
/external/openssl/crypto/evp/
H A Devp_test.c98 char isdelim[256]; local
104 memset(isdelim, 0, 256);
105 isdelim[0] = 1;
109 isdelim[(unsigned char)(*delim)] = 1;
113 while (!isdelim[(unsigned char)(**string)])
/external/openssl/apps/
H A Dspeed.c2623 char isdelim[256]; local
2629 memset(isdelim, 0, sizeof isdelim);
2630 isdelim[0] = 1;
2634 isdelim[(unsigned char)(*delim)] = 1;
2638 while (!isdelim[(unsigned char)(**string)])

Completed in 203 milliseconds