Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Dencode_key2any.c59 void **str, int *strtype);
194 int strtype = V_ASN1_UNDEF; in key_to_epki_der_priv_bio() local
201 &str, &strtype)) in key_to_epki_der_priv_bio()
204 p8 = key_to_encp8(key, key_nid, str, strtype, k2d, ctx); in key_to_epki_der_priv_bio()
222 int strtype = V_ASN1_UNDEF; in key_to_epki_pem_priv_bio() local
229 &str, &strtype)) in key_to_epki_pem_priv_bio()
232 p8 = key_to_encp8(key, key_nid, str, strtype, k2d, ctx); in key_to_epki_pem_priv_bio()
250 int strtype = V_ASN1_UNDEF; in key_to_pki_der_priv_bio() local
258 &str, &strtype)) in key_to_pki_der_priv_bio()
261 p8info = key_to_p8info(key, key_nid, str, strtype, k2d); in key_to_pki_der_priv_bio()
[all …]
/freebsd/usr.bin/brandelf/
H A Dbrandelf.c70 const char *strtype = "FreeBSD"; in main() local
106 strtype = optarg; in main()
122 if (!force && (type = elftype(strtype)) == -1) { in main()
123 warnx("invalid ELF type '%s'", strtype); in main()
/freebsd/contrib/libucl/lua/
H A Dlua_ucl.c1043 lua_ucl_str_to_emit_type (const char *strtype) in lua_ucl_str_to_emit_type() argument
1047 if (strcasecmp (strtype, "json") == 0) { in lua_ucl_str_to_emit_type()
1050 else if (strcasecmp (strtype, "json-compact") == 0) { in lua_ucl_str_to_emit_type()
1053 else if (strcasecmp (strtype, "yaml") == 0) { in lua_ucl_str_to_emit_type()
1056 else if (strcasecmp (strtype, "config") == 0 || in lua_ucl_str_to_emit_type()
1057 strcasecmp (strtype, "ucl") == 0) { in lua_ucl_str_to_emit_type()
1088 const char *strtype = lua_tostring (L, 2); in lua_ucl_object_tostring() local
1090 format = lua_ucl_str_to_emit_type (strtype); in lua_ucl_object_tostring()
1417 const char *strtype = lua_tostring (L, 2); in lua_ucl_to_format() local
1419 if (strcasecmp (strtype, "json") == 0) { in lua_ucl_to_format()
[all …]
/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_ameth.c58 int strtype; in rsa_pub_encode() local
60 if (!rsa_param_encode(pkey, &str, &strtype)) in rsa_pub_encode()
68 strtype, str, penc, penclen)) in rsa_pub_encode()
150 int strtype; in rsa_priv_encode() local
152 if (!rsa_param_encode(pkey, &str, &strtype)) in rsa_priv_encode()
163 strtype, str, rk, rklen)) { in rsa_priv_encode()
/freebsd/contrib/file/src/
H A DBNF64 type = [ unsigned ] ( numeric | strtype | default )
90 strtype = regex | search | string8 | string16
/freebsd/stand/forth/
H A Dsupport.4th365 : strtype ( str -- ) strget type ;
941 : print_line line_buffer strtype cr ;
944 line_buffer strtype cr
988 ." Name: " addr module.name strtype cr
1081 current_file_name_ref strtype
1197 dup module.name strtype
1231 dup module.name strtype
1233 ." (" dup module.loadname strtype ." )"
1237 dup module.beforeload strtype cr \ XXX there was a typo here
1246 ." (" dup module.loadname strtype ." )"
[all …]
H A Dloader.4th234 dup module.name strtype
/freebsd/crypto/openssl/crypto/evp/
H A Dp_lib.c375 const char *strtype, in new_raw_key_int() argument
393 if (strtype != NULL) in new_raw_key_int()
394 ameth = EVP_PKEY_asn1_find_str(&tmpe, strtype, -1); in new_raw_key_int()
412 strtype != NULL ? strtype in new_raw_key_int()
449 if (!pkey_set_type(pkey, e, nidtype, strtype, -1, NULL)) { in new_raw_key_int()