Home
last modified time | relevance | path

Searched refs:key_nid (Results 1 - 25 of 60) sorted by relevance

123

/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/
H A Dencode_key2any.c61 int key_nid, const char *pemname,
80 static PKCS8_PRIV_KEY_INFO *key_to_p8info(const void *key, int key_nid, in key_to_p8info() argument
92 || !PKCS8_pkey_set0(p8info, OBJ_nid2obj(key_nid), 0, in key_to_p8info()
125 static X509_SIG *key_to_encp8(const void *key, int key_nid, in key_to_encp8() argument
130 key_to_p8info(key, key_nid, params, params_type, k2d); in key_to_encp8()
142 static X509_PUBKEY *key_to_pubkey(const void *key, int key_nid, in key_to_pubkey() argument
155 || !X509_PUBKEY_set0_param(xpk, OBJ_nid2obj(key_nid), in key_to_pubkey()
186 int key_nid, in key_to_epki_der_priv_bio()
200 if (p2s != NULL && !p2s(key, key_nid, ctx->save_parameters, in key_to_epki_der_priv_bio()
204 p8 = key_to_encp8(key, key_nid, st in key_to_epki_der_priv_bio()
185 key_to_epki_der_priv_bio(BIO *out, const void *key, int key_nid, ossl_unused const char *pemname, key_to_paramstring_fn *p2s, i2d_of_void *k2d, struct key2any_ctx_st *ctx) key_to_epki_der_priv_bio() argument
213 key_to_epki_pem_priv_bio(BIO *out, const void *key, int key_nid, ossl_unused const char *pemname, key_to_paramstring_fn *p2s, i2d_of_void *k2d, struct key2any_ctx_st *ctx) key_to_epki_pem_priv_bio() argument
241 key_to_pki_der_priv_bio(BIO *out, const void *key, int key_nid, ossl_unused const char *pemname, key_to_paramstring_fn *p2s, i2d_of_void *k2d, struct key2any_ctx_st *ctx) key_to_pki_der_priv_bio() argument
273 key_to_pki_pem_priv_bio(BIO *out, const void *key, int key_nid, ossl_unused const char *pemname, key_to_paramstring_fn *p2s, i2d_of_void *k2d, struct key2any_ctx_st *ctx) key_to_pki_pem_priv_bio() argument
305 key_to_spki_der_pub_bio(BIO *out, const void *key, int key_nid, ossl_unused const char *pemname, key_to_paramstring_fn *p2s, i2d_of_void *k2d, struct key2any_ctx_st *ctx) key_to_spki_der_pub_bio() argument
331 key_to_spki_pem_pub_bio(BIO *out, const void *key, int key_nid, ossl_unused const char *pemname, key_to_paramstring_fn *p2s, i2d_of_void *k2d, struct key2any_ctx_st *ctx) key_to_spki_pem_pub_bio() argument
371 key_to_type_specific_der_bio(BIO *out, const void *key, int key_nid, ossl_unused const char *pemname, key_to_paramstring_fn *p2s, i2d_of_void *k2d, struct key2any_ctx_st *ctx) key_to_type_specific_der_bio() argument
395 key_to_type_specific_pem_bio_cb(BIO *out, const void *key, int key_nid, const char *pemname, key_to_paramstring_fn *p2s, i2d_of_void *k2d, struct key2any_ctx_st *ctx, pem_password_cb *cb, void *cbarg) key_to_type_specific_pem_bio_cb() argument
407 key_to_type_specific_pem_priv_bio(BIO *out, const void *key, int key_nid, const char *pemname, key_to_paramstring_fn *p2s, i2d_of_void *k2d, struct key2any_ctx_st *ctx) key_to_type_specific_pem_priv_bio() argument
418 key_to_type_specific_pem_pub_bio(BIO *out, const void *key, int key_nid, const char *pemname, key_to_paramstring_fn *p2s, i2d_of_void *k2d, struct key2any_ctx_st *ctx) key_to_type_specific_pem_pub_bio() argument
429 key_to_type_specific_pem_param_bio(BIO *out, const void *key, int key_nid, const char *pemname, key_to_paramstring_fn *p2s, i2d_of_void *k2d, struct key2any_ctx_st *ctx) key_to_type_specific_pem_param_bio() argument
[all...]
/third_party/openssl/providers/implementations/encode_decode/
H A Dencode_key2any.c61 int key_nid, const char *pemname,
80 static PKCS8_PRIV_KEY_INFO *key_to_p8info(const void *key, int key_nid, in key_to_p8info() argument
92 || !PKCS8_pkey_set0(p8info, OBJ_nid2obj(key_nid), 0, in key_to_p8info()
125 static X509_SIG *key_to_encp8(const void *key, int key_nid, in key_to_encp8() argument
130 key_to_p8info(key, key_nid, params, params_type, k2d); in key_to_encp8()
142 static X509_PUBKEY *key_to_pubkey(const void *key, int key_nid, in key_to_pubkey() argument
155 || !X509_PUBKEY_set0_param(xpk, OBJ_nid2obj(key_nid), in key_to_pubkey()
186 int key_nid, in key_to_epki_der_priv_bio()
200 if (p2s != NULL && !p2s(key, key_nid, ctx->save_parameters, in key_to_epki_der_priv_bio()
204 p8 = key_to_encp8(key, key_nid, st in key_to_epki_der_priv_bio()
185 key_to_epki_der_priv_bio(BIO *out, const void *key, int key_nid, ossl_unused const char *pemname, key_to_paramstring_fn *p2s, i2d_of_void *k2d, struct key2any_ctx_st *ctx) key_to_epki_der_priv_bio() argument
213 key_to_epki_pem_priv_bio(BIO *out, const void *key, int key_nid, ossl_unused const char *pemname, key_to_paramstring_fn *p2s, i2d_of_void *k2d, struct key2any_ctx_st *ctx) key_to_epki_pem_priv_bio() argument
241 key_to_pki_der_priv_bio(BIO *out, const void *key, int key_nid, ossl_unused const char *pemname, key_to_paramstring_fn *p2s, i2d_of_void *k2d, struct key2any_ctx_st *ctx) key_to_pki_der_priv_bio() argument
273 key_to_pki_pem_priv_bio(BIO *out, const void *key, int key_nid, ossl_unused const char *pemname, key_to_paramstring_fn *p2s, i2d_of_void *k2d, struct key2any_ctx_st *ctx) key_to_pki_pem_priv_bio() argument
305 key_to_spki_der_pub_bio(BIO *out, const void *key, int key_nid, ossl_unused const char *pemname, key_to_paramstring_fn *p2s, i2d_of_void *k2d, struct key2any_ctx_st *ctx) key_to_spki_der_pub_bio() argument
331 key_to_spki_pem_pub_bio(BIO *out, const void *key, int key_nid, ossl_unused const char *pemname, key_to_paramstring_fn *p2s, i2d_of_void *k2d, struct key2any_ctx_st *ctx) key_to_spki_pem_pub_bio() argument
371 key_to_type_specific_der_bio(BIO *out, const void *key, int key_nid, ossl_unused const char *pemname, key_to_paramstring_fn *p2s, i2d_of_void *k2d, struct key2any_ctx_st *ctx) key_to_type_specific_der_bio() argument
395 key_to_type_specific_pem_bio_cb(BIO *out, const void *key, int key_nid, const char *pemname, key_to_paramstring_fn *p2s, i2d_of_void *k2d, struct key2any_ctx_st *ctx, pem_password_cb *cb, void *cbarg) key_to_type_specific_pem_bio_cb() argument
407 key_to_type_specific_pem_priv_bio(BIO *out, const void *key, int key_nid, const char *pemname, key_to_paramstring_fn *p2s, i2d_of_void *k2d, struct key2any_ctx_st *ctx) key_to_type_specific_pem_priv_bio() argument
418 key_to_type_specific_pem_pub_bio(BIO *out, const void *key, int key_nid, const char *pemname, key_to_paramstring_fn *p2s, i2d_of_void *k2d, struct key2any_ctx_st *ctx) key_to_type_specific_pem_pub_bio() argument
429 key_to_type_specific_pem_param_bio(BIO *out, const void *key, int key_nid, const char *pemname, key_to_paramstring_fn *p2s, i2d_of_void *k2d, struct key2any_ctx_st *ctx) key_to_type_specific_pem_param_bio() argument
[all...]
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dpkcs12.h319 int key_nid, const char *pass); variable
322 int key_nid, const char *pass, variable
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dpkcs12.h319 int key_nid, const char *pass); variable
322 int key_nid, const char *pass, variable
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dpkcs12.h319 int key_nid, const char *pass); variable
322 int key_nid, const char *pass, variable
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dpkcs12.h319 int key_nid, const char *pass); variable
322 int key_nid, const char *pass, variable
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dpkcs12.h319 int key_nid, const char *pass); variable
322 int key_nid, const char *pass, variable
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dpkcs12.h319 int key_nid, const char *pass); variable
322 int key_nid, const char *pass, variable
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dpkcs12.h319 int key_nid, const char *pass); variable
322 int key_nid, const char *pass, variable
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/
H A Dpkcs12.h319 int key_nid, const char *pass); variable
322 int key_nid, const char *pass, variable
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
H A Dpkcs12.h319 int key_nid, const char *pass); variable
322 int key_nid, const char *pass, variable
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/
H A Dpkcs12.h319 int key_nid, const char *pass); variable
322 int key_nid, const char *pass, variable
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
H A Dpkcs12.h319 int key_nid, const char *pass); variable
322 int key_nid, const char *pass, variable
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/
H A Dpkcs12.h319 int key_nid, const char *pass); variable
322 int key_nid, const char *pass, variable
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/include/openssl/
H A Dpkcs12.h319 int key_nid, const char *pass); variable
322 int key_nid, const char *pass, variable
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm_avx2/include/openssl/
H A Dpkcs12.h319 int key_nid, const char *pass); variable
322 int key_nid, const char *pass, variable
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/no-asm/include/openssl/
H A Dpkcs12.h319 int key_nid, const char *pass); variable
322 int key_nid, const char *pass, variable
/third_party/node/deps/openssl/config/archs/BSD-x86_64/no-asm/include/openssl/
H A Dpkcs12.h319 int key_nid, const char *pass); variable
322 int key_nid, const char *pass, variable
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm/include/openssl/
H A Dpkcs12.h319 int key_nid, const char *pass); variable
322 int key_nid, const char *pass, variable
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm_avx2/include/openssl/
H A Dpkcs12.h319 int key_nid, const char *pass); variable
322 int key_nid, const char *pass, variable
/third_party/node/deps/openssl/config/archs/VC-WIN64-ARM/no-asm/include/openssl/
H A Dpkcs12.h319 int key_nid, const char *pass); variable
322 int key_nid, const char *pass, variable
/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm/include/openssl/
H A Dpkcs12.h319 int key_nid, const char *pass); variable
322 int key_nid, const char *pass, variable
/third_party/node/deps/openssl/config/archs/VC-WIN32/no-asm/include/openssl/
H A Dpkcs12.h319 int key_nid, const char *pass); variable
322 int key_nid, const char *pass, variable
/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm_avx2/include/openssl/
H A Dpkcs12.h319 int key_nid, const char *pass); variable
322 int key_nid, const char *pass, variable
/third_party/node/deps/openssl/config/archs/VC-WIN64A/no-asm/include/openssl/
H A Dpkcs12.h319 int key_nid, const char *pass); variable
322 int key_nid, const char *pass, variable

Completed in 20 milliseconds

123