Searched refs:encrypt_init (Results 1 – 13 of 13) sorted by relevance
| /src/crypto/openssl/crypto/evp/ |
| H A D | asymcipher.c | 165 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 D | evp_local.h | 234 OSSL_FUNC_asym_cipher_encrypt_init_fn *encrypt_init; member
|
| H A D | pmeth_lib.c | 1766 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 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
|
| /src/contrib/telnet/libtelnet/ |
| H A D | misc.c | 68 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 | 180 encrypt_init(const char *name, int server) in encrypt_init() function
|
| /src/crypto/openssl/doc/man3/ |
| H A D | EVP_PKEY_meth_new.pod | 99 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 D | ChangeLog | 526 * libtelnet/encrypt.c (encrypt_init, Name): const-ify 527 * libtelnet/enc-proto.h (encrypt_init): const-ify
|
| /src/crypto/openssl/include/crypto/ |
| H A D | evp.h | 172 int (*encrypt_init)(EVP_PKEY_CTX *ctx); member
|
| /src/crypto/openssl/include/openssl/ |
| H A D | evp.h | 2131 OSSL_DEPRECATEDIN_3_0 void EVP_PKEY_meth_set_encrypt(EVP_PKEY_METHOD *pmeth, int (*encrypt_init)(EV…
|