Searched refs:kPBES2 (Results 1 - 2 of 2) sorted by relevance

/external/boringssl/src/crypto/pkcs8/
H A Dp5_pbev2.c77 static const uint8_t kPBES2[] = {0x2a, 0x86, 0x48, 0x86, 0xf7, variable
181 !CBB_add_bytes(&oid, kPBES2, sizeof(kPBES2)) ||
H A Dpkcs12_test.cc682 // kPBES2 is a PKCS#12 file using PBES2 created with:
684 static const uint8_t kPBES2[] = { variable
953 TestImpl("PBES2", kPBES2, sizeof(kPBES2));

Completed in 166 milliseconds