Home
last modified time | relevance | path

Searched defs:decoderCtx (Results 1 – 8 of 8) sorted by relevance

/third_party/openhitls/crypto/codecskey/src/
Dcrypt_decode_der2key.c112 DECODER_Der2KeyCtx *decoderCtx = (DECODER_Der2KeyCtx *)ctx; in DECODER_DER2KEY_GetParam() local
126 DECODER_Der2KeyCtx *decoderCtx = (DECODER_Der2KeyCtx *)ctx; in DECODER_DER2KEY_SetParam() local
144 static int32_t CheckParams(DECODER_Der2KeyCtx *decoderCtx, const BSL_Param *inParam, BSL_Param **ou… in CheckParams()
175 static int32_t ConstructOutputParams(DECODER_Der2KeyCtx *decoderCtx, void *key, BSL_Param **outPara… in ConstructOutputParams()
290 DECODER_Der2KeyCtx *decoderCtx = ctx; in DECODER_DER2KEY_FreeOutData() local
310 DECODER_Der2KeyCtx *decoderCtx = (DECODER_Der2KeyCtx *)ctx; in DECODER_DER2KEY_FreeCtx() local
Dcrypt_decode_epki2pki.c51 DECODER_EPki2PkiCtx *decoderCtx = (DECODER_EPki2PkiCtx *)ctx; in DECODER_EPKI2PKI_GetParam() local
65 DECODER_EPki2PkiCtx *decoderCtx = (DECODER_EPki2PkiCtx *)ctx; in DECODER_EPKI2PKI_SetParam() local
91 DECODER_EPki2PkiCtx *decoderCtx = (DECODER_EPki2PkiCtx *)ctx; in DECODER_EPKI2PKI_Decode() local
Dcrypt_decode_lowkey2pkey.c52 DECODER_Lowkey2PkeyCtx *decoderCtx = (DECODER_Lowkey2PkeyCtx *)ctx; in DECODER_LowKeyObject2PkeyObjectSetParam() local
79 DECODER_Lowkey2PkeyCtx *decoderCtx = (DECODER_Lowkey2PkeyCtx *)ctx; in DECODER_LowKeyObject2PkeyObjectGetParam() local
254 DECODER_Lowkey2PkeyCtx *decoderCtx = (DECODER_Lowkey2PkeyCtx *)ctx; in DECODER_LowKeyObject2PkeyObjectDecode() local
300 DECODER_Lowkey2PkeyCtx *decoderCtx = (DECODER_Lowkey2PkeyCtx *)ctx; in DECODER_LowKeyObject2PkeyObjectFreeOutData() local
Dcrypt_decode_pem2der.c52 DECODER_Pem2DerCtx *decoderCtx = (DECODER_Pem2DerCtx *)ctx; in DECODER_Pem2DerGetParam() local
80 DECODER_Pem2DerCtx *decoderCtx = (DECODER_Pem2DerCtx *)ctx; in DECODER_Pem2DerDecode() local
/third_party/openhitls/codecs/src/
Ddecode_chain.c162 static int32_t CollectDecoder(CRYPT_DECODER_Ctx *decoderCtx, void *args) in CollectDecoder()
192 CRYPT_DECODER_Ctx *decoderCtx = NULL; in GetUsableDecoderFromPool() local
309 CRYPT_DECODER_Ctx *decoderCtx = BSL_LIST_GET_FIRST(poolCtx->decoders); in BackToLastLayerDecodeNode() local
334 CRYPT_DECODER_Ctx *decoderCtx = NULL; in DecodeWithKeyChain() local
375 CRYPT_DECODER_Ctx *decoderCtx = NULL; in ProcessEachProviderDecoder() local
/third_party/openhitls/testcode/testdata/provider/
Dprovider_new_alg_test.c393 TestNewAlgDer2KeyCtx *decoderCtx = (TestNewAlgDer2KeyCtx *)ctx; in DECODER_NewAlgDer2Key_GetParam() local
413 TestNewAlgDer2KeyCtx *decoderCtx = (TestNewAlgDer2KeyCtx *)ctx; in DECODER_NewAlgDer2Key_SetParam() local
519 static int32_t ConstructOutputParams(TestNewAlgDer2KeyCtx *decoderCtx, void *key, BSL_Param **outPa… in ConstructOutputParams()
568 TestNewAlgDer2KeyCtx *decoderCtx = (TestNewAlgDer2KeyCtx *)ctx; in DECODER_NewAlgDer2Key_Decode() local
612 TestNewAlgDer2KeyCtx *decoderCtx = (TestNewAlgDer2KeyCtx *)ctx; in DECODER_NewAlgSubPubKeyDer2Key_Decode() local
660 TestNewAlgDer2KeyCtx *decoderCtx = (TestNewAlgDer2KeyCtx *)ctx; in DECODER_NewAlgDer2Key_FreeOutData() local
677 TestNewAlgDer2KeyCtx *decoderCtx = (TestNewAlgDer2KeyCtx *)ctx; in DECODER_NewAlgDer2Key_FreeCtx() local
Dprovider_self_decoder_test.c68 JSON_PEM_DecoderCtx *decoderCtx = (JSON_PEM_DecoderCtx *)ctx; in JSON_PEM_GetParam() local
95 JSON_PEM_DecoderCtx *decoderCtx = (JSON_PEM_DecoderCtx *)ctx; in JSON_PEM_Decode() local
/third_party/openhitls/codecs/include/
Ddecode_local.h53 void *decoderCtx; /* Decoder internal context */ member
67 CRYPT_DECODER_Ctx *decoderCtx; /* Decoder context */ member