Searched refs:blen (Results 1 - 5 of 5) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/ |
H A D | ecdh.h | 265 * length \p blen Bytes. 266 * \param blen The length of the destination buffer \p buf in Bytes. 277 unsigned char *buf, size_t blen, 347 * of length \p blen Bytes. 348 * \param blen The size of the destination buffer \p buf in Bytes. 359 unsigned char *buf, size_t blen, 376 * be a readable buffer of length \p blen Bytes. 377 * \param blen The length of the input buffer \p buf in Bytes. 383 const unsigned char *buf, size_t blen ); 403 * must be a writable buffer of size \p blen Byte [all...] |
H A D | ecdsa.h | 148 * buffer of length \p blen Bytes. It may be \c NULL if 149 * \p blen is zero. 150 * \param blen The length of \p buf in Bytes. 160 const mbedtls_mpi *d, const unsigned char *buf, size_t blen, 203 * buffer of length \p blen Bytes. It may be \c NULL if 204 * \p blen is zero. 205 * \param blen The length of \p buf in Bytes. 214 const unsigned char *buf, size_t blen, 242 * buffer of length \p blen Bytes. It may be \c NULL if 243 * \p blen i [all...] |
H A D | ecp.h | 705 * length \p blen Bytes. 706 * \param blen The length of the target buffer \p buf in Bytes. 717 unsigned char *buf, size_t blen ); 789 * of length \p blen Bytes. 790 * \param blen The length of the output buffer \p buf in Bytes. 799 unsigned char *buf, size_t blen );
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/common/ |
H A D | loadbmp.h | 98 HI_U32 blen; member
|
H A D | loadbmp.c | 41 b1 = b >> (8 - compinfo.blen); /* 8bit */ in OSD_MAKECOLOR_U16() 48 pixel |= (r1 | (g1 << compinfo.blen) | (b1 << (compinfo.blen + compinfo.glen))); in OSD_MAKECOLOR_U16()
|
Completed in 5 milliseconds