Home
last modified time | relevance | path

Searched refs:md_info (Results 1 - 6 of 6) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
H A Dmd.h88 const mbedtls_md_info_t *md_info; member
171 * \param md_info The information structure of the message-digest algorithm
179 int mbedtls_md_init_ctx( mbedtls_md_context_t *ctx, const mbedtls_md_info_t *md_info ) MBEDTLS_DEPRECATED;
192 * \param md_info The information structure of the message-digest algorithm
202 int mbedtls_md_setup( mbedtls_md_context_t *ctx, const mbedtls_md_info_t *md_info, int hmac );
230 * \param md_info The information structure of the message-digest algorithm
235 unsigned char mbedtls_md_get_size( const mbedtls_md_info_t *md_info );
241 * \param md_info The information structure of the message-digest algorithm
246 mbedtls_md_type_t mbedtls_md_get_type( const mbedtls_md_info_t *md_info );
252 * \param md_info Th
[all...]
H A Dhmac_drbg.h136 * - 128 bits if \p md_info is SHA-1;
137 * - 192 bits if \p md_info is SHA-224;
138 * - 256 bits if \p md_info is SHA-256, SHA-384 or SHA-512.
153 * \param md_info MD algorithm to use for HMAC_DRBG.
171 * \return #MBEDTLS_ERR_MD_BAD_INPUT_DATA if \p md_info is
179 const mbedtls_md_info_t * md_info,
192 * \param md_info MD algorithm to use for HMAC_DRBG.
198 * \return #MBEDTLS_ERR_MD_BAD_INPUT_DATA if \p md_info is
204 const mbedtls_md_info_t * md_info,
H A Decjpake.h78 const mbedtls_md_info_t *md_info; /**< Hash to use */ member
/device/soc/rockchip/rk3588/hardware/mpp/src/
H A Dmpi_enc_utils.c514 mpp_meta_set_buffer(meta, KEY_MOTION_INFO, p->md_info); in hal_mpp_encode()
749 if (p->md_info) { in hal_mpp_ctx_delete()
750 mpp_buffer_put(p->md_info); in hal_mpp_ctx_delete()
751 p->md_info = NULL; in hal_mpp_ctx_delete()
830 ret = mpp_buffer_get(p->buf_grp, &p->md_info, p->mdinfo_size); in hal_mpp_ctx_create()
893 if (p->md_info) { in hal_mpp_ctx_create()
894 mpp_buffer_put(p->md_info); in hal_mpp_ctx_create()
895 p->md_info = NULL; in hal_mpp_ctx_create()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/extend/
H A Dext_hash.c150 *hashlen = mbedtls_md_get_size(md->md_info); in mbedtls_hash_finish()
/device/soc/rockchip/rk3588/hardware/mpp/include/
H A Dmpi_enc_utils.h153 MppBuffer md_info; member

Completed in 4 milliseconds