Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/pkcs8/
Dpkcs8.c483 int alg_ok; in PKCS8_marshal_encrypted_private_key() local
485 alg_ok = PKCS5_pbe2_encrypt_init(&epki, &ctx, cipher, (unsigned)iterations, 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()
491 if (!alg_ok) { in PKCS8_marshal_encrypted_private_key()