Home
last modified time | relevance | path

Searched refs:cipher_init (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/
H A Dkrb5kdf.c326 static int cipher_init(EVP_CIPHER_CTX *ctx, in cipher_init() function
391 ret = cipher_init(ctx, cipher, engine, key, key_len); in KRB5KDF()
435 ret = cipher_init(ctx, cipher, engine, key, key_len); in KRB5KDF()
/third_party/openssl/providers/implementations/kdfs/
H A Dkrb5kdf.c326 static int cipher_init(EVP_CIPHER_CTX *ctx, in cipher_init() function
391 ret = cipher_init(ctx, cipher, engine, key, key_len); in KRB5KDF()
435 ret = cipher_init(ctx, cipher, engine, key, key_len); in KRB5KDF()
/third_party/node/deps/openssl/openssl/providers/implementations/rands/
H A Ddrbg_ctr.c668 int i, cipher_init = 0; in drbg_ctr_set_ctx_params() local
674 cipher_init = 1; in drbg_ctr_set_ctx_params()
710 cipher_init = 1; in drbg_ctr_set_ctx_params()
713 if (cipher_init && !drbg_ctr_init(ctx)) in drbg_ctr_set_ctx_params()
/third_party/openssl/providers/implementations/rands/
H A Ddrbg_ctr.c668 int i, cipher_init = 0; in drbg_ctr_set_ctx_params() local
674 cipher_init = 1; in drbg_ctr_set_ctx_params()
710 cipher_init = 1; in drbg_ctr_set_ctx_params()
713 if (cipher_init && !drbg_ctr_init(ctx)) in drbg_ctr_set_ctx_params()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dcipher_ctx.rs125 self.cipher_init(type_, key, iv, ffi::EVP_EncryptInit_ex) in encrypt_init()
145 self.cipher_init(type_, key, iv, ffi::EVP_DecryptInit_ex) in decrypt_init()
148 fn cipher_init( in cipher_init() functions
/third_party/node/deps/openssl/openssl/providers/fips/
H A Dself_test_kats.c56 static int cipher_init(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in cipher_init() function
105 if (!cipher_init(ctx, cipher, t, encrypt) in self_test_cipher()
129 if (!(cipher_init(ctx, cipher, t, !encrypt) in self_test_cipher()
/third_party/openssl/providers/fips/
H A Dself_test_kats.c56 static int cipher_init(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in cipher_init() function
105 if (!cipher_init(ctx, cipher, t, encrypt) in self_test_cipher()
129 if (!(cipher_init(ctx, cipher, t, !encrypt) in self_test_cipher()
/third_party/node/deps/openssl/openssl/engines/
H A De_devcrypto.c204 static int cipher_init(EVP_CIPHER_CTX *ctx, const unsigned char *key, in cipher_init() function
378 return cipher_init(to_ctx, (void *)cipher_ctx->sess.key, EVP_CIPHER_CTX_iv(ctx), in cipher_ctrl()
489 || !EVP_CIPHER_meth_set_init(known_cipher_methods[i], cipher_init) in prepare_cipher_methods()
/third_party/openssl/engines/
H A De_devcrypto.c204 static int cipher_init(EVP_CIPHER_CTX *ctx, const unsigned char *key, in cipher_init() function
378 return cipher_init(to_ctx, (void *)cipher_ctx->sess.key, EVP_CIPHER_CTX_iv(ctx), in cipher_ctrl()
489 || !EVP_CIPHER_meth_set_init(known_cipher_methods[i], cipher_init) in prepare_cipher_methods()

Completed in 12 milliseconds