Searched defs:cipher (Results 1 – 18 of 18) sorted by relevance
/AliOS-Things-master/components/oss/src/encryption/ |
A D | EncryptionMaterials.cc | 55 auto cipher = AsymmetricCipher::CreateRSA_NONEImpl(); in EncryptCEK() local 75 auto cipher = AsymmetricCipher::CreateRSA_NONEImpl(); in DecryptCEK() local
|
A D | CryptoStreamBuf.cc | 25 const std::shared_ptr<SymmetricCipher>& cipher, in CryptoStreamBuf()
|
A D | CipherOpenssl.cc | 27 SymmetricCipherOpenssl::SymmetricCipherOpenssl(const EVP_CIPHER* cipher, CipherAlgorithm algo, Ciph… in SymmetricCipherOpenssl()
|
/AliOS-Things-master/components/linkkit/wifi_provision/frameworks/utils/ |
A D | awss_crypt.c | 40 int aes_decrypt_string(char *cipher, char *plain, int len, int cipher_hex, in aes_decrypt_string()
|
/AliOS-Things-master/components/mbedtls/include/mbedtls/ |
A D | cipher_internal.h | 47 mbedtls_cipher_id_t cipher; member
|
A D | ssl_ciphersuites.h | 389 mbedtls_cipher_type_t cipher; member
|
/AliOS-Things-master/components/genie_service/core/src/ |
A D | genie_crypto.c | 106 void genie_ais_get_cipher(const uint8_t random[16], uint8_t *cipher) in genie_ais_get_cipher()
|
A D | genie_ais.c | 292 uint8_t cipher[16]; in _ais_scrt_random() local
|
/AliOS-Things-master/components/linkkit/wifi_provision/zero_config/ |
A D | awss_registrar.c | 242 char *cipher) in enrollee_enable_somebody_cipher() 380 char *key = NULL, *dev_name = NULL, *dev_info = NULL, *cipher = NULL; in awss_get_cipher_reply() local 538 char *cipher, int *timeout) in awss_enrollee_get_dev_info()
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | gcm.c | 167 mbedtls_cipher_id_t cipher, in mbedtls_gcm_setkey() 786 mbedtls_cipher_id_t cipher = MBEDTLS_CIPHER_ID_AES; in mbedtls_gcm_self_test() local
|
A D | ssl_ticket.c | 120 mbedtls_cipher_type_t cipher, in mbedtls_ssl_ticket_setup()
|
A D | nist_kw.c | 114 mbedtls_cipher_id_t cipher, in mbedtls_nist_kw_setkey()
|
A D | ccm.c | 73 mbedtls_cipher_id_t cipher, in mbedtls_ccm_setkey()
|
A D | ssl_srv.c | 2070 const mbedtls_cipher_info_t *cipher = NULL; in ssl_write_encrypt_then_mac_ext() local
|
/AliOS-Things-master/components/genie_service/core/inc/ |
A D | genie_ais.h | 60 uint8_t cipher[16]; member
|
/AliOS-Things-master/components/linkkit/wifi_provision/frameworks/ieee80211/ |
A D | zconfig_ieee80211.c | 408 static uint8_t map_cipher_to_encry(uint8_t cipher) in map_cipher_to_encry()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/ |
A D | eap.c | 647 u_char clear[8], cipher[8], dig[SHA_DIGESTSIZE], *optr, *cp; in eap_send_request() local
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/ |
A D | rtl8721d_crypto.h | 150 } cipher; member
|
Completed in 41 milliseconds