Searched refs:pkcs5_pbe2_cipher_init (Results 1 – 4 of 4) sorted by relevance
/external/cronet/stable/third_party/boringssl/src/crypto/pkcs8/ |
D | p5_pbev2.cc | 146 static int pkcs5_pbe2_cipher_init(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in pkcs5_pbe2_cipher_init() function 208 return pkcs5_pbe2_cipher_init(ctx, cipher, EVP_sha1(), iterations, pass, in PKCS5_pbe2_encrypt_init() 313 return pkcs5_pbe2_cipher_init(ctx, cipher, md, (uint32_t)iterations, pass, in PKCS5_pbe2_decrypt_init()
|
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/pkcs8/ |
D | p5_pbev2.c | 146 static int pkcs5_pbe2_cipher_init(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in pkcs5_pbe2_cipher_init() function 208 return pkcs5_pbe2_cipher_init(ctx, cipher, EVP_sha1(), iterations, pass, in PKCS5_pbe2_encrypt_init() 313 return pkcs5_pbe2_cipher_init(ctx, cipher, md, (unsigned)iterations, pass, in PKCS5_pbe2_decrypt_init()
|
/external/boringssl/src/crypto/pkcs8/ |
D | p5_pbev2.cc | 100 static int pkcs5_pbe2_cipher_init(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in pkcs5_pbe2_cipher_init() function 162 return pkcs5_pbe2_cipher_init(ctx, cipher, EVP_sha1(), iterations, pass, in PKCS5_pbe2_encrypt_init() 267 return pkcs5_pbe2_cipher_init(ctx, cipher, md, (uint32_t)iterations, pass, in PKCS5_pbe2_decrypt_init()
|
/external/cronet/tot/third_party/boringssl/src/crypto/pkcs8/ |
D | p5_pbev2.cc | 146 static int pkcs5_pbe2_cipher_init(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in pkcs5_pbe2_cipher_init() function 208 return pkcs5_pbe2_cipher_init(ctx, cipher, EVP_sha1(), iterations, pass, in PKCS5_pbe2_encrypt_init() 313 return pkcs5_pbe2_cipher_init(ctx, cipher, md, (uint32_t)iterations, pass, in PKCS5_pbe2_decrypt_init()
|