Searched refs:do_pk8pkey_fp (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/crypto/pem/ |
D | pem_pk8.c | 71 static int do_pk8pkey_fp(FILE *bp, EVP_PKEY *x, int isder, 199 return do_pk8pkey_fp(fp, x, 1, -1, enc, kstr, klen, cb, u); in i2d_PKCS8PrivateKey_fp() 206 return do_pk8pkey_fp(fp, x, 1, nid, NULL, kstr, klen, cb, u); in i2d_PKCS8PrivateKey_nid_fp() 213 return do_pk8pkey_fp(fp, x, 0, nid, NULL, kstr, klen, cb, u); in PEM_write_PKCS8PrivateKey_nid() 220 return do_pk8pkey_fp(fp, x, 0, -1, enc, kstr, klen, cb, u); in PEM_write_PKCS8PrivateKey() 223 static int do_pk8pkey_fp(FILE *fp, EVP_PKEY *x, int isder, int nid, in do_pk8pkey_fp() function
|