Home
last modified time | relevance | path

Searched refs:strtype (Results 1 – 2 of 2) sorted by relevance

/dragonfly/usr.bin/brandelf/
H A Dbrandelf.c63 const char *strtype = "FreeBSD"; in main() local
92 strtype = optarg; in main()
108 if (!force && (type = elftype(strtype)) == -1) { in main()
109 warnx("invalid ELF type '%s'", strtype); in main()
/dragonfly/crypto/libressl/crypto/rsa/
H A Drsa_ameth.c140 int strtype; in rsa_pub_encode() local
142 if (!rsa_param_encode(pkey, &str, &strtype)) in rsa_pub_encode()
148 strtype, str, penc, penclen)) in rsa_pub_encode()
216 int strtype; in rsa_priv_encode() local
218 if (!rsa_param_encode(pkey, &str, &strtype)) in rsa_priv_encode()
229 strtype, str, rk, rklen)) { in rsa_priv_encode()