Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/pem/
Dpem_pk8.c68 static int do_pk8pkey(BIO *bp, EVP_PKEY *x, int isder,
71 static int do_pk8pkey_fp(FILE *bp, EVP_PKEY *x, int isder,
110 static int do_pk8pkey(BIO *bp, EVP_PKEY *x, int isder, int nid, in do_pk8pkey() argument
140 if (isder) in do_pk8pkey()
147 if (isder) in do_pk8pkey()
222 static int do_pk8pkey_fp(FILE *fp, EVP_PKEY *x, int isder, int nid, in do_pk8pkey_fp() argument
232 ret = do_pk8pkey(bp, x, isder, nid, enc, kstr, klen, cb, u); in do_pk8pkey_fp()