darling-corecrypto/include/corecrypto
2023-09-20 19:03:04 -04:00
..
private Implement AES-ECB and CBC mode 2021-01-10 15:22:00 -05:00
cc_config.h Fix non-Darling build; use exported symbols list 2021-01-10 11:59:20 -05:00
cc_debug.h Move reverse array printing functions to cc_debug.h 2020-03-29 12:33:02 -04:00
cc_error.h Add a couple stubs and headers to build the new CommonCrypto 2020-06-23 17:36:30 -04:00
cc_macros.h Use original corecrypto headers 2016-12-02 17:37:57 +01:00
cc_priv.h Fix non-Darling build; use exported symbols list 2021-01-10 11:59:20 -05:00
cc.h Add CC_MAX_ALIGNMENT, cc_pad_align, and CCEC_GENKEY_DETERMINISTIC_SECBKP 2023-02-04 15:21:58 -08:00
ccaes.h Use original corecrypto headers 2016-12-02 17:37:57 +01:00
ccansikdf.h Add stuff that the latest Security uses 2017-06-13 13:45:28 -07:00
ccasn1.h Adding testing support (#3) 2020-01-14 14:14:12 -05:00
ccblowfish.h Add missing headers and stubs for CommonCrypto 2017-05-07 18:01:44 -07:00
cccast.h Add missing headers and stubs for CommonCrypto 2017-05-07 18:01:44 -07:00
ccchacha20poly1305_priv.h Implement stubs for commoncrypto 2023-02-04 15:21:58 -08:00
ccchacha20poly1305.h Add stubs for ccchacha20 and cch2c 2023-02-04 15:21:58 -08:00
ccckg.h Add CKG stubs for CommonCrypto 2021-01-10 10:58:14 -05:00
cccmac.h Add missing headers and stubs for CommonCrypto 2017-05-07 18:01:44 -07:00
ccder_decode_eckey.h Add bits of mising headers for Security/Heimdal 2017-04-25 21:54:04 -07:00
ccder.h Implement a majority of DER encoding/decoding logic 2020-03-11 11:20:28 -04:00
ccdes.h Use original corecrypto headers 2016-12-02 17:37:57 +01:00
ccdh_gp.h Add missing headers and stubs for CommonCrypto 2017-05-07 18:01:44 -07:00
ccdh.h Add a couple stubs and headers to build the new CommonCrypto 2020-06-23 17:36:30 -04:00
ccdigest_priv.h Implement cc_print and ccdigest_oid_lookup 2020-03-17 10:01:44 -04:00
ccdigest.h Add the ability to fully disable transparent unions in CoreCrypto headers 2020-06-18 10:45:58 -04:00
ccdrbg_impl.h Use original corecrypto headers 2016-12-02 17:37:57 +01:00
ccdrbg.h Use original corecrypto headers 2016-12-02 17:37:57 +01:00
ccec25519.h Implement cczp_init_with_recip and stub cccurve25519_make_key_pair and cccurve25519 2020-07-23 13:53:29 -04:00
ccec_priv.h Add bits of mising headers for Security/Heimdal 2017-04-25 21:54:04 -07:00
ccec.h Add ccec_export_pub_size_cp and CCEC_GENKEY_DETERMINISTIC_LEGACY 2023-09-20 19:03:04 -04:00
ccecies.h Add ECIES_LEGACY_IV definition and fix cczp_init return type 2020-07-15 11:46:32 -04:00
cch2c.h Add stubs for ccchacha20 and cch2c 2023-02-04 15:21:58 -08:00
cchkdf.h Implement stubs for commoncrypto 2023-02-04 15:21:58 -08:00
cchmac.h Add the ability to fully disable transparent unions in CoreCrypto headers 2020-06-18 10:45:58 -04:00
ccmd2.h Implement ccmd2 2016-11-05 19:14:37 +01:00
ccmd4.h Fix state sizes for MD4/MD5 2016-11-05 20:35:12 +01:00
ccmd5.h Use original corecrypto headers 2016-12-02 17:37:57 +01:00
ccmode_factory.h Implement AES-ECB and CBC mode 2021-01-10 15:22:00 -05:00
ccmode_impl.h Implement AES-ECB and CBC mode 2021-01-10 15:22:00 -05:00
ccmode_siv.h Use original corecrypto headers 2016-12-02 17:37:57 +01:00
ccmode.h Add a couple stubs and headers to build the new CommonCrypto 2020-06-23 17:36:30 -04:00
ccn.h Fix non-Darling build; use exported symbols list 2021-01-10 11:59:20 -05:00
ccnistkdf.h Add missing headers and stubs for CommonCrypto 2017-05-07 18:01:44 -07:00
ccpad.h Use original corecrypto headers 2016-12-02 17:37:57 +01:00
ccpbkdf2.h Use original corecrypto headers 2016-12-02 17:37:57 +01:00
ccrc2.h Add missing headers and stubs for CommonCrypto 2017-05-07 18:01:44 -07:00
ccrc4.h Use original corecrypto headers 2016-12-02 17:37:57 +01:00
ccripemd.h Add missing headers and stubs for CommonCrypto 2017-05-07 18:01:44 -07:00
ccrng_pbkdf2_prng.h Add bits of mising headers for Security/Heimdal 2017-04-25 21:54:04 -07:00
ccrng_system.h Use original corecrypto headers 2016-12-02 17:37:57 +01:00
ccrng.h Add basic implementation of ccrng_uniform 2020-06-15 14:02:28 -04:00
ccrsa_priv.h Allow NULL oid for ccrsa_emsa_pkcs1v15_{encode,verify} 2021-01-07 00:08:33 -05:00
ccrsa.h Implement stubs for commoncrypto 2023-02-04 15:21:58 -08:00
ccsha1.h Use original corecrypto headers 2016-12-02 17:37:57 +01:00
ccsha2.h Use original corecrypto headers 2016-12-02 17:37:57 +01:00
ccsrp_gp.h Add bits of mising headers for Security/Heimdal 2017-04-25 21:54:04 -07:00
ccsrp.h Add the ability to fully disable transparent unions in CoreCrypto headers 2020-06-18 10:45:58 -04:00
ccwrap_priv.h Fix int-conversion error 2022-11-20 10:50:49 -08:00
ccz.h Add a couple stubs and headers to build the new CommonCrypto 2020-06-23 17:36:30 -04:00
cczp.h Implement cczp_init_with_recip and stub cccurve25519_make_key_pair and cccurve25519 2020-07-23 13:53:29 -04:00