Home
last modified time | relevance | path

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

/openssl/crypto/pem/
H A Dpem_pk8.c21 static int do_pk8pkey(BIO *bp, const EVP_PKEY *x, int isder,
28 static int do_pk8pkey_fp(FILE *bp, const EVP_PKEY *x, int isder,
69 static int do_pk8pkey(BIO *bp, const EVP_PKEY *x, int isder, int nid, in do_pk8pkey() argument
74 const char *outtype = isder ? "DER" : "PEM"; in do_pk8pkey()
151 if (isder) in do_pk8pkey()
157 if (isder) in do_pk8pkey()
236 static int do_pk8pkey_fp(FILE *fp, const EVP_PKEY *x, int isder, int nid, in do_pk8pkey_fp() argument
247 ret = do_pk8pkey(bp, x, isder, nid, enc, kstr, klen, cb, u, propq); in do_pk8pkey_fp()

Completed in 5 milliseconds