Home
last modified time | relevance | path

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

/openbmc/linux/include/crypto/
H A Dsm2.h17 int sm2_compute_z_digest(struct shash_desc *desc,
20 static inline int sm2_compute_z_digest(struct shash_desc *desc, in sm2_compute_z_digest() function
/openbmc/linux/crypto/
H A Dsm2.c268 int sm2_compute_z_digest(struct shash_desc *desc, in sm2_compute_z_digest() function
324 EXPORT_SYMBOL_GPL(sm2_compute_z_digest);
/openbmc/linux/crypto/asymmetric_keys/
H A Dx509_public_key.c70 sm2_compute_z_digest(desc, cert->pub->key, in x509_get_sig_params()