Searched refs:priv_algo (Results 1 – 2 of 2) sorted by relevance
303 const struct snmp_obj_id *priv_algo; in usmusertable_get_value() local306 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()
84 …ame, snmpv3_auth_algo_t *auth_algo, u8_t *auth_key, snmpv3_priv_algo_t *priv_algo, u8_t *priv_key);