Home
last modified time | relevance | path

Searched refs:pbe_nid (Results 1 – 5 of 5) sorted by relevance

/external/boringssl/src/crypto/pkcs8/
Dpkcs8.c316 static const struct pbe_suite *get_pbe_suite(int pbe_nid) { in get_pbe_suite() argument
318 if (kBuiltinPBE[i].pbe_nid == pbe_nid) { in get_pbe_suite()
439 int PKCS8_marshal_encrypted_private_key(CBB *out, int pbe_nid, in PKCS8_marshal_encrypted_private_key() argument
484 if (pbe_nid == -1) { in PKCS8_marshal_encrypted_private_key()
488 alg_ok = pkcs12_pbe_encrypt_init(&epki, &ctx, pbe_nid, (unsigned)iterations, in PKCS8_marshal_encrypted_private_key()
Dpkcs8_test.cc181 static void TestRoundTrip(int pbe_nid, const EVP_CIPHER *cipher, in TestRoundTrip() argument
206 pbe_nid, cipher, password, -1, salt, salt_len, iterations, key.get())); in TestRoundTrip()
Dinternal.h87 int pbe_nid; member
Dpkcs8_x509.c186 X509_SIG *PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher, const char *pass, in PKCS8_encrypt() argument
207 !PKCS8_marshal_encrypted_private_key(&cbb, pbe_nid, cipher, pass, in PKCS8_encrypt()
/external/boringssl/src/include/openssl/
Dpkcs8.h85 OPENSSL_EXPORT X509_SIG *PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher,
95 CBB *out, int pbe_nid, const EVP_CIPHER *cipher, const char *pass,