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

/macosx-10.10.1/OpenSSL098-52/src/fips/des/
H A Dfips_desmovs.c274 char atest[100] = ""; local
376 strncpy(atest, pp, n);
377 atest[n] = '\0';
385 printf("Test=%s, Mode=%s\n",atest,amode);
540 if (strcmp(atest, "Monte") == 0) /* Monte Carlo Test */
578 if (strcmp(atest, "Monte") == 0) /* Monte Carlo Test */
602 else if (strcmp(atest, "MCT") != 0)
/macosx-10.10.1/OpenSSL098-52/src/test/
H A Dfips_desmovs.c274 char atest[100] = ""; local
376 strncpy(atest, pp, n);
377 atest[n] = '\0';
385 printf("Test=%s, Mode=%s\n",atest,amode);
540 if (strcmp(atest, "Monte") == 0) /* Monte Carlo Test */
578 if (strcmp(atest, "Monte") == 0) /* Monte Carlo Test */
602 else if (strcmp(atest, "MCT") != 0)
H A Dfips_aesavs.c558 char atest[8] = ""; local
651 strncpy(atest, pp, n);
652 atest[n] = '\0';
660 printf("Test = %s, Mode = %s\n", atest, amode);
775 if (strcmp(atest, "MCT") == 0) /* Monte Carlo Test */
815 if (strcmp(atest, "MCT") == 0) /* Monte Carlo Test */
838 else if (strcmp(atest, "MCT") != 0)
/macosx-10.10.1/zsh-61/zsh/Misc/
H A Dglobtests177 f atest *((#s)|/)test((#e)|/)*
180 f path/atest *((#s)|/)test((#e)|/)*
181 f atest/path *((#s)|/)test((#e)|/)*
184 f path/atest/ohyes *((#s)|/)test((#e)|/)*
/macosx-10.10.1/OpenSSL098-52/src/fips/aes/
H A Dfips_aesavs.c558 char atest[8] = ""; local
651 strncpy(atest, pp, n);
652 atest[n] = '\0';
660 printf("Test = %s, Mode = %s\n", atest, amode);
775 if (strcmp(atest, "MCT") == 0) /* Monte Carlo Test */
815 if (strcmp(atest, "MCT") == 0) /* Monte Carlo Test */
838 else if (strcmp(atest, "MCT") != 0)

Completed in 145 milliseconds