mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-20 22:05:15 +00:00
Merge pull request #5436 from mpg/prog-hmac-cipher-psa
PSA: example programs for HMAC and AEAD vs legacy
This commit is contained in:
commit
9193f7d836
10 changed files with 928 additions and 7 deletions
4
programs/.gitignore
vendored
4
programs/.gitignore
vendored
|
|
@ -13,8 +13,10 @@
|
|||
*.exe
|
||||
|
||||
aes/crypt_and_hash
|
||||
cipher/cipher_aead_demo
|
||||
hash/generic_sum
|
||||
hash/hello
|
||||
hash/md_hmac_demo
|
||||
hash/md5sum
|
||||
hash/sha1sum
|
||||
hash/sha2sum
|
||||
|
|
@ -38,7 +40,9 @@ pkey/rsa_sign
|
|||
pkey/rsa_sign_pss
|
||||
pkey/rsa_verify
|
||||
pkey/rsa_verify_pss
|
||||
psa/aead_demo
|
||||
psa/crypto_examples
|
||||
psa/hmac_demo
|
||||
psa/key_ladder_demo
|
||||
psa/psa_constant_names
|
||||
random/gen_entropy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue