Home
last modified time | relevance | path

Searched defs:ctx (Results 1 – 7 of 7) sorted by relevance

/drivers/peripheral/pin_auth/hdi_service/adaptor/src/
Dadaptor_algorithm.c97 EVP_PKEY_CTX *ctx = EVP_PKEY_CTX_new_id(EVP_PKEY_ED25519, NULL); in GenerateEd25519KeyPair() local
150 EVP_MD_CTX *ctx = EVP_MD_CTX_new(); in Ed25519Sign() local
194 EVP_MD_CTX *ctx = EVP_MD_CTX_new(); in Ed25519Verify() local
307 EVP_PKEY_CTX *ctx = EVP_PKEY_CTX_new_id(EVP_PKEY_HKDF, NULL); in Hkdf() local
422 static bool SetAesEncryptParam(EVP_CIPHER_CTX *ctx, const AesGcmParam *param) in SetAesEncryptParam()
449 static bool DoAesEncrypt(EVP_CIPHER_CTX *ctx, const Buffer *plaintext, Buffer **ciphertext, Buffer … in DoAesEncrypt()
503 EVP_CIPHER_CTX *ctx = EVP_CIPHER_CTX_new(); in AesGcm256Encrypt() local
523 static bool SetAesDecryptParam(EVP_CIPHER_CTX *ctx, const AesGcmParam *param) in SetAesDecryptParam()
550 static bool DoAesDecrypt(EVP_CIPHER_CTX *ctx, const Buffer *ciphertext, const Buffer *tag, Buffer *… in DoAesDecrypt()
600 EVP_CIPHER_CTX *ctx = EVP_CIPHER_CTX_new(); in AesGcm256Decrypt() local
/drivers/peripheral/user_auth/hdi_service/adaptor/src/
Dadaptor_algorithm.c106 EVP_PKEY_CTX *ctx = EVP_PKEY_CTX_new_id(EVP_PKEY_ED25519, NULL); in GenerateEd25519KeyPair() local
159 EVP_MD_CTX *ctx = EVP_MD_CTX_new(); in Ed25519Sign() local
203 EVP_MD_CTX *ctx = EVP_MD_CTX_new(); in Ed25519Verify() local
309 static bool SetAesEncryptParam(EVP_CIPHER_CTX *ctx, const AesGcmParam *aesGcmParam) in SetAesEncryptParam()
347 EVP_CIPHER_CTX *ctx = EVP_CIPHER_CTX_new(); in AesGcmEncrypt() local
391 static bool SetAesDecryptParam(EVP_CIPHER_CTX *ctx, const AesGcmParam *aesGcmParam) in SetAesDecryptParam()
429 EVP_CIPHER_CTX *ctx = EVP_CIPHER_CTX_new(); in AesGcmDecrypt() local
/drivers/peripheral/clearplay/hdi_service/src/
Dmedia_decrypt_module_service.cpp140 EVP_CIPHER_CTX *ctx; in DecryptBySM4Cbc() local
/drivers/hdf_core/framework/support/platform/src/mipi/
Dmipi_csi_core.c474 int32_t MipiCsiDebugGetMipiDevCtx(struct MipiCsiCntlr *cntlr, MipiDevCtx *ctx) in MipiCsiDebugGetMipiDevCtx()
/drivers/hdf_core/framework/support/platform/include/mipi/
Dmipi_csi_core.h220 MipiDevCtx ctx; member
/drivers/hdf_core/framework/model/audio/usb/src/
Daudio_usb_dma_ops.c947 …oid AudioUsbUpdataEndpointPacket(struct AudioUsbDriver *audioUsbDriver, struct AudioUsbUrbCtx *ctx, in AudioUsbUpdataEndpointPacket()
/drivers/hdf_core/adapter/platform/uart/
Duart_stm32f4xx.c256 static void InitContextTransMode(UsartContextObj* ctx, USART_TRANS_MODE mode) in InitContextTransMode()