Searched refs:auth_key (Results 1 – 2 of 2) sorted by relevance
| /lib/lwip/lwip/contrib/examples/snmp/snmp_v3/ |
| A D | snmpv3_dummy.c | 48 u8_t auth_key[20]; member 202 memset(p->auth_key, 0, sizeof(p->auth_key)); in snmpv3_set_user_auth_key() 209 …key_md5((const u8_t*)password, strlen(password), (const u8_t*)engineid, engineid_len, p->auth_key); in snmpv3_set_user_auth_key() 212 …key_sha((const u8_t*)password, strlen(password), (const u8_t*)engineid, engineid_len, p->auth_key); in snmpv3_set_user_auth_key() 286 snmpv3_get_user(const char* username, snmpv3_auth_algo_t *auth_algo, u8_t *auth_key, snmpv3_priv_al… in snmpv3_get_user() argument 306 if(auth_key != NULL) { in snmpv3_get_user() 307 MEMCPY(auth_key, p->auth_key, sizeof(p->auth_key)); in snmpv3_get_user()
|
| /lib/lwip/lwip/src/include/lwip/apps/ |
| A D | snmpv3.h | 84 err_t snmpv3_get_user(const char* username, snmpv3_auth_algo_t *auth_algo, u8_t *auth_key, snmpv3_p…
|
Completed in 7 milliseconds