Home
last modified time | relevance | path

Searched defs:pbe_nid (Results 1 – 4 of 4) sorted by relevance

/external/boringssl/src/crypto/pkcs8/
Dinternal.h87 int pbe_nid; member
Dpkcs8.c316 static const struct pbe_suite *get_pbe_suite(int pbe_nid) { in get_pbe_suite()
439 int PKCS8_marshal_encrypted_private_key(CBB *out, int pbe_nid, in PKCS8_marshal_encrypted_private_key()
Dpkcs8_test.cc181 static void TestRoundTrip(int pbe_nid, const EVP_CIPHER *cipher, in TestRoundTrip()
Dpkcs8_x509.c186 X509_SIG *PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher, const char *pass, in PKCS8_encrypt()