Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/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, k2 in key_to_pki_der_priv_bio()
282 int strtype = V_ASN1_UNDEF; key_to_pki_pem_priv_bio() local
314 int strtype = V_ASN1_UNDEF; key_to_spki_der_pub_bio() local
340 int strtype = V_ASN1_UNDEF; key_to_spki_pem_pub_bio() local
[all...]
/third_party/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, k2 in key_to_pki_der_priv_bio()
282 int strtype = V_ASN1_UNDEF; key_to_pki_pem_priv_bio() local
314 int strtype = V_ASN1_UNDEF; key_to_spki_der_pub_bio() local
340 int strtype = V_ASN1_UNDEF; key_to_spki_pem_pub_bio() local
[all...]
/third_party/python/Modules/
H A D_cursesmodule.c824 int strtype; in _curses_window_addstr_impl() local
834 strtype = PyCurses_ConvertToString(self, str, &bytesobj, &wstr); in _curses_window_addstr_impl()
836 strtype = PyCurses_ConvertToString(self, str, &bytesobj, NULL); in _curses_window_addstr_impl()
838 if (strtype == 0) { in _curses_window_addstr_impl()
846 if (strtype == 2) { in _curses_window_addstr_impl()
907 int strtype; in _curses_window_addnstr_impl() local
917 strtype = PyCurses_ConvertToString(self, str, &bytesobj, &wstr); in _curses_window_addnstr_impl()
919 strtype = PyCurses_ConvertToString(self, str, &bytesobj, NULL); in _curses_window_addnstr_impl()
921 if (strtype == 0) in _curses_window_addnstr_impl()
929 if (strtype in _curses_window_addnstr_impl()
1825 int strtype; _curses_window_insstr_impl() local
1910 int strtype; _curses_window_insnstr_impl() local
[all...]
/third_party/node/deps/openssl/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()
/third_party/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()
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/node/deps/openssl/openssl/crypto/evp/
H A Dp_lib.c375 const char *strtype, in new_raw_key_int()
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()
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) new_raw_key_int() argument
/third_party/openssl/crypto/evp/
H A Dp_lib.c375 const char *strtype, in new_raw_key_int()
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()
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) new_raw_key_int() argument

Completed in 15 milliseconds