Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A Decx_meth.c268 static int ecx_key_print(BIO *bp, const EVP_PKEY *pkey, int indent, in ecx_key_print() function
308 return ecx_key_print(bp, pkey, indent, ctx, KEY_OP_PRIVATE); in ecx_priv_print()
314 return ecx_key_print(bp, pkey, indent, ctx, KEY_OP_PUBLIC); in ecx_pub_print()
/netbsd/crypto/external/bsd/openssl/dist/crypto/ec/
H A Decx_meth.c168 static int ecx_key_print(BIO *bp, const EVP_PKEY *pkey, int indent, in ecx_key_print() function
208 return ecx_key_print(bp, pkey, indent, ctx, KEY_OP_PRIVATE); in ecx_priv_print()
214 return ecx_key_print(bp, pkey, indent, ctx, KEY_OP_PUBLIC); in ecx_pub_print()