Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/pkcs8/
Dinternal.h93 struct pbe_suite { struct
104 int (*decrypt_init)(const struct pbe_suite *suite, EVP_CIPHER_CTX *ctx, argument
111 int PKCS5_pbe2_decrypt_init(const struct pbe_suite *suite, EVP_CIPHER_CTX *ctx,
Dpkcs8.c233 static int pkcs12_pbe_cipher_init(const struct pbe_suite *suite, in pkcs12_pbe_cipher_init()
257 static int pkcs12_pbe_decrypt_init(const struct pbe_suite *suite, in pkcs12_pbe_decrypt_init()
281 static const struct pbe_suite kBuiltinPBE[] = {
320 static const struct pbe_suite *get_pkcs12_pbe_suite(int pbe_nid) { in get_pkcs12_pbe_suite()
337 const struct pbe_suite *suite = get_pkcs12_pbe_suite(alg); in pkcs12_pbe_encrypt_init()
374 const struct pbe_suite *suite = NULL; in pkcs8_pbe_decrypt()
Dp5_pbev2.c209 int PKCS5_pbe2_decrypt_init(const struct pbe_suite *suite, EVP_CIPHER_CTX *ctx, in PKCS5_pbe2_decrypt_init()