Searched refs:encrypt_init (Results 1 – 16 of 16) sorted by relevance
| /freebsd-14.2/crypto/openssl/crypto/evp/ |
| H A D | asymcipher.c | 154 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 D | evp_local.h | 200 OSSL_FUNC_asym_cipher_encrypt_init_fn *encrypt_init; member
|
| H A D | pmeth_lib.c | 1844 int (*encrypt_init) (EVP_PKEY_CTX *ctx), in EVP_PKEY_meth_set_encrypt() 1851 pmeth->encrypt_init = encrypt_init; in EVP_PKEY_meth_set_encrypt() 2051 *pencrypt_init = pmeth->encrypt_init; in EVP_PKEY_meth_get_encrypt()
|
| /freebsd-14.2/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-14.2/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
|
| /freebsd-14.2/sys/contrib/openzfs/module/icp/include/sys/crypto/ |
| H A D | impl.h | 297 (KCF_PROV_CIPHER_OPS(pd) && KCF_PROV_CIPHER_OPS(pd)->encrypt_init) ? \ 298 KCF_PROV_CIPHER_OPS(pd)->encrypt_init(ctx, mech, key, template) : \
|
| H A D | spi.h | 92 int (*encrypt_init)(crypto_ctx_t *, member
|
| /freebsd-14.2/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.
|
| /freebsd-14.2/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-14.2/crypto/openssl/include/crypto/ |
| H A D | evp.h | 162 int (*encrypt_init) (EVP_PKEY_CTX *ctx); member
|
| /freebsd-14.2/sys/contrib/openzfs/module/icp/io/ |
| H A D | aes.c | 94 .encrypt_init = aes_encrypt_init,
|
| /freebsd-14.2/crypto/openssl/include/openssl/ |
| H A D | evp.h | 2036 (EVP_PKEY_METHOD *pmeth, int (*encrypt_init) (EVP_PKEY_CTX *ctx),
|