Home
last modified time | relevance | path

Searched defs:pder (Results 1 - 20 of 20) sorted by relevance

/third_party/openssl/test/
H A Dasn1_dsa_internal_test.c89 const unsigned char *pder; in test_decode() local
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/
H A Ddecode_epki2pki.c65 const unsigned char *pder = NULL; in epki2pki_decode() local
H A Dencode_key2any.c470 static int dh_spki_pub_to_der(const void *dh, unsigned char **pder) in dh_spki_pub_to_der() argument
491 static int dh_pki_priv_to_der(const void *dh, unsigned char **pder) in dh_pki_priv_to_der() argument
514 static int dh_type_specific_params_to_der(const void *dh, unsigned char **pder) in dh_type_specific_params_to_der() argument
585 static int dsa_spki_pub_to_der(const void *dsa, unsigned char **pder) in dsa_spki_pub_to_der() argument
606 static int dsa_pki_priv_to_der(const void *dsa, unsigned char **pder) in dsa_pki_priv_to_der() argument
702 ec_spki_pub_to_der(const void *eckey, unsigned char **pder) ec_spki_pub_to_der() argument
711 ec_pki_priv_to_der(const void *veckey, unsigned char **pder) ec_pki_priv_to_der() argument
762 ecx_spki_pub_to_der(const void *vecxkey, unsigned char **pder) ecx_spki_pub_to_der() argument
782 ecx_pki_priv_to_der(const void *vecxkey, unsigned char **pder) ecx_pki_priv_to_der() argument
[all...]
/third_party/openssl/providers/implementations/encode_decode/
H A Ddecode_epki2pki.c65 const unsigned char *pder = NULL; in epki2pki_decode() local
H A Dencode_key2any.c470 static int dh_spki_pub_to_der(const void *dh, unsigned char **pder) in dh_spki_pub_to_der() argument
491 static int dh_pki_priv_to_der(const void *dh, unsigned char **pder) in dh_pki_priv_to_der() argument
514 static int dh_type_specific_params_to_der(const void *dh, unsigned char **pder) in dh_type_specific_params_to_der() argument
585 static int dsa_spki_pub_to_der(const void *dsa, unsigned char **pder) in dsa_spki_pub_to_der() argument
606 static int dsa_pki_priv_to_der(const void *dsa, unsigned char **pder) in dsa_pki_priv_to_der() argument
702 ec_spki_pub_to_der(const void *eckey, unsigned char **pder) ec_spki_pub_to_der() argument
711 ec_pki_priv_to_der(const void *veckey, unsigned char **pder) ec_pki_priv_to_der() argument
754 ecx_spki_pub_to_der(const void *vecxkey, unsigned char **pder) ecx_spki_pub_to_der() argument
774 ecx_pki_priv_to_der(const void *vecxkey, unsigned char **pder) ecx_pki_priv_to_der() argument
[all...]
/third_party/libwebsockets/lib/tls/
H A Dtls-jit-trust.c631 const uint8_t *pskidlen, *pskids, *pder, *blob = (uint8_t *)_blob; in lws_tls_jit_trust_blob_queury_skid() local
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx_name.c542 int X509_NAME_get0_der(const X509_NAME *nm, const unsigned char **pder, in X509_NAME_get0_der() argument
H A Dx_pubkey.c349 const unsigned char *pder = der; in X509_PUBKEY_set() local
/third_party/openssl/crypto/x509/
H A Dx_name.c542 int X509_NAME_get0_der(const X509_NAME *nm, const unsigned char **pder, in X509_NAME_get0_der() argument
H A Dx_pubkey.c349 const unsigned char *pder = der; in X509_PUBKEY_set() local
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dameth_lib.c319 EVP_PKEY_asn1_set_param(EVP_PKEY_ASN1_METHOD *ameth, int (*param_decode) (EVP_PKEY *pkey, const unsigned char **pder, int derlen), int (*param_encode) (const EVP_PKEY *pkey, unsigned char **pder), int (*param_missing) (const EVP_PKEY *pk), int (*param_copy) (EVP_PKEY *to, const EVP_PKEY *from), int (*param_cmp) (const EVP_PKEY *a, const EVP_PKEY *b), int (*param_print) (BIO *out, const EVP_PKEY *pkey, int indent, ASN1_PCTX *pctx)) EVP_PKEY_asn1_set_param() argument
/third_party/node/deps/openssl/openssl/crypto/dsa/
H A Ddsa_ameth.c333 static int dsa_param_encode(const EVP_PKEY *pkey, unsigned char **pder) in dsa_param_encode() argument
370 static int old_dsa_priv_encode(const EVP_PKEY *pkey, unsigned char **pder) in old_dsa_priv_encode() argument
320 dsa_param_decode(EVP_PKEY *pkey, const unsigned char **pder, int derlen) dsa_param_decode() argument
356 old_dsa_priv_decode(EVP_PKEY *pkey, const unsigned char **pder, int derlen) old_dsa_priv_decode() argument
/third_party/openssl/crypto/asn1/
H A Dameth_lib.c319 EVP_PKEY_asn1_set_param(EVP_PKEY_ASN1_METHOD *ameth, int (*param_decode) (EVP_PKEY *pkey, const unsigned char **pder, int derlen), int (*param_encode) (const EVP_PKEY *pkey, unsigned char **pder), int (*param_missing) (const EVP_PKEY *pk), int (*param_copy) (EVP_PKEY *to, const EVP_PKEY *from), int (*param_cmp) (const EVP_PKEY *a, const EVP_PKEY *b), int (*param_print) (BIO *out, const EVP_PKEY *pkey, int indent, ASN1_PCTX *pctx)) EVP_PKEY_asn1_set_param() argument
/third_party/openssl/crypto/dsa/
H A Ddsa_ameth.c333 static int dsa_param_encode(const EVP_PKEY *pkey, unsigned char **pder) in dsa_param_encode() argument
370 static int old_dsa_priv_encode(const EVP_PKEY *pkey, unsigned char **pder) in old_dsa_priv_encode() argument
320 dsa_param_decode(EVP_PKEY *pkey, const unsigned char **pder, int derlen) dsa_param_decode() argument
356 old_dsa_priv_decode(EVP_PKEY *pkey, const unsigned char **pder, int derlen) old_dsa_priv_decode() argument
/third_party/node/deps/openssl/openssl/crypto/dh/
H A Ddh_ameth.c239 static int dh_param_encode(const EVP_PKEY *pkey, unsigned char **pder) in dh_param_encode() argument
227 dh_param_decode(EVP_PKEY *pkey, const unsigned char **pder, int derlen) dh_param_decode() argument
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_ameth.c357 static int eckey_param_encode(const EVP_PKEY *pkey, unsigned char **pder) in eckey_param_encode() argument
391 static int old_ec_priv_encode(const EVP_PKEY *pkey, unsigned char **pder) in old_ec_priv_encode() argument
346 eckey_param_decode(EVP_PKEY *pkey, const unsigned char **pder, int derlen) eckey_param_decode() argument
380 old_ec_priv_decode(EVP_PKEY *pkey, const unsigned char **pder, int derlen) old_ec_priv_decode() argument
/third_party/openssl/crypto/ec/
H A Dec_ameth.c357 static int eckey_param_encode(const EVP_PKEY *pkey, unsigned char **pder) in eckey_param_encode() argument
391 static int old_ec_priv_encode(const EVP_PKEY *pkey, unsigned char **pder) in old_ec_priv_encode() argument
346 eckey_param_decode(EVP_PKEY *pkey, const unsigned char **pder, int derlen) eckey_param_decode() argument
380 old_ec_priv_decode(EVP_PKEY *pkey, const unsigned char **pder, int derlen) old_ec_priv_decode() argument
/third_party/openssl/crypto/dh/
H A Ddh_ameth.c239 static int dh_param_encode(const EVP_PKEY *pkey, unsigned char **pder) in dh_param_encode() argument
227 dh_param_decode(EVP_PKEY *pkey, const unsigned char **pder, int derlen) dh_param_decode() argument
/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_ameth.c140 static int old_rsa_priv_encode(const EVP_PKEY *pkey, unsigned char **pder) in old_rsa_priv_encode() argument
129 old_rsa_priv_decode(EVP_PKEY *pkey, const unsigned char **pder, int derlen) old_rsa_priv_decode() argument
/third_party/openssl/crypto/rsa/
H A Drsa_ameth.c137 static int old_rsa_priv_encode(const EVP_PKEY *pkey, unsigned char **pder) in old_rsa_priv_encode() argument
126 old_rsa_priv_decode(EVP_PKEY *pkey, const unsigned char **pder, int derlen) old_rsa_priv_decode() argument

Completed in 19 milliseconds