Searched refs:DSA_PARAM_FILE (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/keyHashAsym/
H A DMakefile54 DSA_PARAM_FILE= dsaParams_512.der macro
61 cp -p $(PARAM_FILE_NAME) $(DSA_PARAM_FILE) $(LOCAL_BUILD)
H A DkeyHashAsym.c20 #define DSA_PARAM_FILE "dsaParams_512.der" macro
486 rtn = readFile(DSA_PARAM_FILE, &dsa512Params.Data, &len);
488 printf("***%s file missing. Aborting.\n", DSA_PARAM_FILE);
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/cgVerify/
H A DcgVerify.cpp70 #define DSA_PARAM_FILE "dsaParam512.der" macro
554 if(!readFile(DSA_PARAM_FILE, (unsigned char **)&paramData.Data, &len)) {
556 printf("...using DSA params from %s\n", DSA_PARAM_FILE);
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/cgVerifyParsed/
H A DcgVerifyParsed.cpp73 #define DSA_PARAM_FILE "dsaParam512.der" macro
529 if(!readFile(DSA_PARAM_FILE, (unsigned char **)&paramData.Data, &len)) {
531 printf("...using DSA params from %s\n", DSA_PARAM_FILE);

Completed in 207 milliseconds