Searched refs:verify (Results 1 - 8 of 8) sorted by relevance
/device/soc/rockchip/rk3588/kernel/arch/arm64/boot/ |
H A D | install.sh | 23 verify () { function 34 verify "$2" 35 verify "$3"
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/ |
H A D | memory_buffer_alloc.h | 81 * \brief Determine when the allocator should automatically verify the state 85 * \param verify One of MBEDTLS_MEMORY_VERIFY_NONE, MBEDTLS_MEMORY_VERIFY_ALLOC, 88 void mbedtls_memory_buffer_set_verify( int verify );
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/ |
H A D | SSLSocket.h | 50 int SSLSocket_connect(SSL* ssl, int sock, const char* hostname, int verify, int (*cb)(const char *str, size_t len, void *u), void* u);
|
H A D | MQTTAsync.h | 953 int verify; member
|
H A D | MQTTClient.h | 712 int verify; member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/commonboot/ |
H A D | hi_cipher.h | 93 * Rsa public key verify 121 * Struct of ecc verify 128 const hi_u8 *hash; /* Input hash data for ecc verify. */ 132 hi_u8 *out_r; /* Output verify r data for security. */ 137 * Struct of rsa verify 452 * @param verify [IN] type #const hi_cipher_ecc_verify *,Pointer to structure of the ECC public key 462 hi_u32 hi_cipher_ecc_verify_hash(hi_cipher_ecc_param *ecc, hi_cipher_ecc_verify *verify);
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
H A D | hi_cipher.h | 116 * Rsa public key verify 167 * Struct of ecc verify 174 const hi_u8 *hash; /**< Hash data for ecc verify. */ 567 * @param verify [IN] type #const hi_cipher_ecc_verify *,Pointer to structure of the ECC public key 577 hi_u32 hi_cipher_ecc_verify_hash(const hi_cipher_ecc_param *ecc, const hi_cipher_ecc_verify *verify);
|
/device/soc/rockchip/common/sdk_linux/drivers/cpufreq/ |
H A D | cpufreq-dt.c | 188 .verify = cpufreq_generic_frequency_table_verify,
|
Completed in 10 milliseconds