Searched full:clone (Results 1 – 11 of 11) sorted by relevance
91 * \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.
56 * \brief Clone (the state of) a RIPEMD-160 context
75 * \brief Clone (the state of) an MD5 context
78 * \param src The context to clone. This must be initialized.
76 * \param src The context to clone. This must be initialized.
75 * \param src The context to clone. This must be initialized.
605 * \brief Clone the state of an cipher context
84 /** Clone an Mbed TLS hash operation.100 * \param[in] source_operation The active hash operation to clone.
137 /** Clone context **/
207 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); }
1148 /** Clone a hash operation.1159 * \param[in] source_operation The active hash operation to clone.