Searched refs:DlpOpensslAesCtx (Results 1 – 3 of 3) sorted by relevance
256 …struct DlpOpensslAesCtx* outCtx = static_cast<struct DlpOpensslAesCtx*>(malloc(sizeof(DlpOpensslAe… in OpensslAesCipherCryptInit()273 struct DlpOpensslAesCtx* aesCtx = static_cast<struct DlpOpensslAesCtx*>(cryptoCtx); in OpensslAesCipherEncryptUpdate()292 struct DlpOpensslAesCtx* aesCtx = (struct DlpOpensslAesCtx*)*cryptoCtx; in OpensslAesCipherEncryptFinalThree()330 struct DlpOpensslAesCtx* aesCtx = static_cast<struct DlpOpensslAesCtx*>(cryptoCtx); in OpensslAesCipherDecryptUpdate()350 struct DlpOpensslAesCtx* aesCtx = (struct DlpOpensslAesCtx*)*cryptoCtx; in OpensslAesCipherDecryptFinalThree()454 struct DlpOpensslAesCtx* contex = static_cast<struct DlpOpensslAesCtx*>(cryptoCtx); in DlpOpensslAesEncryptUpdate()489 struct DlpOpensslAesCtx* contex = (struct DlpOpensslAesCtx*)*cryptoCtx; in DlpOpensslAesEncryptFinal()556 struct DlpOpensslAesCtx* contex = static_cast<struct DlpOpensslAesCtx*>(cryptoCtx); in DlpOpensslAesDecryptUpdate()591 struct DlpOpensslAesCtx* contex = (struct DlpOpensslAesCtx*)*cryptoCtx; in DlpOpensslAesDecryptFinal()618 struct DlpOpensslAesCtx* opensslAesCtx = (struct DlpOpensslAesCtx*)*cryptoCtx; in DlpOpensslAesHalFreeCtx()
467 struct DlpOpensslAesCtx* contex = static_cast<struct DlpOpensslAesCtx*>(ctx);502 …DlpOpensslAesCtx* cryptoCtx = reinterpret_cast<DlpOpensslAesCtx*>(calloc(1, sizeof(DlpOpensslAesCt…621 struct DlpOpensslAesCtx* contex = static_cast<struct DlpOpensslAesCtx*>(ctx);877 struct DlpOpensslAesCtx* aesCtx = static_cast<struct DlpOpensslAesCtx*>(ctx);1024 struct DlpOpensslAesCtx* contex = static_cast<struct DlpOpensslAesCtx*>(ctx);1411 struct DlpOpensslAesCtx* opensslAesCtx = static_cast<struct DlpOpensslAesCtx*>(ctx);1438 struct DlpOpensslAesCtx* opensslAesCtx = static_cast<struct DlpOpensslAesCtx*>(ctx);
32 struct DlpOpensslAesCtx { struct