Home
last modified time | relevance | path

Searched refs:password (Results 1 - 7 of 7) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
H A DMQTTPacket.h102 bool password : 1; /**< 3.1 password */ member
117 bool password : 1; /**< 3.1 password */ member
H A DClients.h18 * Ian Craggs - password to binary
134 int passwordlen; /**< MQTT password length */
135 const void* password; /**< MQTT v3.1 binary password */ member
H A DMQTTAsync.h21 * Ian Craggs - binary password
926 /** The password to load the client's privateKey if encrypted. */
1023 * 4 signifies no binary password option (just string)
1072 * and authorisation by user name and password. This is the user name
1078 * and authorisation by user name and password. This is the password
1081 const char* password; member
1150 * Optional binary password. Only checked and used if the password option is NULL
1153 int len; /**< binary password lengt
[all...]
H A DMQTTClient.h685 /** The password to load the client's privateKey if encrypted. */
791 * 4 signifies no binary password option
845 * and authorisation by user name and password. This is the user name
851 * and authorisation by user name and password. This is the password
854 const char* password; member
905 * Optional binary password. Only checked and used if the password option is NULL
909 int len; /**< binary password length */
910 const void* data; /**< binary password dat
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
H A Dpkcs5.h44 #define MBEDTLS_ERR_PKCS5_PASSWORD_MISMATCH -0x2e00 /**< Given private key password does not allow for correct decryption. */
60 * \param pwd password to use when generating key
61 * \param pwdlen length of password
79 * \param password Password to use when generating key
80 * \param plen Length of password
89 int mbedtls_pkcs5_pbkdf2_hmac( mbedtls_md_context_t *ctx, const unsigned char *password,
H A Dpk.h60 #define MBEDTLS_ERR_PK_PASSWORD_REQUIRED -0x3C00 /**< Private key password can't be empty. */
61 #define MBEDTLS_ERR_PK_PASSWORD_MISMATCH -0x3B80 /**< Given private key password does not allow for correct decryption. */
559 * \param pwd Optional password for decryption.
563 * The empty password is not supported.
564 * \param pwdlen Size of the password in bytes.
612 * \param password Optional password to decrypt the file.
616 * The empty password is not supported.
627 const char *path, const char *password );
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dwlioctl.h1476 uint8 password[LEAP_PASSWORD_MAX]; member

Completed in 64 milliseconds