Home
last modified time | relevance | path

Searched refs:vecxkey (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Dencode_key2any.c781 static int ecx_spki_pub_to_der(const void *vecxkey, unsigned char **pder, in k2d_NOCTX()
784 const ECX_KEY *ecxkey = vecxkey; in k2d_NOCTX()
800 static int ecx_pki_priv_to_der(const void *vecxkey, unsigned char **pder, in ecx_pki_priv_to_der() argument
803 const ECX_KEY *ecxkey = vecxkey; in ecx_pki_priv_to_der()
/freebsd/crypto/openssl/test/
H A Dtls-provider.c1648 static int xorx_spki_pub_to_der(const void *vecxkey, unsigned char **pder) in xorx_spki_pub_to_der() argument
1650 const XORKEY *xorxkey = vecxkey; in xorx_spki_pub_to_der()
1669 static int xorx_pki_priv_to_der(const void *vecxkey, unsigned char **pder) in xorx_pki_priv_to_der() argument
1671 XORKEY *xorxkey = (XORKEY *)vecxkey; in xorx_pki_priv_to_der()