/AliOS-Things-master/components/oss/src/encryption/ |
A D | Cipher.cc | 22 inline static std::string toAlgorithmName(CipherAlgorithm algo) in toAlgorithmName() argument 25 return name[static_cast<int>(algo) - static_cast<int>(CipherAlgorithm::AES)]; in toAlgorithmName() 40 SymmetricCipher::SymmetricCipher(const std::string& impl, CipherAlgorithm algo, CipherMode mode, Ci… in SymmetricCipher() argument 42 algorithm_(algo), in SymmetricCipher() 47 name_ = toAlgorithmName(algo); in SymmetricCipher() 117 AsymmetricCipher::AsymmetricCipher(const std::string& impl, CipherAlgorithm algo, CipherMode mode, … in AsymmetricCipher() argument 119 algorithm_(algo), in AsymmetricCipher() 123 name_ = toAlgorithmName(algo); in AsymmetricCipher()
|
A D | CipherOpenssl.cc | 27 SymmetricCipherOpenssl::SymmetricCipherOpenssl(const EVP_CIPHER* cipher, CipherAlgorithm algo, Ciph… in SymmetricCipherOpenssl() argument 28 SymmetricCipher("openssl-impl", algo, mode, pad), in SymmetricCipherOpenssl() 152 AsymmetricCipherOpenssl::AsymmetricCipherOpenssl(CipherAlgorithm algo, CipherMode mode, CipherPaddi… in AsymmetricCipherOpenssl() argument 153 AsymmetricCipher("openssl-impl", algo, mode, pad) in AsymmetricCipherOpenssl()
|
A D | CipherOpenssl.h | 29 …SymmetricCipherOpenssl(const EVP_CIPHER* cipher, CipherAlgorithm algo, CipherMode mode, CipherPadd… 52 AsymmetricCipherOpenssl(CipherAlgorithm algo, CipherMode mode, CipherPadding pad);
|
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/snmp/ |
A D | snmpv3_mbedtls.c | 53 const u8_t* key, u8_t algo, u8_t* hmac_out) in snmpv3_auth() argument 62 if (algo == SNMP_V3_AUTH_ALGO_MD5) { in snmpv3_auth() 65 } else if (algo == SNMP_V3_AUTH_ALGO_SHA) { in snmpv3_auth() 110 const u32_t engine_time, u8_t algo, u8_t mode) in snmpv3_crypt() argument 122 if (algo == SNMP_V3_PRIV_ALGO_DES) { in snmpv3_crypt() 172 } else if (algo == SNMP_V3_PRIV_ALGO_AES) { in snmpv3_crypt()
|
A D | snmpv3_priv.h | 59 err_t snmpv3_auth(struct snmp_pbuf_stream* stream, u16_t length, const u8_t* key, u8_t algo, u8_t* … 61 … const u8_t* priv_param, const u32_t engine_boots, const u32_t engine_time, u8_t algo, u8_t mode);
|
A D | snmp_msg.c | 771 u8_t algo; in snmp_parse_inbound_frame() local 784 IF_PARSE_EXEC(snmpv3_get_user((char*)request->msg_user_name, &algo, key, NULL, NULL)); in snmp_parse_inbound_frame() 785 IF_PARSE_EXEC(snmpv3_auth(&auth_stream, request->inbound_pbuf->tot_len, key, algo, hmac)); in snmp_parse_inbound_frame() 810 u8_t algo; in snmp_parse_inbound_frame() local 817 IF_PARSE_EXEC(snmpv3_get_user((char*)request->msg_user_name, NULL, NULL, &algo, key)); in snmp_parse_inbound_frame() 820 request->msg_authoritative_engine_time, algo, SNMP_V3_PRIV_MODE_DECRYPT)); in snmp_parse_inbound_frame() 1505 u8_t algo; in snmp_complete_outbound_frame() local 1514 OF_BUILD_EXEC(snmpv3_get_user((char*)request->msg_user_name, NULL, NULL, &algo, key)); in snmp_complete_outbound_frame() 1518 request->msg_authoritative_engine_time, algo, SNMP_V3_PRIV_MODE_ENCRYPT)); in snmp_complete_outbound_frame() 1523 u8_t algo; in snmp_complete_outbound_frame() local [all …]
|
/AliOS-Things-master/components/oss/include/alibabacloud/oss/encryption/ |
A D | ContentCryptoMaterial.h | 47 void setKeyWrapAlgorithm(const std::string& algo) { keyWrapAlgorithm_ = algo; } in setKeyWrapAlgorithm() argument
|
A D | Cipher.h | 78 …SymmetricCipher(const std::string& impl, CipherAlgorithm algo, CipherMode mode, CipherPadding pad); 110 …AsymmetricCipher(const std::string& impl, CipherAlgorithm algo, CipherMode mode, CipherPadding pad…
|
/AliOS-Things-master/components/ai_agent/ |
A D | README.md | 385 url: http://algo-app-isr-lab-cn-shanghai-prod.oss-cn-shanghai.aliyuncs.com/remove-person/2021-03-31…
|
/AliOS-Things-master/components/ucloud_ai/ |
A D | README.md | 477 imageUrl: http://algo-app-isr-lab-cn-shanghai-prod.oss-cn-shanghai.aliyuncs.com/remove-person/2021-…
|