| /src/crypto/openssl/providers/implementations/kdfs/ |
| H A D | krb5kdf.c | 346 static int cipher_init(EVP_CIPHER_CTX *ctx, in cipher_init() function 413 ret = cipher_init(ctx, cipher, engine, key, key_len); in KRB5KDF() 463 ret = cipher_init(ctx, cipher, engine, key, key_len); in KRB5KDF()
|
| /src/crypto/openssh/ |
| H A D | cipher.h | 58 int cipher_init(struct sshcipher_ctx **, const struct sshcipher *,
|
| H A D | cipher.c | 246 cipher_init(struct sshcipher_ctx **ccp, const struct sshcipher *cipher, in cipher_init() function
|
| H A D | sshkey-xmss.c | 958 (r = cipher_init(&ciphercontext, cipher, key, keylen, in sshkey_xmss_encrypt_state() 1051 (r = cipher_init(&ciphercontext, cipher, key, keylen, in sshkey_xmss_decrypt_state()
|
| H A D | packet.c | 312 if ((r = cipher_init(&state->send_context, none, in ssh_packet_set_connection() 314 (r = cipher_init(&state->receive_context, none, in ssh_packet_set_connection() 1006 if ((r = cipher_init(ccp, enc->cipher, enc->key, enc->key_len, in ssh_set_newkeys()
|
| H A D | sshkey.c | 1679 if ((r = cipher_init(&cctx, cipher, keyiv, cipher_keylen(cipher), in sshkey_shield_private() 1814 if ((r = cipher_init(&cctx, cipher, keyiv, cipher_keylen(cipher), in sshkey_unshield_private() 2895 if ((r = cipher_init(&ciphercontext, cipher, key, keylen, in sshkey_private_to_blob2() 3137 (r = cipher_init(&ciphercontext, cipher, key, keylen, in private2_decrypt()
|
| H A D | ssh_namespace.h | 199 #define cipher_init Fssh_cipher_init macro
|
| /src/crypto/openssl/providers/implementations/rands/ |
| H A D | drbg_ctr.c | 720 int i, cipher_init = 0; in drbg_ctr_set_ctx_params_locked() local 726 cipher_init = 1; in drbg_ctr_set_ctx_params_locked() 796 cipher_init = 1; in drbg_ctr_set_ctx_params_locked() 800 if (cipher_init && !drbg_ctr_init(ctx)) in drbg_ctr_set_ctx_params_locked()
|
| /src/crypto/openssl/engines/ |
| H A D | e_devcrypto.c | 206 static int cipher_init(EVP_CIPHER_CTX *ctx, const unsigned char *key, in cipher_init() function 372 return cipher_init(to_ctx, (void *)cipher_ctx->sess.key, EVP_CIPHER_CTX_iv(ctx), in cipher_ctrl() 482 || !EVP_CIPHER_meth_set_init(known_cipher_methods[i], cipher_init) in prepare_cipher_methods()
|
| /src/crypto/openssl/providers/fips/ |
| H A D | self_test_kats.c | 66 static int cipher_init(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in cipher_init() function 116 if (!cipher_init(ctx, cipher, t, encrypt) in self_test_cipher() 141 if (!(cipher_init(ctx, cipher, t, !encrypt) in self_test_cipher()
|