Home
last modified time | relevance | path

Searched refs:FORMAT_SMIME (Results 1 – 4 of 4) sorted by relevance

/minix/crypto/external/bsd/openssl/dist/apps/
H A Dsmime.c115 int informat = FORMAT_SMIME, outformat = FORMAT_SMIME; in MAIN()
568 if (informat == FORMAT_SMIME) in MAIN()
629 if (outformat == FORMAT_SMIME) in MAIN()
699 if (outformat == FORMAT_SMIME) { in MAIN()
H A Dcms.c134 int informat = FORMAT_SMIME, outformat = FORMAT_SMIME; in MAIN()
135 int rctformat = FORMAT_SMIME, keyform = FORMAT_PEM; in MAIN()
716 if (informat == FORMAT_SMIME) in MAIN()
758 if (rctformat == FORMAT_SMIME) in MAIN()
861 if (outformat == FORMAT_SMIME) in MAIN()
998 } else if (outformat == FORMAT_SMIME) { in MAIN()
H A Dapps.h348 # define FORMAT_SMIME 6 macro
H A Dapps.c279 return (FORMAT_SMIME); in str2fmt()