Searched refs:vecxkey (Results 1 – 2 of 2) sorted by relevance
762 static int ecx_spki_pub_to_der(const void *vecxkey, unsigned char **pder) in ecx_spki_pub_to_der() argument764 const ECX_KEY *ecxkey = vecxkey; 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() argument782 const ECX_KEY *ecxkey = vecxkey; in ecx_pki_priv_to_der()
1659 static int xorx_spki_pub_to_der(const void *vecxkey, unsigned char **pder) in xorx_spki_pub_to_der() argument1661 const XORKEY *xorxkey = vecxkey; 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() argument1682 XORKEY *xorxkey = (XORKEY *)vecxkey; in xorx_pki_priv_to_der()
Completed in 21 milliseconds