Searched refs:cipher_init (Results 1 – 4 of 4) sorted by relevance
/openssl/providers/implementations/kdfs/ |
H A D | krb5kdf.c | 347 static int cipher_init(EVP_CIPHER_CTX *ctx, in cipher_init() function 412 ret = cipher_init(ctx, cipher, engine, key, key_len); in KRB5KDF() 462 ret = cipher_init(ctx, cipher, engine, key, key_len); in KRB5KDF()
|
/openssl/providers/implementations/rands/ |
H A D | drbg_ctr.c | 715 int i, cipher_init = 0; in drbg_ctr_set_ctx_params_locked() local 721 cipher_init = 1; in drbg_ctr_set_ctx_params_locked() 755 cipher_init = 1; in drbg_ctr_set_ctx_params_locked() 758 if (cipher_init && !drbg_ctr_init(ctx)) in drbg_ctr_set_ctx_params_locked()
|
/openssl/providers/fips/ |
H A D | self_test_kats.c | 64 static int cipher_init(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in cipher_init() function 113 if (!cipher_init(ctx, cipher, t, encrypt) in self_test_cipher() 137 if (!(cipher_init(ctx, cipher, t, !encrypt) in self_test_cipher()
|
/openssl/engines/ |
H A D | e_devcrypto.c | 205 static int cipher_init(EVP_CIPHER_CTX *ctx, const unsigned char *key, in cipher_init() function 379 return cipher_init(to_ctx, (void *)cipher_ctx->sess.key, EVP_CIPHER_CTX_iv(ctx), in cipher_ctrl() 490 || !EVP_CIPHER_meth_set_init(known_cipher_methods[i], cipher_init) in prepare_cipher_methods()
|
Completed in 14 milliseconds