Searched refs:SNMP_V3_PRIV_MODE_ENCRYPT (Results 1 – 3 of 3) sorted by relevance
57 SNMP_V3_PRIV_MODE_ENCRYPT = 1 enumerator
139 …if (mbedtls_cipher_setkey(&ctx, key, 8 * 8, (mode == SNMP_V3_PRIV_MODE_ENCRYPT) ? MBEDTLS_ENCRYPT … in snmpv3_crypt()186 …if (mbedtls_cipher_setkey(&ctx, key, 16 * 8, (mode == SNMP_V3_PRIV_MODE_ENCRYPT) ? MBEDTLS_ENCRYPT… in snmpv3_crypt()
1830 … request->msg_authoritative_engine_time, algo, SNMP_V3_PRIV_MODE_ENCRYPT)); in snmp_complete_outbound_frame()