Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssl/providers/implementations/encode_decode/
H A Dencode_key2any.c194 int strtype = V_ASN1_UNDEF; in key_to_epki_der_priv_bio() local
201 &str, &strtype)) 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()
250 int strtype = V_ASN1_UNDEF; in key_to_pki_der_priv_bio() local
266 free_asn1_data(strtype, str); in key_to_pki_der_priv_bio()
282 int strtype = V_ASN1_UNDEF; in key_to_pki_pem_priv_bio() local
298 free_asn1_data(strtype, str); in key_to_pki_pem_priv_bio()
314 int strtype = V_ASN1_UNDEF; in key_to_spki_der_pub_bio() local
340 int strtype = V_ASN1_UNDEF; in key_to_spki_pem_pub_bio() local
[all …]
/freebsd-14.2/usr.bin/brandelf/
H A Dbrandelf.c71 const char *strtype = "FreeBSD"; in main() local
107 strtype = optarg; in main()
123 if (!force && (type = elftype(strtype)) == -1) { in main()
124 warnx("invalid ELF type '%s'", strtype); in main()
/freebsd-14.2/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()
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()
1425 else if (strcasecmp (strtype, "yaml") == 0) { in lua_ucl_to_format()
[all …]
/freebsd-14.2/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-14.2/contrib/file/src/
H A DBNF64 type = [ unsigned ] ( numeric | strtype | default )
90 strtype = regex | search | string8 | string16
/freebsd-14.2/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-14.2/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()