Searched defs:pder (Results 1 – 11 of 11) sorted by relevance
/openssl/test/ |
H A D | asn1_dsa_internal_test.c | 89 const unsigned char *pder; in test_decode() local
|
H A D | tls-provider.c | 1659 static int xorx_spki_pub_to_der(const void *vecxkey, unsigned char **pder) in xorx_spki_pub_to_der() 1680 static int xorx_pki_priv_to_der(const void *vecxkey, unsigned char **pder) in xorx_pki_priv_to_der()
|
/openssl/crypto/dsa/ |
H A D | dsa_ameth.c | 321 const unsigned char **pder, int derlen) in dsa_param_decode() 333 static int dsa_param_encode(const EVP_PKEY *pkey, unsigned char **pder) in dsa_param_encode() 357 const unsigned char **pder, int derlen) in old_dsa_priv_decode() 370 static int old_dsa_priv_encode(const EVP_PKEY *pkey, unsigned char **pder) in old_dsa_priv_encode()
|
/openssl/crypto/ec/ |
H A D | ec_ameth.c | 347 const unsigned char **pder, int derlen) in eckey_param_decode() 357 static int eckey_param_encode(const EVP_PKEY *pkey, unsigned char **pder) in eckey_param_encode() 381 const unsigned char **pder, int derlen) in old_ec_priv_decode() 391 static int old_ec_priv_encode(const EVP_PKEY *pkey, unsigned char **pder) in old_ec_priv_encode()
|
/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2any.c | 470 static int dh_spki_pub_to_der(const void *dh, unsigned char **pder) in dh_spki_pub_to_der() 491 static int dh_pki_priv_to_der(const void *dh, unsigned char **pder) in dh_pki_priv_to_der() 514 static int dh_type_specific_params_to_der(const void *dh, unsigned char **pder) in dh_type_specific_params_to_der() 585 static int dsa_spki_pub_to_der(const void *dsa, unsigned char **pder) in dsa_spki_pub_to_der() 606 static int dsa_pki_priv_to_der(const void *dsa, unsigned char **pder) in dsa_pki_priv_to_der() 702 static int ec_spki_pub_to_der(const void *eckey, unsigned char **pder) in ec_spki_pub_to_der() 711 static int ec_pki_priv_to_der(const void *veckey, unsigned char **pder) in ec_pki_priv_to_der() 762 static int ecx_spki_pub_to_der(const void *vecxkey, unsigned char **pder) in ecx_spki_pub_to_der() 780 static int ecx_pki_priv_to_der(const void *vecxkey, unsigned char **pder) in ecx_pki_priv_to_der()
|
H A D | decode_epki2pki.c | 90 const unsigned char *pder = NULL; in epki2pki_decode() local
|
/openssl/crypto/dh/ |
H A D | dh_ameth.c | 228 const unsigned char **pder, int derlen) in dh_param_decode() 239 static int dh_param_encode(const EVP_PKEY *pkey, unsigned char **pder) in dh_param_encode()
|
/openssl/crypto/asn1/ |
H A D | ameth_lib.c | 318 const unsigned char **pder, in EVP_PKEY_asn1_set_param() 321 unsigned char **pder), in EVP_PKEY_asn1_set_param()
|
/openssl/crypto/x509/ |
H A D | x_name.c | 546 int X509_NAME_get0_der(const X509_NAME *nm, const unsigned char **pder, in X509_NAME_get0_der()
|
H A D | x_pubkey.c | 355 const unsigned char *pder = der; in X509_PUBKEY_set() local
|
/openssl/crypto/rsa/ |
H A D | rsa_ameth.c | 130 const unsigned char **pder, int derlen) in old_rsa_priv_decode() 140 static int old_rsa_priv_encode(const EVP_PKEY *pkey, unsigned char **pder) in old_rsa_priv_encode()
|
Completed in 39 milliseconds