Home
last modified time | relevance | path

Searched refs:ctrl (Results 26 – 40 of 40) sorted by relevance

12

/openssl/doc/man3/
H A DEVP_PKEY_meth_new.pod118 int (*ctrl) (EVP_PKEY_CTX *ctx, int type, int p1,
355 int (*ctrl) (EVP_PKEY_CTX *ctx, int type, int p1, void *p2);
358 The ctrl() and ctrl_str() methods are used to adjust algorithm-specific
H A DENGINE_add.pod500 ENGINE, i.e. the ENGINE's ctrl() handler is not used for the control command.
522 it can supply a ctrl() handler, it can specify ENGINE_FLAGS_MANUAL_CMD_CTRL in
525 simply pass all these "core" control commands directly to the ENGINE's ctrl()
530 if no ctrl() handler supplied;
533 if a ctrl() handler was supplied but no array of control commands;
536 if a ctrl() handler and array of control commands was supplied;
H A DEVP_EncryptInit.pod1284 modes are subtly altered and several additional I<ctrl> operations are supported
1298 The following I<ctrl>s are supported in GCM and OCB modes.
1344 few additional requirements and different I<ctrl> values.
1351 The following I<ctrl>s are supported in CCM mode.
1381 altered and several additional ctrl operations are supported.
1434 The following I<ctrl>s are supported for the ChaCha20-Poly1305 AEAD algorithm.
/openssl/crypto/bio/
H A Dbio_lib.c662 if (b->method == NULL || b->method->ctrl == NULL) { in BIO_ctrl()
673 ret = b->method->ctrl(b, cmd, larg, parg); in BIO_ctrl()
/openssl/crypto/evp/
H A Devp_enc.c1255 if (ctx->cipher->ctrl == NULL) { in EVP_CIPHER_CTX_ctrl()
1260 ret = ctx->cipher->ctrl(ctx, type, arg, ptr); in EVP_CIPHER_CTX_ctrl()
1464 if (!in->cipher->ctrl((EVP_CIPHER_CTX *)in, EVP_CTRL_COPY, 0, out)) { in EVP_CIPHER_CTX_copy()
H A Devp_lib.c956 int EVP_MD_meth_set_ctrl(EVP_MD *md, int (*ctrl)(EVP_MD_CTX *ctx, int cmd, in EVP_MD_meth_set_ctrl()
962 md->md_ctrl = ctrl; in EVP_MD_meth_set_ctrl()
/openssl/crypto/err/
H A Dopenssl.txt300 CMS_R_CTRL_ERROR:110:ctrl error
301 CMS_R_CTRL_FAILURE:111:ctrl failure
627 ENGINE_R_CTRL_COMMAND_NOT_IMPLEMENTED:119:ctrl command not implemented
681 EVP_R_CTRL_NOT_IMPLEMENTED:132:ctrl not implemented
682 EVP_R_CTRL_OPERATION_NOT_IMPLEMENTED:133:ctrl operation not implemented
928 PKCS7_R_CTRL_ERROR:152:ctrl error
931 PKCS7_R_ENCRYPTION_CTRL_FAILURE:149:encryption ctrl failure
953 PKCS7_R_SIGNING_CTRL_FAILURE:147:signing ctrl failure
/openssl/crypto/store/
H A Dstore_lib.c269 } else if (ctx->loader->ctrl != NULL) { in OSSL_STORE_vctrl()
270 return ctx->loader->ctrl(ctx->loader_ctx, cmd, args); in OSSL_STORE_vctrl()
/openssl/crypto/x509/
H A Dx509_lu.c81 if (ctx->method->ctrl != NULL) in X509_LOOKUP_ctrl_ex()
82 return ctx->method->ctrl(ctx, cmd, argc, argl, ret); in X509_LOOKUP_ctrl_ex()
/openssl/include/openssl/
H A Dbio.h.in589 /* ctrl macros for dgram */
611 /* ctrl macros for BIO_f_prefix */
903 long (*ctrl) (BIO *, int, long, void *));
H A Devp.h134 int EVP_MD_meth_set_ctrl(EVP_MD *md, int (*ctrl)(EVP_MD_CTX *ctx, int cmd,
268 int (*ctrl) (EVP_CIPHER_CTX *, int type,
2048 (EVP_PKEY_METHOD *pmeth, int (*ctrl) (EVP_PKEY_CTX *ctx, int type, int p1,
/openssl/doc/man7/
H A Dprovider-digest.pod218 Custom DigestAlgorithmIdentifier handling via ctrl, with
H A Dmigration_guide.pod441 =head4 The error return values from some control calls (ctrl) have changed
/openssl/doc/man5/
H A Dconfig.pod383 dynamic ENGINE using ctrl commands.
401 All other names are taken to be the name of a ctrl command that is
/openssl/
H A DCHANGES.md611 * The error return values from some control calls (ctrl) have changed.
4689 can be set or retrieved with a ctrl. The IV length is by default 12
6122 * New ctrl and macro to retrieve supported points extensions.
6170 verification and chain building. New ctrl SSL_CTRL_BUILD_CERT_CHAIN
8641 context. The operation can be customised via the ctrl mechanism in
9219 the ctrl EVP_MD_CTRL_MICALG.
9326 add support for HMAC PBE OID translation. Add a EVP_CIPHER ctrl:
9544 in SSL structures. New SSL ctrl to set maximum send fragment size.
12328 after all ctrl commands have been executed on it. If init=1 the
13113 later on via ctrl() commands.
[all …]

Completed in 153 milliseconds

12