Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/apps/openssl/
H A Ddsa.c337 dsa_config.outformat == FORMAT_PVK) { in dsa_main()
341 if (dsa_config.outformat == FORMAT_PVK) in dsa_main()
H A Drsa.c382 rsa_config.outformat == FORMAT_PVK) { in rsa_main()
386 if (rsa_config.outformat == FORMAT_PVK) in rsa_main()
H A Dapps.h271 #define FORMAT_PVK 12 /* MS PVK file format */ macro
H A Dapps.c182 return FORMAT_PVK; in str2fmt()
670 else if (format == FORMAT_PVK) in load_key()