Searched refs:isder (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/crypto/pem/ |
D | pem_pk8.c | 68 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() 223 static int do_pk8pkey_fp(FILE *fp, EVP_PKEY *x, int isder, int nid, in do_pk8pkey_fp() argument 233 ret = do_pk8pkey(bp, x, isder, nid, enc, kstr, klen, cb, u); in do_pk8pkey_fp()
|