Home
last modified time | relevance | path

Searched refs:EVP_MD_CTX (Results 1 – 11 of 11) sorted by relevance

/optee_test-3.20.0/host/openssl/include/openssl/
A Devp.h165 int (*init) (EVP_MD_CTX *ctx);
168 int (*copy) (EVP_MD_CTX *to, const EVP_MD_CTX *from);
169 int (*cleanup) (EVP_MD_CTX *ctx);
586 void EVP_MD_CTX_init(EVP_MD_CTX *ctx);
587 int EVP_MD_CTX_cleanup(EVP_MD_CTX *ctx);
588 EVP_MD_CTX *EVP_MD_CTX_create(void);
589 void EVP_MD_CTX_destroy(EVP_MD_CTX *ctx);
590 int EVP_MD_CTX_copy_ex(EVP_MD_CTX *out, const EVP_MD_CTX *in);
601 int EVP_MD_CTX_copy(EVP_MD_CTX *out, const EVP_MD_CTX *in);
659 int EVP_DigestSignFinal(EVP_MD_CTX *ctx,
[all …]
A Dhmac.h77 EVP_MD_CTX md_ctx;
78 EVP_MD_CTX i_ctx;
79 EVP_MD_CTX o_ctx;
A Ddtls1.h137 EVP_MD_CTX *write_hash; /* used for mac generation */
A Dpem.h147 EVP_MD_CTX md;
440 void PEM_SignInit(EVP_MD_CTX *ctx, EVP_MD *type);
441 void PEM_SignUpdate(EVP_MD_CTX *ctx, unsigned char *d, unsigned int cnt);
442 int PEM_SignFinal(EVP_MD_CTX *ctx, unsigned char *sigret,
A Dossl_typ.h132 typedef struct env_md_ctx_st EVP_MD_CTX; typedef
A Dx509.h648 int X509_sign_ctx(X509 *x, EVP_MD_CTX *ctx);
651 int X509_REQ_sign_ctx(X509_REQ *x, EVP_MD_CTX *ctx);
653 int X509_CRL_sign_ctx(X509_CRL *x, EVP_MD_CTX *ctx);
898 void *asn, EVP_MD_CTX *ctx);
A Dssl3.h521 EVP_MD_CTX **handshake_dgst;
A Dcms.h267 EVP_MD_CTX *CMS_SignerInfo_get0_md_ctx(CMS_SignerInfo *si);
A Dssl.h1515 EVP_MD_CTX *read_hash; /* used for mac generation */
1522 EVP_MD_CTX *write_hash; /* used for mac generation */
/optee_test-3.20.0/host/xtest/
A Dxtest_uuid_helpers.c90 EVP_MD_CTX *mdctx = NULL; in xtest_uuid_v5()
A Dpkcs11_1000.c4646 EVP_MD_CTX *mdctx = NULL; in xtest_pkcs11_test_1018()

Completed in 47 milliseconds