blob: ff89f0e3d3b6e47b926c0125348824e28c97cd6b [file] [log] [blame]
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="Cryptography Library"><meta name="keywords" content="rust, rustlang, rust-lang, sgx_crypto_sys"><title>sgx_crypto_sys - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../SourceSerif4-Regular.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../FiraSans-Regular.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../FiraSans-Medium.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../SourceCodePro-Regular.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../SourceSerif4-Bold.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../SourceCodePro-Semibold.ttf.woff2"><link rel="stylesheet" href="../normalize.css"><link rel="stylesheet" href="../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" href="../ayu.css" disabled><link rel="stylesheet" href="../dark.css" disabled><link rel="stylesheet" href="../light.css" id="themeStyle"><script id="default-settings" ></script><script src="../storage.js"></script><script defer src="../crates.js"></script><script defer src="../main.js"></script><noscript><link rel="stylesheet" href="../noscript.css"></noscript><link rel="alternate icon" type="image/png" href="../favicon-16x16.png"><link rel="alternate icon" type="image/png" href="../favicon-32x32.png"><link rel="icon" type="image/svg+xml" href="../favicon.svg"></head><body class="rustdoc mod crate"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">&#9776;</button><a class="sidebar-logo" href="../sgx_crypto_sys/index.html"><div class="logo-container"><img class="rust-logo" src="../rust-logo.svg" alt="logo"></div></a><h2></h2></nav><nav class="sidebar"><a class="sidebar-logo" href="../sgx_crypto_sys/index.html"><div class="logo-container"><img class="rust-logo" src="../rust-logo.svg" alt="logo"></div></a><h2 class="location"><a href="#">Crate sgx_crypto_sys</a></h2><div class="sidebar-elems"><ul class="block"><li class="version">Version 2.0.0</li><li><a id="all-types" href="all.html">All Items</a></li></ul><section><ul class="block"><li><a href="#functions">Functions</a></li></ul></section></div></nav><main><div class="width-limiter"><nav class="sub"><form class="search-form"><div class="search-container"><span></span><input class="search-input" name="search" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" title="help" tabindex="-1"><a href="../help.html">?</a></div><div id="settings-menu" tabindex="-1"><a href="../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../wheel.svg"></a></div></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1 class="fqn">Crate <a class="mod" href="#">sgx_crypto_sys</a><button id="copy-path" onclick="copy_path(this)" title="Copy item path to clipboard"><img src="../clipboard.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="srclink" href="../src/sgx_crypto_sys/lib.rs.html#18-644">source</a> · <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class="inner">&#x2212;</span>]</a></span></div><details class="rustdoc-toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><h2 id="cryptography-library"><a href="#cryptography-library">Cryptography Library</a></h2>
<p>The Intel(R) Software Guard Extensions SDK includes a trusted cryptography library named sgx_tcrypto.
It includes the cryptographic functions used by other trusted libraries included in the SDK</p>
</div></details><h2 id="functions" class="small-section-header"><a href="#functions">Functions</a></h2><div class="item-table"><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_aes_cbc_decrypt.html" title="sgx_crypto_sys::sgx_aes_cbc_decrypt fn">sgx_aes_cbc_decrypt</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_aes_cbc_encrypt.html" title="sgx_crypto_sys::sgx_aes_cbc_encrypt fn">sgx_aes_cbc_encrypt</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_aes_ccm128_dec_update.html" title="sgx_crypto_sys::sgx_aes_ccm128_dec_update fn">sgx_aes_ccm128_dec_update</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_aes_ccm128_dec_verify_mac.html" title="sgx_crypto_sys::sgx_aes_ccm128_dec_verify_mac fn">sgx_aes_ccm128_dec_verify_mac</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_aes_ccm128_decrypt.html" title="sgx_crypto_sys::sgx_aes_ccm128_decrypt fn">sgx_aes_ccm128_decrypt</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_aes_ccm128_enc_get_mac.html" title="sgx_crypto_sys::sgx_aes_ccm128_enc_get_mac fn">sgx_aes_ccm128_enc_get_mac</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_aes_ccm128_enc_update.html" title="sgx_crypto_sys::sgx_aes_ccm128_enc_update fn">sgx_aes_ccm128_enc_update</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_aes_ccm128_encrypt.html" title="sgx_crypto_sys::sgx_aes_ccm128_encrypt fn">sgx_aes_ccm128_encrypt</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_aes_ccm128_init.html" title="sgx_crypto_sys::sgx_aes_ccm128_init fn">sgx_aes_ccm128_init</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_aes_ccm_close.html" title="sgx_crypto_sys::sgx_aes_ccm_close fn">sgx_aes_ccm_close</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_aes_ctr_decrypt.html" title="sgx_crypto_sys::sgx_aes_ctr_decrypt fn">sgx_aes_ctr_decrypt</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_aes_ctr_encrypt.html" title="sgx_crypto_sys::sgx_aes_ctr_encrypt fn">sgx_aes_ctr_encrypt</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_aes_gcm128_dec_update.html" title="sgx_crypto_sys::sgx_aes_gcm128_dec_update fn">sgx_aes_gcm128_dec_update</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_aes_gcm128_dec_verify_mac.html" title="sgx_crypto_sys::sgx_aes_gcm128_dec_verify_mac fn">sgx_aes_gcm128_dec_verify_mac</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_aes_gcm128_enc_get_mac.html" title="sgx_crypto_sys::sgx_aes_gcm128_enc_get_mac fn">sgx_aes_gcm128_enc_get_mac</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_aes_gcm128_enc_update.html" title="sgx_crypto_sys::sgx_aes_gcm128_enc_update fn">sgx_aes_gcm128_enc_update</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_aes_gcm128_init.html" title="sgx_crypto_sys::sgx_aes_gcm128_init fn">sgx_aes_gcm128_init</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_aes_gcm_close.html" title="sgx_crypto_sys::sgx_aes_gcm_close fn">sgx_aes_gcm_close</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_calculate_ecdsa_priv_key.html" title="sgx_crypto_sys::sgx_calculate_ecdsa_priv_key fn">sgx_calculate_ecdsa_priv_key</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_calculate_sm2_priv_key.html" title="sgx_crypto_sys::sgx_calculate_sm2_priv_key fn">sgx_calculate_sm2_priv_key</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_cmac128_close.html" title="sgx_crypto_sys::sgx_cmac128_close fn">sgx_cmac128_close</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_cmac128_final.html" title="sgx_crypto_sys::sgx_cmac128_final fn">sgx_cmac128_final</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_cmac128_init.html" title="sgx_crypto_sys::sgx_cmac128_init fn">sgx_cmac128_init</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_cmac128_update.html" title="sgx_crypto_sys::sgx_cmac128_update fn">sgx_cmac128_update</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_create_rsa_key_pair.html" title="sgx_crypto_sys::sgx_create_rsa_key_pair fn">sgx_create_rsa_key_pair</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_create_rsa_priv1_key.html" title="sgx_crypto_sys::sgx_create_rsa_priv1_key fn">sgx_create_rsa_priv1_key</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_create_rsa_priv2_key.html" title="sgx_crypto_sys::sgx_create_rsa_priv2_key fn">sgx_create_rsa_priv2_key</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_create_rsa_pub1_key.html" title="sgx_crypto_sys::sgx_create_rsa_pub1_key fn">sgx_create_rsa_pub1_key</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_ecc256_calculate_pub_from_priv.html" title="sgx_crypto_sys::sgx_ecc256_calculate_pub_from_priv fn">sgx_ecc256_calculate_pub_from_priv</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_ecc256_check_point.html" title="sgx_crypto_sys::sgx_ecc256_check_point fn">sgx_ecc256_check_point</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_ecc256_close_context.html" title="sgx_crypto_sys::sgx_ecc256_close_context fn">sgx_ecc256_close_context</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_ecc256_compute_shared_dhkey.html" title="sgx_crypto_sys::sgx_ecc256_compute_shared_dhkey fn">sgx_ecc256_compute_shared_dhkey</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_ecc256_create_key_pair.html" title="sgx_crypto_sys::sgx_ecc256_create_key_pair fn">sgx_ecc256_create_key_pair</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_ecc256_open_context.html" title="sgx_crypto_sys::sgx_ecc256_open_context fn">sgx_ecc256_open_context</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_ecdsa_sign.html" title="sgx_crypto_sys::sgx_ecdsa_sign fn">sgx_ecdsa_sign</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_ecdsa_verify.html" title="sgx_crypto_sys::sgx_ecdsa_verify fn">sgx_ecdsa_verify</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_ecdsa_verify_hash.html" title="sgx_crypto_sys::sgx_ecdsa_verify_hash fn">sgx_ecdsa_verify_hash</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_free_rsa_key.html" title="sgx_crypto_sys::sgx_free_rsa_key fn">sgx_free_rsa_key</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_hmac_sha256_close.html" title="sgx_crypto_sys::sgx_hmac_sha256_close fn">sgx_hmac_sha256_close</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_hmac_sha256_final.html" title="sgx_crypto_sys::sgx_hmac_sha256_final fn">sgx_hmac_sha256_final</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_hmac_sha256_init.html" title="sgx_crypto_sys::sgx_hmac_sha256_init fn">sgx_hmac_sha256_init</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_hmac_sha256_msg.html" title="sgx_crypto_sys::sgx_hmac_sha256_msg fn">sgx_hmac_sha256_msg</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_hmac_sha256_update.html" title="sgx_crypto_sys::sgx_hmac_sha256_update fn">sgx_hmac_sha256_update</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_hmac_sm3_close.html" title="sgx_crypto_sys::sgx_hmac_sm3_close fn">sgx_hmac_sm3_close</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_hmac_sm3_final.html" title="sgx_crypto_sys::sgx_hmac_sm3_final fn">sgx_hmac_sm3_final</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_hmac_sm3_init.html" title="sgx_crypto_sys::sgx_hmac_sm3_init fn">sgx_hmac_sm3_init</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_hmac_sm3_msg.html" title="sgx_crypto_sys::sgx_hmac_sm3_msg fn">sgx_hmac_sm3_msg</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_hmac_sm3_update.html" title="sgx_crypto_sys::sgx_hmac_sm3_update fn">sgx_hmac_sm3_update</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_init_crypto_lib.html" title="sgx_crypto_sys::sgx_init_crypto_lib fn">sgx_init_crypto_lib</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_rijndael128GCM_decrypt.html" title="sgx_crypto_sys::sgx_rijndael128GCM_decrypt fn">sgx_rijndael128GCM_decrypt</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_rijndael128GCM_encrypt.html" title="sgx_crypto_sys::sgx_rijndael128GCM_encrypt fn">sgx_rijndael128GCM_encrypt</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_rijndael128_cmac_msg.html" title="sgx_crypto_sys::sgx_rijndael128_cmac_msg fn">sgx_rijndael128_cmac_msg</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_rsa2048_sign.html" title="sgx_crypto_sys::sgx_rsa2048_sign fn">sgx_rsa2048_sign</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_rsa2048_sign_ex.html" title="sgx_crypto_sys::sgx_rsa2048_sign_ex fn">sgx_rsa2048_sign_ex</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_rsa2048_verify.html" title="sgx_crypto_sys::sgx_rsa2048_verify fn">sgx_rsa2048_verify</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_rsa3072_sign.html" title="sgx_crypto_sys::sgx_rsa3072_sign fn">sgx_rsa3072_sign</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_rsa3072_sign_ex.html" title="sgx_crypto_sys::sgx_rsa3072_sign_ex fn">sgx_rsa3072_sign_ex</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_rsa3072_verify.html" title="sgx_crypto_sys::sgx_rsa3072_verify fn">sgx_rsa3072_verify</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_rsa_priv_decrypt_sha256.html" title="sgx_crypto_sys::sgx_rsa_priv_decrypt_sha256 fn">sgx_rsa_priv_decrypt_sha256</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_rsa_pub_encrypt_sha256.html" title="sgx_crypto_sys::sgx_rsa_pub_encrypt_sha256 fn">sgx_rsa_pub_encrypt_sha256</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_sha1_close.html" title="sgx_crypto_sys::sgx_sha1_close fn">sgx_sha1_close</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_sha1_get_hash.html" title="sgx_crypto_sys::sgx_sha1_get_hash fn">sgx_sha1_get_hash</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_sha1_init.html" title="sgx_crypto_sys::sgx_sha1_init fn">sgx_sha1_init</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_sha1_msg.html" title="sgx_crypto_sys::sgx_sha1_msg fn">sgx_sha1_msg</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_sha1_update.html" title="sgx_crypto_sys::sgx_sha1_update fn">sgx_sha1_update</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_sha256_close.html" title="sgx_crypto_sys::sgx_sha256_close fn">sgx_sha256_close</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_sha256_get_hash.html" title="sgx_crypto_sys::sgx_sha256_get_hash fn">sgx_sha256_get_hash</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_sha256_init.html" title="sgx_crypto_sys::sgx_sha256_init fn">sgx_sha256_init</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_sha256_msg.html" title="sgx_crypto_sys::sgx_sha256_msg fn">sgx_sha256_msg</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_sha256_update.html" title="sgx_crypto_sys::sgx_sha256_update fn">sgx_sha256_update</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_sha384_close.html" title="sgx_crypto_sys::sgx_sha384_close fn">sgx_sha384_close</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_sha384_get_hash.html" title="sgx_crypto_sys::sgx_sha384_get_hash fn">sgx_sha384_get_hash</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_sha384_init.html" title="sgx_crypto_sys::sgx_sha384_init fn">sgx_sha384_init</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_sha384_msg.html" title="sgx_crypto_sys::sgx_sha384_msg fn">sgx_sha384_msg</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_sha384_update.html" title="sgx_crypto_sys::sgx_sha384_update fn">sgx_sha384_update</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_sm2_calculate_pub_from_priv.html" title="sgx_crypto_sys::sgx_sm2_calculate_pub_from_priv fn">sgx_sm2_calculate_pub_from_priv</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_sm2_check_point.html" title="sgx_crypto_sys::sgx_sm2_check_point fn">sgx_sm2_check_point</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_sm2_close_context.html" title="sgx_crypto_sys::sgx_sm2_close_context fn">sgx_sm2_close_context</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_sm2_compute_shared_dhkey.html" title="sgx_crypto_sys::sgx_sm2_compute_shared_dhkey fn">sgx_sm2_compute_shared_dhkey</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_sm2_create_key_pair.html" title="sgx_crypto_sys::sgx_sm2_create_key_pair fn">sgx_sm2_create_key_pair</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_sm2_open_context.html" title="sgx_crypto_sys::sgx_sm2_open_context fn">sgx_sm2_open_context</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_sm2_sign.html" title="sgx_crypto_sys::sgx_sm2_sign fn">sgx_sm2_sign</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_sm2_verify.html" title="sgx_crypto_sys::sgx_sm2_verify fn">sgx_sm2_verify</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_sm2_verify_hash.html" title="sgx_crypto_sys::sgx_sm2_verify_hash fn">sgx_sm2_verify_hash</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_sm3_close.html" title="sgx_crypto_sys::sgx_sm3_close fn">sgx_sm3_close</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_sm3_get_hash.html" title="sgx_crypto_sys::sgx_sm3_get_hash fn">sgx_sm3_get_hash</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_sm3_init.html" title="sgx_crypto_sys::sgx_sm3_init fn">sgx_sm3_init</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_sm3_msg.html" title="sgx_crypto_sys::sgx_sm3_msg fn">sgx_sm3_msg</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_sm3_update.html" title="sgx_crypto_sys::sgx_sm3_update fn">sgx_sm3_update</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_sm4_cbc_decrypt.html" title="sgx_crypto_sys::sgx_sm4_cbc_decrypt fn">sgx_sm4_cbc_decrypt</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_sm4_cbc_encrypt.html" title="sgx_crypto_sys::sgx_sm4_cbc_encrypt fn">sgx_sm4_cbc_encrypt</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_sm4_ccm128_dec_update.html" title="sgx_crypto_sys::sgx_sm4_ccm128_dec_update fn">sgx_sm4_ccm128_dec_update</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_sm4_ccm128_dec_verify_mac.html" title="sgx_crypto_sys::sgx_sm4_ccm128_dec_verify_mac fn">sgx_sm4_ccm128_dec_verify_mac</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_sm4_ccm128_decrypt.html" title="sgx_crypto_sys::sgx_sm4_ccm128_decrypt fn">sgx_sm4_ccm128_decrypt</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_sm4_ccm128_enc_get_mac.html" title="sgx_crypto_sys::sgx_sm4_ccm128_enc_get_mac fn">sgx_sm4_ccm128_enc_get_mac</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_sm4_ccm128_enc_update.html" title="sgx_crypto_sys::sgx_sm4_ccm128_enc_update fn">sgx_sm4_ccm128_enc_update</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_sm4_ccm128_encrypt.html" title="sgx_crypto_sys::sgx_sm4_ccm128_encrypt fn">sgx_sm4_ccm128_encrypt</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_sm4_ccm128_init.html" title="sgx_crypto_sys::sgx_sm4_ccm128_init fn">sgx_sm4_ccm128_init</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_sm4_ccm_close.html" title="sgx_crypto_sys::sgx_sm4_ccm_close fn">sgx_sm4_ccm_close</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_sm4_ctr_decrypt.html" title="sgx_crypto_sys::sgx_sm4_ctr_decrypt fn">sgx_sm4_ctr_decrypt</a><sup title="unsafe function"></sup></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.sgx_sm4_ctr_encrypt.html" title="sgx_crypto_sys::sgx_sm4_ctr_encrypt fn">sgx_sm4_ctr_encrypt</a><sup title="unsafe function"></sup></div></div></div></section></div></main><div id="rustdoc-vars" data-root-path="../" data-current-crate="sgx_crypto_sys" data-themes="ayu,dark,light" data-resource-suffix="" data-rustdoc-version="1.66.0-nightly (5c8bff74b 2022-10-21)" ></div></body></html>