Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/pkcs8/
Dinternal.h94 int pbe_nid; member
Dpkcs8.c320 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()
Dpkcs8_test.cc180 static void TestRoundTrip(int pbe_nid, const EVP_CIPHER *cipher, in TestRoundTrip()
Dpkcs8_x509.c201 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()