Home | History | Annotate | Download | only in pkcs8

Lines Matching defs:cbb

77   CBB cbb;
78 if (!CBB_init(&cbb, in_len * 2)) {
90 !cbb_add_ucs2_be(&cbb, c)) {
97 if (!cbb_add_ucs2_be(&cbb, 0) ||
98 !CBB_finish(&cbb, out, out_len)) {
105 CBB_cleanup(&cbb);
333 int pkcs12_pbe_encrypt_init(CBB *out, EVP_CIPHER_CTX *ctx, int alg,
344 CBB algorithm, oid, param, salt_cbb;
445 int PKCS8_marshal_encrypted_private_key(CBB *out, int pbe_nid,
476 CBB plaintext_cbb;
484 CBB epki;
507 CBB ciphertext;