Searched refs:encrypt_init (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/crypto/openssl/crypto/evp/ |
| H A D | pmeth_lib.c | 222 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() 793 *pencrypt_init = pmeth->encrypt_init; in EVP_PKEY_meth_get_encrypt()
|
| H A D | pmeth_fn.c | 145 if (!ctx->pmeth->encrypt_init) in EVP_PKEY_encrypt_init() 147 ret = ctx->pmeth->encrypt_init(ctx); in EVP_PKEY_encrypt_init()
|
| /freebsd-12.1/crypto/heimdal/appl/telnet/libtelnet/ |
| H A D | misc.c | 65 encrypt_init(name, server); in auth_encrypt_init()
|
| H A D | enc-proto.h | 85 void encrypt_init(const char*, int);
|
| H A D | encrypt.c | 178 encrypt_init(const char *name, int server) in encrypt_init() function
|
| /freebsd-12.1/contrib/telnet/libtelnet/ |
| H A D | misc.c | 72 encrypt_init(name, server); in auth_encrypt_init()
|
| H A D | enc-proto.h | 54 void encrypt_init(const char *, int);
|
| H A D | encrypt.c | 184 encrypt_init(const char *name, int server) in encrypt_init() function
|
| /freebsd-12.1/crypto/openssl/doc/man3/ |
| H A D | EVP_PKEY_meth_new.pod | 91 int (*encrypt_init) (EVP_PKEY_CTX *ctx), 299 int (*encrypt_init) (EVP_PKEY_CTX *ctx); 303 The encrypt_init() and encrypt() methods are used to encrypt a piece of data.
|
| /freebsd-12.1/crypto/openssl/crypto/include/internal/ |
| H A D | evp_int.h | 70 int (*encrypt_init) (EVP_PKEY_CTX *ctx); member
|
| /freebsd-12.1/crypto/heimdal/appl/telnet/ |
| H A D | ChangeLog | 526 * libtelnet/encrypt.c (encrypt_init, Name): const-ify 527 * libtelnet/enc-proto.h (encrypt_init): const-ify
|
| /freebsd-12.1/crypto/openssl/include/openssl/ |
| H A D | evp.h | 1487 int (*encrypt_init) (EVP_PKEY_CTX *ctx),
|