Searched refs:EVP_MD_CTX (Results 1 – 11 of 11) sorted by relevance
/optee_test-3.20.0/host/openssl/include/openssl/ |
A D | evp.h | 165 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 D | hmac.h | 77 EVP_MD_CTX md_ctx; 78 EVP_MD_CTX i_ctx; 79 EVP_MD_CTX o_ctx;
|
A D | dtls1.h | 137 EVP_MD_CTX *write_hash; /* used for mac generation */
|
A D | pem.h | 147 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 D | ossl_typ.h | 132 typedef struct env_md_ctx_st EVP_MD_CTX; typedef
|
A D | x509.h | 648 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 D | ssl3.h | 521 EVP_MD_CTX **handshake_dgst;
|
A D | cms.h | 267 EVP_MD_CTX *CMS_SignerInfo_get0_md_ctx(CMS_SignerInfo *si);
|
A D | ssl.h | 1515 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 D | xtest_uuid_helpers.c | 90 EVP_MD_CTX *mdctx = NULL; in xtest_uuid_v5()
|
A D | pkcs11_1000.c | 4646 EVP_MD_CTX *mdctx = NULL; in xtest_pkcs11_test_1018()
|
Completed in 47 milliseconds