Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/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()
/freebsd-13.1/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
/freebsd-13.1/contrib/telnet/libtelnet/
H A Dmisc.c72 encrypt_init(name, server); in auth_encrypt_init()
H A Denc-proto.h54 void encrypt_init(const char *, int);
H A Dencrypt.c184 encrypt_init(const char *name, int server) in encrypt_init() function
/freebsd-13.1/crypto/openssl/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.
/freebsd-13.1/crypto/openssl/include/crypto/
H A Devp.h70 int (*encrypt_init) (EVP_PKEY_CTX *ctx); member
/freebsd-13.1/sys/contrib/openzfs/module/icp/include/sys/crypto/
H A Dspi.h173 int (*encrypt_init)(crypto_ctx_t *, member
H A Dimpl.h631 (KCF_PROV_CIPHER_OPS(pd) && KCF_PROV_CIPHER_OPS(pd)->encrypt_init) ? \
632 KCF_PROV_CIPHER_OPS(pd)->encrypt_init(ctx, mech, key, template, \
/freebsd-13.1/crypto/heimdal/appl/telnet/
H A DChangeLog526 * libtelnet/encrypt.c (encrypt_init, Name): const-ify
527 * libtelnet/enc-proto.h (encrypt_init): const-ify
/freebsd-13.1/sys/contrib/openzfs/module/icp/io/
H A Daes.c131 .encrypt_init = aes_encrypt_init,
/freebsd-13.1/crypto/openssl/include/openssl/
H A Devp.h1489 int (*encrypt_init) (EVP_PKEY_CTX *ctx),