Home
last modified time | relevance | path

Searched full:clone (Results 1 – 11 of 11) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dsha1.h91 * \param dst The SHA-1 context to clone to. This must be initialized.
92 * \param src The SHA-1 context to clone from. This must be initialized.
H A Dripemd160.h56 * \brief Clone (the state of) a RIPEMD-160 context
H A Dmd5.h75 * \brief Clone (the state of) an MD5 context
H A Dsha3.h78 * \param src The context to clone. This must be initialized.
H A Dsha512.h76 * \param src The context to clone. This must be initialized.
H A Dsha256.h75 * \param src The context to clone. This must be initialized.
H A Dcipher.h605 * \brief Clone the state of an cipher context
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_hash.h84 /** Clone an Mbed TLS hash operation.
100 * \param[in] source_operation The active hash operation to clone.
H A Dcipher_wrap.h137 /** Clone context **/
/optee_os/.github/workflows/
H A Dci.yml207 function download_plug_and_trust() { mkdir -p $HOME/se050 && git clone --single-branch -b v0.4.2 https://github.com/foundriesio/plug-and-trust $HOME/se050/plug-and-trust || (rm -rf $HOME/se050 ; echo Nervermind); }
228 function download_scp_firmware() { git clone --single-branch https://git.gitlab.arm.com/firmware/SCP-firmware.git $HOME/scp-firmware && git -C $HOME/scp-firmware checkout 0d48080449e3bd3e5218a31c5f24a6068004c5af || (rm -rf $HOME/scp-firmware ; echo Nervermind); }
/optee_os/lib/libmbedtls/mbedtls/include/psa/
H A Dcrypto.h1148 /** Clone a hash operation.
1159 * \param[in] source_operation The active hash operation to clone.