Home
last modified time | relevance | path

Searched refs:priv_algo (Results 1 – 4 of 4) sorted by relevance

/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/snmp/
H A Dsnmpv3_dummy.c51 snmpv3_get_user(const char* username, u8_t *auth_algo, u8_t *auth_key, u8_t *priv_algo, u8_t *priv_… in snmpv3_get_user() argument
76 *priv_algo = SNMP_V3_PRIV_ALGO_DES; in snmpv3_get_user()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/snmp/
H A Dsnmp_snmpv2_usm.c303 const struct snmp_obj_id *priv_algo; in usmusertable_get_value() local
306 priv_algo = snmp_priv_algo_to_oid(priv_algo_val); in usmusertable_get_value()
307 MEMCPY(value, priv_algo->id, priv_algo->len * sizeof(u32_t)); in usmusertable_get_value()
308 return priv_algo->len * sizeof(u32_t); in usmusertable_get_value()
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/apps/
H A Dsnmpv3.h68 err_t snmpv3_get_user(const char* username, u8_t *auth_algo, u8_t *auth_key, u8_t *priv_algo, u8_t …
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/
H A Dsnmpv3.h84 …ame, snmpv3_auth_algo_t *auth_algo, u8_t *auth_key, snmpv3_priv_algo_t *priv_algo, u8_t *priv_key);