Lines Matching refs:status_t
270 status_t LTC_AES_GenerateDecryptKey(LTC_Type *base, const uint8_t *encryptKey, uint8_t *decryptKey,…
285 status_t LTC_AES_EncryptEcb(
302 status_t LTC_AES_DecryptEcb(LTC_Type *base,
322 status_t LTC_AES_EncryptCbc(LTC_Type *base,
343 status_t LTC_AES_DecryptCbc(LTC_Type *base,
374 status_t LTC_AES_CryptCtr(LTC_Type *base,
413 status_t LTC_AES_EncryptTagGcm(LTC_Type *base,
446 status_t LTC_AES_DecryptTagGcm(LTC_Type *base,
479 status_t LTC_AES_EncryptTagCcm(LTC_Type *base,
512 status_t LTC_AES_DecryptTagCcm(LTC_Type *base,
549 status_t LTC_DES_EncryptEcb(
564 status_t LTC_DES_DecryptEcb(
581 status_t LTC_DES_EncryptCbc(LTC_Type *base,
602 status_t LTC_DES_DecryptCbc(LTC_Type *base,
622 status_t LTC_DES_EncryptCfb(LTC_Type *base,
642 status_t LTC_DES_DecryptCfb(LTC_Type *base,
663 status_t LTC_DES_EncryptOfb(LTC_Type *base,
684 status_t LTC_DES_DecryptOfb(LTC_Type *base,
704 status_t LTC_DES2_EncryptEcb(LTC_Type *base,
724 status_t LTC_DES2_DecryptEcb(LTC_Type *base,
746 status_t LTC_DES2_EncryptCbc(LTC_Type *base,
769 status_t LTC_DES2_DecryptCbc(LTC_Type *base,
791 status_t LTC_DES2_EncryptCfb(LTC_Type *base,
813 status_t LTC_DES2_DecryptCfb(LTC_Type *base,
836 status_t LTC_DES2_EncryptOfb(LTC_Type *base,
859 status_t LTC_DES2_DecryptOfb(LTC_Type *base,
881 status_t LTC_DES3_EncryptEcb(LTC_Type *base,
903 status_t LTC_DES3_DecryptEcb(LTC_Type *base,
927 status_t LTC_DES3_EncryptCbc(LTC_Type *base,
952 status_t LTC_DES3_DecryptCbc(LTC_Type *base,
976 status_t LTC_DES3_EncryptCfb(LTC_Type *base,
1000 status_t LTC_DES3_DecryptCfb(LTC_Type *base,
1025 status_t LTC_DES3_EncryptOfb(LTC_Type *base,
1050 status_t LTC_DES3_DecryptOfb(LTC_Type *base,
1090 status_t LTC_HASH_Init(LTC_Type *base, ltc_hash_ctx_t *ctx, ltc_hash_algo_t algo, const uint8_t *ke…
1103 status_t LTC_HASH_Update(ltc_hash_ctx_t *ctx, const uint8_t *input, uint32_t inputSize);
1115 status_t LTC_HASH_Finish(ltc_hash_ctx_t *ctx, uint8_t *output, uint32_t *outputSize);
1132 status_t LTC_HASH(LTC_Type *base,
1189 status_t LTC_PKHA_NormalToMontgomery(LTC_Type *base,
1219 status_t LTC_PKHA_MontgomeryToNormal(LTC_Type *base,
1248 status_t LTC_PKHA_ModAdd(LTC_Type *base,
1276 status_t LTC_PKHA_ModSub1(LTC_Type *base,
1303 status_t LTC_PKHA_ModSub2(LTC_Type *base,
1336 status_t LTC_PKHA_ModMul(LTC_Type *base,
1370 status_t LTC_PKHA_ModExp(LTC_Type *base,
1399 status_t LTC_PKHA_ModRed(LTC_Type *base,
1424 status_t LTC_PKHA_ModInv(LTC_Type *base,
1447 status_t LTC_PKHA_ModR2(
1466 status_t LTC_PKHA_GCD(LTC_Type *base,
1491 status_t LTC_PKHA_PrimalityTest(LTC_Type *base,
1519 status_t LTC_PKHA_ECC_PointAdd(LTC_Type *base,
1546 status_t LTC_PKHA_ECC_PointDouble(LTC_Type *base,
1578 status_t LTC_PKHA_ECC_PointMul(LTC_Type *base,
1666 extern status_t ltc_get_context(LTC_Type *base, uint8_t *dest, uint8_t dataSize, uint8_t startIndex…
1667 extern status_t ltc_set_context(LTC_Type *base, const uint8_t *data, uint8_t dataSize, uint8_t star…
1668 extern status_t ltc_symmetric_update(LTC_Type *base,
1676 extern status_t ltc_wait(LTC_Type *base);
1679 extern status_t ltc_3des_check_input_args(ltc_mode_symmetric_alg_t modeAs,
1685 extern status_t ltc_symmetric_process_data(LTC_Type *base, const uint8_t *inData, uint32_t inSize, …