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

/freebsd-current/usr.bin/brandelf/
H A Dbrandelf.c70 const char *strtype = "FreeBSD"; local
106 strtype = optarg;
122 if (!force && (type = elftype(strtype)) == -1) {
123 warnx("invalid ELF type '%s'", strtype);
/freebsd-current/crypto/openssl/providers/implementations/encode_decode/
H A Dencode_key2any.c59 void **str, int *strtype);
194 int strtype = V_ASN1_UNDEF; local
201 &str, &strtype))
204 p8 = key_to_encp8(key, key_nid, str, strtype, k2d, ctx);
222 int strtype = V_ASN1_UNDEF; local
229 &str, &strtype))
232 p8 = key_to_encp8(key, key_nid, str, strtype, k2d, ctx);
250 int strtype = V_ASN1_UNDEF; local
258 &str, &strtype))
261 p8info = key_to_p8info(key, key_nid, str, strtype, k2
282 int strtype = V_ASN1_UNDEF; local
314 int strtype = V_ASN1_UNDEF; local
340 int strtype = V_ASN1_UNDEF; local
[all...]
/freebsd-current/contrib/libucl/lua/
H A Dlua_ucl.c1043 lua_ucl_str_to_emit_type (const char *strtype) argument
1047 if (strcasecmp (strtype, "json") == 0) {
1050 else if (strcasecmp (strtype, "json-compact") == 0) {
1053 else if (strcasecmp (strtype, "yaml") == 0) {
1056 else if (strcasecmp (strtype, "config") == 0 ||
1057 strcasecmp (strtype, "ucl") == 0) {
1088 const char *strtype = lua_tostring (L, 2); local
1090 format = lua_ucl_str_to_emit_type (strtype);
1417 const char *strtype = lua_tostring (L, 2); local
1419 if (strcasecmp (strtype, "jso
[all...]
/freebsd-current/crypto/openssl/crypto/rsa/
H A Drsa_ameth.c58 int strtype; local
60 if (!rsa_param_encode(pkey, &str, &strtype))
68 strtype, str, penc, penclen))
150 int strtype; local
152 if (!rsa_param_encode(pkey, &str, &strtype))
163 strtype, str, rk, rklen)) {
/freebsd-current/crypto/openssl/crypto/evp/
H A Dp_lib.c375 const char *strtype,
393 if (strtype != NULL)
394 ameth = EVP_PKEY_asn1_find_str(&tmpe, strtype, -1);
412 strtype != NULL ? strtype
449 if (!pkey_set_type(pkey, e, nidtype, strtype, -1, NULL)) {
374 new_raw_key_int(OSSL_LIB_CTX *libctx, const char *strtype, const char *propq, int nidtype, ENGINE *e, const unsigned char *key, size_t len, int key_is_priv) argument

Completed in 193 milliseconds