Home
last modified time | relevance | path

Searched defs:cipherkey (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_cipherkey_manager_virtual.c32 bool GetCipherKeyByNetworkId(const char *networkId, int32_t seq, uint32_t tableIndex, AesCtrCipherKey *cipherkey, in GetCipherKeyByNetworkId() argument
43 bool GetLocalCipherKey(int32_t seq, uint32_t *tableIndex, AesCtrCipherKey *cipherkey, int32_t keyLen) in GetLocalCipherKey() argument
/foundation/communication/dsoftbus/adapter/common/openssl/
H A Dsoftbus_adapter_crypto.c62 static int32_t OpensslEvpInit(EVP_CIPHER_CTX **ctx, const AesGcmCipherKey *cipherkey, bool mode) in OpensslEvpInit() argument
103 static int32_t PackIvAndTag(EVP_CIPHER_CTX *ctx, const AesGcmCipherKey *cipherkey, uint32_t dataLen, in PackIvAndTag() argument
127 static int32_t SslAesGcmEncrypt(const AesGcmCipherKey *cipherkey, const unsigned char *plainText, in SslAesGcmEncrypt() argument
174 SslAesGcmDecrypt(const AesGcmCipherKey *cipherkey, const unsigned char *cipherText, uint32_t cipherTextSize, unsigned char *plain, uint32_t plainLen) SslAesGcmDecrypt() argument
[all...]

Completed in 2 milliseconds