Home
last modified time | relevance | path

Searched refs:algo (Results 1 – 10 of 10) sorted by relevance

/AliOS-Things-master/components/oss/src/encryption/
A DCipher.cc22 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 DCipherOpenssl.cc27 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 DCipherOpenssl.h29 …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 Dsnmpv3_mbedtls.c53 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 Dsnmpv3_priv.h59 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 Dsnmp_msg.c771 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 DContentCryptoMaterial.h47 void setKeyWrapAlgorithm(const std::string& algo) { keyWrapAlgorithm_ = algo; } in setKeyWrapAlgorithm() argument
A DCipher.h78 …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 DREADME.md385 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 DREADME.md477 imageUrl: http://algo-app-isr-lab-cn-shanghai-prod.oss-cn-shanghai.aliyuncs.com/remove-person/2021-…

Completed in 13 milliseconds