Searched defs:pbe_nid (Results 1 – 4 of 4) sorted by relevance
/external/boringssl/src/crypto/pkcs8/ |
D | internal.h | 94 int pbe_nid; member
|
D | pkcs8.c | 320 static const struct pbe_suite *get_pkcs12_pbe_suite(int pbe_nid) { in get_pkcs12_pbe_suite() 445 int PKCS8_marshal_encrypted_private_key(CBB *out, int pbe_nid, in PKCS8_marshal_encrypted_private_key()
|
D | pkcs8_test.cc | 180 static void TestRoundTrip(int pbe_nid, const EVP_CIPHER *cipher, in TestRoundTrip()
|
D | pkcs8_x509.c | 201 X509_SIG *PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher, const char *pass, in PKCS8_encrypt() 1049 static int add_encrypted_data(CBB *out, int pbe_nid, const char *password, in add_encrypted_data()
|