Home
last modified time | relevance | path

Searched defs:digest (Results 1 – 25 of 71) sorted by relevance

123

/openssl/crypto/sm2/
H A Dsm2_sign.c24 const EVP_MD *digest, in ossl_sm2_compute_z_digest()
149 static BIGNUM *sm2_compute_msg_hash(const EVP_MD *digest, in sm2_compute_msg_hash()
407 const EVP_MD *digest, in ossl_sm2_do_sign()
429 const EVP_MD *digest, in ossl_sm2_do_verify()
H A Dsm2_crypt.c87 int ossl_sm2_ciphertext_size(const EC_KEY *key, const EVP_MD *digest, in ossl_sm2_ciphertext_size()
108 const EVP_MD *digest, in ossl_sm2_encrypt()
276 const EVP_MD *digest, in ossl_sm2_decrypt()
/openssl/demos/digest/
H A DEVP_MD_xof.c52 unsigned char *digest = NULL; in main() local
/openssl/providers/implementations/include/prov/
H A Dhmac_drbg.h19 PROV_DIGEST digest; /* H(x) = hash(x) */ member
/openssl/crypto/evp/
H A Dp5_crpt2.c24 const EVP_MD *digest, int keylen, unsigned char *out, in ossl_pkcs5_pbkdf2_hmac_ex()
84 int saltlen, int iter, const EVP_MD *digest, int keylen, in PKCS5_PBKDF2_HMAC()
96 EVP_MD *digest; in PKCS5_PBKDF2_HMAC_SHA1() local
H A Dbio_ok.c436 const EVP_MD *digest; in sig_out() local
480 const EVP_MD *digest; in sig_in() local
529 const EVP_MD *digest; in block_out() local
H A Ddigest.c745 EVP_MD *digest = EVP_MD_fetch(libctx, name, propq); in EVP_Q_digest() local
758 int EVP_MD_get_params(const EVP_MD *digest, OSSL_PARAM params[]) in EVP_MD_get_params()
765 const OSSL_PARAM *EVP_MD_gettable_params(const EVP_MD *digest) in EVP_MD_gettable_params()
/openssl/apps/
H A Dts.c167 char *data = NULL, *digest = NULL, *policy = NULL; in ts_main() local
397 static int query_command(const char *data, const char *digest, const EVP_MD *md, in query_command()
444 static TS_REQ *create_query(BIO *data_bio, const char *digest, const EVP_MD *md, in create_query()
508 static int create_digest(BIO *input, const char *digest, const EVP_MD *md, in create_digest()
852 static int verify_command(const char *data, const char *digest, const char *queryfile, in verify_command()
899 static TS_VERIFY_CTX *create_verify_ctx(const char *data, const char *digest, in create_verify_ctx()
H A Drehash.c75 unsigned char digest[EVP_MAX_MD_SIZE]; member
121 const unsigned char *digest, int need_symlink, in add_entry()
241 unsigned char digest[EVP_MAX_MD_SIZE]; in do_file() local
H A Dkdf.c82 char *digest = NULL, *cipher = NULL, *mac = NULL; in kdf_main() local
H A Dmac.c90 char *digest = NULL, *cipher = NULL; in mac_main() local
H A Dspkac.c70 const char *digest = "MD5"; in spkac_main() local
/openssl/demos/pkey/
H A DEVP_PKEY_DSA_paramvalidate.c52 static const char digest[] = "SHA384"; variable
/openssl/providers/implementations/kdfs/
H A Dsshkdf.c44 PROV_DIGEST digest; member
258 unsigned char digest[EVP_MAX_MD_SIZE]; in SSHKDF() local
H A Dpbkdf2.c61 PROV_DIGEST digest; member
310 const EVP_MD *digest, unsigned char *key, in pbkdf2_derive()
H A Dpvkkdf.c36 PROV_DIGEST digest; member
/openssl/providers/implementations/macs/
H A Dhmac_prov.c53 PROV_DIGEST digest; member
145 const EVP_MD *digest; in hmac_setkey() local
H A Dkmac_prov.c120 PROV_DIGEST digest; member
251 const EVP_MD *digest = ossl_prov_digest_md(&kctx->digest); in kmac_setkey() local
/openssl/crypto/x509/
H A Dx509aset.c80 ASN1_BIT_STRING *digest) in OSSL_OBJECT_DIGEST_INFO_set1_digest()
/openssl/crypto/crmf/
H A Dcrmf_lib.c364 EVP_PKEY *pkey, const EVP_MD *digest, in create_popo_signature()
395 EVP_PKEY *pkey, const EVP_MD *digest, in OSSL_CRMF_MSG_create_popo()
/openssl/test/
H A Dhmactest.c40 const char *digest; member
H A Devp_kdf_test.c37 static OSSL_PARAM *construct_tls1_prf_params(const char *digest, const char *secret, in construct_tls1_prf_params()
193 static OSSL_PARAM *construct_hkdf_params(char *digest, char *key, in construct_hkdf_params()
476 static OSSL_PARAM *construct_pbkdf1_params(char *pass, char *digest, char *salt, in construct_pbkdf1_params()
596 static OSSL_PARAM *construct_pbkdf2_params(char *pass, char *digest, char *salt, in construct_pbkdf2_params()
1119 static OSSL_PARAM *construct_kbkdf_params(char *digest, char *mac, unsigned char *key, in construct_kbkdf_params()
1297 char *label = "prf", *digest = "sha256", *prf_input = "test", in test_kdf_kbkdf_8009_prf1() local
1337 char *label = "prf", *digest = "sha384", *prf_input = "test", in test_kdf_kbkdf_8009_prf2() local
/openssl/providers/implementations/rands/
H A Dcrngt.c35 static int crngt_get_entropy(PROV_CTX *provctx, const EVP_MD *digest, in crngt_get_entropy()
/openssl/providers/implementations/signature/
H A Dsm2_sig.c287 unsigned char digest[EVP_MAX_MD_SIZE]; in sm2sig_digest_sign_final() local
311 unsigned char digest[EVP_MAX_MD_SIZE]; in sm2sig_digest_verify_final() local
/openssl/include/openssl/
H A Dpkcs7.h.in128 ASN1_OCTET_STRING *digest; member
165 PKCS7_DIGEST *digest; member

Completed in 81 milliseconds

123