/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/ |
H A 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, 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 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, 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.c | 824 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 D | rsa_ameth.c | 58 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 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/node/deps/openssl/openssl/crypto/evp/ |
H A D | p_lib.c | 375 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 D | p_lib.c | 375 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
|