Home
last modified time | relevance | path

Searched refs:EVP_PKEY_CTX (Results 1 – 2 of 2) sorted by relevance

/babblesim_ext_libCryptov1-latest/include/openssl/
Devp.h275 EVP_PKEY_CTX *pctx;
658 int EVP_DigestSignInit(EVP_MD_CTX *ctx, EVP_PKEY_CTX **pctx,
663 int EVP_DigestVerifyInit(EVP_MD_CTX *ctx, EVP_PKEY_CTX **pctx,
1213 EVP_PKEY_CTX *EVP_PKEY_CTX_new(EVP_PKEY *pkey, ENGINE *e);
1214 EVP_PKEY_CTX *EVP_PKEY_CTX_new_id(int id, ENGINE *e);
1215 EVP_PKEY_CTX *EVP_PKEY_CTX_dup(EVP_PKEY_CTX *ctx);
1216 void EVP_PKEY_CTX_free(EVP_PKEY_CTX *ctx);
1218 int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype,
1220 int EVP_PKEY_CTX_ctrl_str(EVP_PKEY_CTX *ctx, const char *type,
1223 int EVP_PKEY_CTX_get_operation(EVP_PKEY_CTX *ctx);
[all …]
Dossl_typ.h138 typedef struct evp_pkey_ctx_st EVP_PKEY_CTX; typedef