Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/pkcs8/
Dpkcs8.c470 CBB plaintext_cbb; in PKCS8_marshal_encrypted_private_key() local
471 if (!CBB_init(&plaintext_cbb, 128) || in PKCS8_marshal_encrypted_private_key()
472 !EVP_marshal_private_key(&plaintext_cbb, pkey) || in PKCS8_marshal_encrypted_private_key()
473 !CBB_finish(&plaintext_cbb, &plaintext, &plaintext_len)) { in PKCS8_marshal_encrypted_private_key()
474 CBB_cleanup(&plaintext_cbb); in PKCS8_marshal_encrypted_private_key()