Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/
H A Dasymcipher.c154 if (cipher->encrypt_init == NULL) { in evp_pkey_asym_cipher_init()
159 ret = cipher->encrypt_init(ctx->op.ciph.algctx, provkey, params); in evp_pkey_asym_cipher_init()
194 if (ctx->pmeth->encrypt_init == NULL) in evp_pkey_asym_cipher_init()
196 ret = ctx->pmeth->encrypt_init(ctx); in evp_pkey_asym_cipher_init()
352 if (cipher->encrypt_init != NULL) in evp_asym_cipher_from_algorithm()
354 cipher->encrypt_init = OSSL_FUNC_asym_cipher_encrypt_init(fns); in evp_asym_cipher_from_algorithm()
H A Devp_local.h200 OSSL_FUNC_asym_cipher_encrypt_init_fn *encrypt_init; member
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/evp/
H A Dpmeth_lib.c222 dst->encrypt_init = src->encrypt_init; in EVP_PKEY_meth_copy()
601 int (*encrypt_init) (EVP_PKEY_CTX *ctx), in EVP_PKEY_meth_set_encrypt()
608 pmeth->encrypt_init = encrypt_init; in EVP_PKEY_meth_set_encrypt()
808 *pencrypt_init = pmeth->encrypt_init; in EVP_PKEY_meth_get_encrypt()
H A Dpmeth_fn.c145 if (!ctx->pmeth->encrypt_init) in EVP_PKEY_encrypt_init()
147 ret = ctx->pmeth->encrypt_init(ctx); in EVP_PKEY_encrypt_init()
/netbsd-src/lib/libtelnet/
H A Dmisc.c63 encrypt_init(name, server); in auth_encrypt_init()
H A Denc-proto.h59 void encrypt_init(const char *, int);
H A Dencrypt.c176 encrypt_init(const char *name, int server) in encrypt_init() function
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DEVP_PKEY_meth_new.pod95 int (*encrypt_init) (EVP_PKEY_CTX *ctx),
327 int (*encrypt_init) (EVP_PKEY_CTX *ctx);
331 The encrypt_init() and encrypt() methods are used to encrypt a piece of data.
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/crypto/
H A Devp.h70 int (*encrypt_init) (EVP_PKEY_CTX *ctx); member
/netbsd-src/crypto/external/bsd/openssl/dist/include/crypto/
H A Devp.h162 int (*encrypt_init) (EVP_PKEY_CTX *ctx); member
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Devp.h1487 int (*encrypt_init) (EVP_PKEY_CTX *ctx),
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Devp.h2036 (EVP_PKEY_METHOD *pmeth, int (*encrypt_init) (EVP_PKEY_CTX *ctx),