pem_pk8.c | 69 static int do_pk8pkey(BIO *bp, EVP_PKEY *x, int isder, 88 return do_pk8pkey(bp, x, 0, nid, NULL, kstr, klen, cb, u); 95 return do_pk8pkey(bp, x, 0, -1, enc, kstr, klen, cb, u); 102 return do_pk8pkey(bp, x, 1, -1, enc, kstr, klen, cb, u); 109 return do_pk8pkey(bp, x, 1, nid, NULL, kstr, klen, cb, u); 112 static int do_pk8pkey(BIO *bp, EVP_PKEY *x, int isder, int nid, const EVP_CIPHER *enc, function 220 ret = do_pk8pkey(bp, x, isder, nid, enc, kstr, klen, cb, u);
|