Searched refs:strtype (Results 1 – 4 of 4) sorted by relevance
/third_party/openssl/providers/implementations/encode_decode/ |
D | encode_key2any.c | 59 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 …]
|
/third_party/python/Modules/ |
D | _cursesmodule.c | 818 int strtype; in _curses_window_addstr_impl() local 828 strtype = PyCurses_ConvertToString(self, str, &bytesobj, &wstr); in _curses_window_addstr_impl() 830 strtype = PyCurses_ConvertToString(self, str, &bytesobj, NULL); in _curses_window_addstr_impl() 832 if (strtype == 0) { in _curses_window_addstr_impl() 840 if (strtype == 2) { in _curses_window_addstr_impl() 901 int strtype; in _curses_window_addnstr_impl() local 911 strtype = PyCurses_ConvertToString(self, str, &bytesobj, &wstr); in _curses_window_addnstr_impl() 913 strtype = PyCurses_ConvertToString(self, str, &bytesobj, NULL); in _curses_window_addnstr_impl() 915 if (strtype == 0) in _curses_window_addnstr_impl() 923 if (strtype == 2) { in _curses_window_addnstr_impl() [all …]
|
/third_party/openssl/crypto/rsa/ |
D | rsa_ameth.c | 58 int strtype; in rsa_pub_encode() local 60 if (!rsa_param_encode(pkey, &str, &strtype)) in rsa_pub_encode() 66 strtype, str, penc, penclen)) in rsa_pub_encode() 147 int strtype; in rsa_priv_encode() local 149 if (!rsa_param_encode(pkey, &str, &strtype)) in rsa_priv_encode() 160 strtype, str, rk, rklen)) { in rsa_priv_encode()
|
/third_party/openssl/crypto/evp/ |
D | p_lib.c | 375 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()
|