Searched refs:isder (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/crypto/openssl/crypto/pem/
H A Dpem_pk8.c69 static int do_pk8pkey(BIO *bp, EVP_PKEY *x, int isder,
72 static int do_pk8pkey_fp(FILE *bp, EVP_PKEY *x, int isder,
111 static int do_pk8pkey(BIO *bp, EVP_PKEY *x, int isder, int nid, argument
143 if (isder)
150 if (isder)
225 static int do_pk8pkey_fp(FILE *fp, EVP_PKEY *x, int isder, int nid, argument
235 ret = do_pk8pkey(bp, x, isder, nid, enc, kstr, klen, cb, u);

Completed in 186 milliseconds