Searched refs:cipher_cbb (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/crypto/pkcs8/ |
D | p5_pbev2.c | 177 CBB algorithm, oid, param, kdf, kdf_oid, kdf_param, salt_cbb, cipher_cbb, in PKCS5_pbe2_encrypt_init() local 194 !CBB_add_asn1(¶m, &cipher_cbb, CBS_ASN1_SEQUENCE) || in PKCS5_pbe2_encrypt_init() 195 !add_cipher_oid(&cipher_cbb, cipher_nid) || in PKCS5_pbe2_encrypt_init() 198 !CBB_add_asn1(&cipher_cbb, &iv_cbb, CBS_ASN1_OCTETSTRING) || in PKCS5_pbe2_encrypt_init()
|