Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/pem/
Dpem_pk8.c69 static int do_pk8pkey(BIO *bp, EVP_PKEY *x, int isder,
88 return do_pk8pkey(bp, x, 0, nid, NULL, kstr, klen, cb, u); in PEM_write_bio_PKCS8PrivateKey_nid()
95 return do_pk8pkey(bp, x, 0, -1, enc, kstr, klen, cb, u); in PEM_write_bio_PKCS8PrivateKey()
102 return do_pk8pkey(bp, x, 1, -1, enc, kstr, klen, cb, u); in i2d_PKCS8PrivateKey_bio()
109 return do_pk8pkey(bp, x, 1, nid, NULL, kstr, klen, cb, u); in i2d_PKCS8PrivateKey_nid_bio()
112 static int do_pk8pkey(BIO *bp, EVP_PKEY *x, int isder, int nid, const EVP_CIPHER *enc, in do_pk8pkey() function
121 OPENSSL_PUT_ERROR(PEM, do_pk8pkey, PEM_R_ERROR_CONVERTING_PRIVATE_KEY); in do_pk8pkey()
130 OPENSSL_PUT_ERROR(PEM, do_pk8pkey, PEM_R_READ_KEY); in do_pk8pkey()
222 ret = do_pk8pkey(bp, x, isder, nid, enc, kstr, klen, cb, u); in do_pk8pkey_fp()
/external/boringssl/src/crypto/err/
Dpem.errordata22 PEM,function,121,do_pk8pkey