aboutsummaryrefslogtreecommitdiff
path: root/gost_omac_acpkm.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-15Fix gcc13 error: writing 1 byte into a region of size 0Vitaly Chikunov1-2/+8
2022-02-07Ensure that CMAC_ACPKM_CTX_copy works with 2 non-NULL pointers - fixupDmitry Belyavskiy1-2/+3
2022-02-06Ensure that CMAC_ACPKM_CTX_copy works with 2 non-NULL pointers.Dmitry Belyavskiy1-1/+1
2021-10-11Making a gost provider - Adapt the grasshopper OMACs for providersRichard Levitte1-33/+44
2020-05-13Add static to functions that not need to be exportedVitaly Chikunov1-2/+2
2020-05-13Remove unneeded declarations after registration reworkVitaly Chikunov1-10/+0
2020-05-13Update Copyright lines after registration reworkVitaly Chikunov1-1/+1
2020-05-13gost_omac_acpkm: Rework registration of kuznyechik_ctracpkm_omacVitaly Chikunov1-25/+15
2019-10-14Fix of potential memory leakDmitry Belyavskiy1-0/+1
2019-09-05Fix compilation with Microsoft Visual C.Dmitry Timoshkov1-6/+7
2019-09-04Get rid of EVP_MD_CTRL_MAC_LENDmitry Belyavskiy1-1/+0
2019-09-04For Grasshopper OMAC_ACPKM, OMAC and MAGMA, support XOFRichard Levitte1-1/+2
2018-09-07Missing NIDDmitry Belyavskiy1-0/+1
2018-08-31Some fixes of OMAC processingDmitry Belyavskiy1-0/+7
2018-08-30Error codes fixedDmitry Belyavskiy1-8/+8
2018-08-08Add grasshopper_omac_acpkm (OMAC-ACPKM)Vitaly Chikunov1-0/+521