Searched defs:cipherkey (Results 1 – 2 of 2) sorted by relevance
| /foundation/communication/dsoftbus/adapter/common/openssl/ |
| D | softbus_adapter_crypto.c | 61 static int32_t OpensslEvpInit(EVP_CIPHER_CTX **ctx, const AesGcmCipherKey *cipherkey, bool mode) in OpensslEvpInit() 98 static int32_t PackIvAndTag(EVP_CIPHER_CTX *ctx, const AesGcmCipherKey *cipherkey, in PackIvAndTag() 123 static int32_t SslAesGcmEncrypt(const AesGcmCipherKey *cipherkey, const unsigned char *plainText, in SslAesGcmEncrypt() 171 static int32_t SslAesGcmDecrypt(const AesGcmCipherKey *cipherkey, const unsigned char *cipherText, in SslAesGcmDecrypt()
|
| /foundation/communication/dsoftbus/adapter/common/mbedtls/ |
| D | softbus_adapter_crypto.c | 77 static int32_t MbedAesGcmEncrypt(const AesGcmCipherKey *cipherkey, const unsigned char *plainText, in MbedAesGcmEncrypt() 119 static int32_t MbedAesGcmDecrypt(const AesGcmCipherKey *cipherkey, const unsigned char *cipherText, in MbedAesGcmDecrypt()
|