Home
last modified time | relevance | path

Searched refs:encrypt_init (Results 1 – 13 of 13) sorted by relevance

/src/crypto/openssl/crypto/evp/
H A Dasymcipher.c165 if (cipher->encrypt_init == NULL) { in evp_pkey_asym_cipher_init()
171 ret = cipher->encrypt_init(ctx->op.ciph.algctx, provkey, params); in evp_pkey_asym_cipher_init()
207 if (ctx->pmeth->encrypt_init == NULL) in evp_pkey_asym_cipher_init()
209 ret = ctx->pmeth->encrypt_init(ctx); in evp_pkey_asym_cipher_init()
394 if (cipher->encrypt_init != NULL) in evp_asym_cipher_from_algorithm()
396 cipher->encrypt_init = OSSL_FUNC_asym_cipher_encrypt_init(fns); in evp_asym_cipher_from_algorithm()
H A Devp_local.h234 OSSL_FUNC_asym_cipher_encrypt_init_fn *encrypt_init; member
H A Dpmeth_lib.c1766 int (*encrypt_init)(EVP_PKEY_CTX *ctx), in EVP_PKEY_meth_set_encrypt()
1773 pmeth->encrypt_init = encrypt_init; in EVP_PKEY_meth_set_encrypt()
1972 *pencrypt_init = pmeth->encrypt_init; in EVP_PKEY_meth_get_encrypt()
/src/crypto/heimdal/appl/telnet/libtelnet/
H A Dmisc.c65 encrypt_init(name, server); in auth_encrypt_init()
H A Denc-proto.h85 void encrypt_init(const char*, int);
H A Dencrypt.c178 encrypt_init(const char *name, int server) in encrypt_init() function
/src/contrib/telnet/libtelnet/
H A Dmisc.c68 encrypt_init(name, server); in auth_encrypt_init()
H A Denc-proto.h54 void encrypt_init(const char *, int);
H A Dencrypt.c180 encrypt_init(const char *name, int server) in encrypt_init() function
/src/crypto/openssl/doc/man3/
H A DEVP_PKEY_meth_new.pod99 int (*encrypt_init) (EVP_PKEY_CTX *ctx),
334 int (*encrypt_init) (EVP_PKEY_CTX *ctx);
338 The encrypt_init() and encrypt() methods are used to encrypt a piece of data.
/src/crypto/heimdal/appl/telnet/
H A DChangeLog526 * libtelnet/encrypt.c (encrypt_init, Name): const-ify
527 * libtelnet/enc-proto.h (encrypt_init): const-ify
/src/crypto/openssl/include/crypto/
H A Devp.h172 int (*encrypt_init)(EVP_PKEY_CTX *ctx); member
/src/crypto/openssl/include/openssl/
H A Devp.h2131 OSSL_DEPRECATEDIN_3_0 void EVP_PKEY_meth_set_encrypt(EVP_PKEY_METHOD *pmeth, int (*encrypt_init)(EV…