Home
last modified time | relevance | path

Searched refs:out_len (Results 1 - 13 of 13) sorted by relevance

/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dfrag.c36 * out_len is in/out parameter, max length on input, used/required length on output
40 uint8 *out, uint *out_len) in bcm_tlv_dot11_defrag()
54 out_left = (out && out_len) ? *out_len : 0; in bcm_tlv_dot11_defrag()
101 if (out_len) { in bcm_tlv_dot11_defrag()
102 *out_len = tot_len; in bcm_tlv_dot11_defrag()
39 bcm_tlv_dot11_defrag(const void *buf, uint buf_len, uint8 id, bool id_ext, uint8 *out, uint *out_len) bcm_tlv_dot11_defrag() argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/crypto/
H A Dcryp_rsa.c532 crypto_unused(pad->out_len); in rsa_padding_add_pkcs1_type()
571 ret = ext_rsa_calc(rsa, pad->mode, pad->out, pad->out, *pad->out_len); in rsa_padding_add_pkcs1_type()
650 *(pad->out_len) = 0x00; in rsa_padding_check_pkcs1_type()
681 *(pad->out_len) = pad->klen - idx; in rsa_padding_check_pkcs1_type()
682 if (memcpy_s(pad->out, pad->klen, &peb[idx], *(pad->out_len)) != EOK) { in rsa_padding_check_pkcs1_type()
794 pad.out_len = &rsa_crypt->out_len; in cryp_rsa_encrypt()
804 rsa_crypt->out_len = key->klen; in cryp_rsa_encrypt()
823 *pad->out_len = pad->klen; in ext_rsa_decrypt()
844 *pad->out_len in ext_rsa_decrypt()
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
H A DBase64.h29 * @param[in] out_len length of output buffer
38 b64_size_t Base64_decode( b64_data_t *out, b64_size_t out_len,
58 * @param[in] out_len length of output buffer
67 b64_size_t Base64_encode( char *out, b64_size_t out_len,
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
H A Dnist_kw.h131 * \param[out] out_len The number of bytes written to the output buffer. \c 0 on failure.
140 unsigned char *output, size_t* out_len, size_t out_size );
155 * \param[out] out_len The number of bytes written to the output buffer. \c 0 on failure.
167 unsigned char *output, size_t* out_len, size_t out_size);
H A Dhmac_drbg.h327 * \param out_len The length of the buffer in bytes.
334 * \p out_len > #MBEDTLS_HMAC_DRBG_MAX_REQUEST.
336 int mbedtls_hmac_drbg_random( void *p_rng, unsigned char *output, size_t out_len );
H A Dssl.h1124 unsigned char *out_len; /*!< two-bytes message length field */ member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/
H A Dkapi_dispatch.c558 rsa.out_len = rsa_info->outlen; in dispatch_rsa_encrypt()
568 ret = crypto_copy_to_user(addr_via(rsa_info->out), rsa_info->outlen, rsa.out, rsa.out_len); in dispatch_rsa_encrypt()
575 rsa_info->outlen = rsa.out_len; in dispatch_rsa_encrypt()
599 rsa.out_len = rsa_info->outlen; in dispatch_rsa_decrypt()
609 ret = crypto_copy_to_user(addr_via(rsa_info->out), rsa_info->outlen, rsa.out, rsa.out_len); in dispatch_rsa_decrypt()
616 rsa_info->outlen = rsa.out_len; in dispatch_rsa_decrypt()
640 rsa.out_len = rsa_info->outlen; in dispatch_rsa_sign_hash()
650 ret = crypto_copy_to_user(addr_via(rsa_info->out), rsa_info->outlen, rsa.out, rsa.out_len); in dispatch_rsa_sign_hash()
657 rsa_info->outlen = rsa.out_len; in dispatch_rsa_sign_hash()
681 rsa.out_len in dispatch_rsa_verify_hash()
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_cipher.h132 hi_u32 *out_len; /**< Length of valid output data */ member
416 * @param out_len [IN] type #hi_u32,HASH/HMAC The output pointer of the calculation result points to
427 hi_u32 hi_cipher_hash_final(hi_u8 *out, hi_u32 out_len);
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/crypto/include/
H A Dcryp_rsa.h40 hi_u32 *out_len; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/commonboot/
H A Dhi_cipher.h353 * @param out_len [IN] type #hi_u32,HASH The output pointer of the calculation result points to
364 hi_u32 hi_cipher_hash_final(hi_u8 *out, hi_u32 out_len);
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dbcmiov.h310 * out_len is set to required length in that case.
313 uint8 *out_buf, size_t out_size, size_t *out_len);
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/include/
H A Ddrv_cipher_kapi.h370 hi_u32 out_len; member
379 hi_u32 out_len; member
H A Dhi_cipher_compat.h361 hi_u32 *out_len; /* Length of output valid data. */ member

Completed in 14 milliseconds