Searched refs:cipher_init (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/kdfs/ |
H A D | krb5kdf.c | 326 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()
|
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/rands/ |
H A D | drbg_ctr.c | 669 int i, cipher_init = 0; in drbg_ctr_set_ctx_params() local 675 cipher_init = 1; in drbg_ctr_set_ctx_params() 711 cipher_init = 1; in drbg_ctr_set_ctx_params() 714 if (cipher_init && !drbg_ctr_init(ctx)) in drbg_ctr_set_ctx_params()
|
/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | cipher.h | 59 int cipher_init(struct sshcipher_ctx **, const struct sshcipher *,
|
H A D | sshkey-xmss.c | 955 (r = cipher_init(&ciphercontext, cipher, key, keylen, in sshkey_xmss_encrypt_state() 1048 (r = cipher_init(&ciphercontext, cipher, key, keylen, in sshkey_xmss_decrypt_state()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/engine/ |
H A D | eng_devcrypto.c | 149 static int cipher_init(EVP_CIPHER_CTX *ctx, const unsigned char *key, in cipher_init() function 313 return cipher_init(to_ctx, cipher_ctx->sess.key, EVP_CIPHER_CTX_iv(ctx), in cipher_ctrl() 380 || !EVP_CIPHER_meth_set_init(known_cipher_methods[i], cipher_init) in prepare_cipher_methods()
|
/netbsd-src/crypto/external/bsd/openssl/dist/providers/fips/ |
H A D | self_test_kats.c | 56 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()
|
/netbsd-src/crypto/external/bsd/openssl/dist/engines/ |
H A D | e_devcrypto.c | 204 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()
|