Searched refs:do_pk8pkey (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, 86 return do_pk8pkey(bp, x, 0, nid, NULL, kstr, klen, cb, u); in PEM_write_bio_PKCS8PrivateKey_nid() 93 return do_pk8pkey(bp, x, 0, -1, enc, kstr, klen, cb, u); in PEM_write_bio_PKCS8PrivateKey() 100 return do_pk8pkey(bp, x, 1, -1, enc, kstr, klen, cb, u); in i2d_PKCS8PrivateKey_bio() 107 return do_pk8pkey(bp, x, 1, nid, NULL, kstr, klen, cb, u); in i2d_PKCS8PrivateKey_nid_bio() 110 static int do_pk8pkey(BIO *bp, EVP_PKEY *x, int isder, int nid, in do_pk8pkey() function 232 ret = do_pk8pkey(bp, x, isder, nid, enc, kstr, klen, cb, u); in do_pk8pkey_fp()
|