Home
last modified time | relevance | path

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

/optee_test/host/openssl/include/openssl/
A Devp.h275 EVP_PKEY_CTX *pctx;
1214 EVP_PKEY_CTX *EVP_PKEY_CTX_dup(EVP_PKEY_CTX *ctx);
1215 void EVP_PKEY_CTX_free(EVP_PKEY_CTX *ctx);
1237 int EVP_PKEY_sign_init(EVP_PKEY_CTX *ctx);
1238 int EVP_PKEY_sign(EVP_PKEY_CTX *ctx,
1241 int EVP_PKEY_verify_init(EVP_PKEY_CTX *ctx);
1242 int EVP_PKEY_verify(EVP_PKEY_CTX *ctx,
1250 int EVP_PKEY_encrypt(EVP_PKEY_CTX *ctx,
1254 int EVP_PKEY_decrypt(EVP_PKEY_CTX *ctx,
1258 int EVP_PKEY_derive_init(EVP_PKEY_CTX *ctx);
[all …]
A Dossl_typ.h138 typedef struct evp_pkey_ctx_st EVP_PKEY_CTX; typedef
A Dcms.h197 EVP_PKEY_CTX *CMS_RecipientInfo_get0_pkey_ctx(CMS_RecipientInfo *ri);
266 EVP_PKEY_CTX *CMS_SignerInfo_get0_pkey_ctx(CMS_SignerInfo *si);

Completed in 10 milliseconds