TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
db6f44f875dbdc19a16aaaba3a504c2ee53702e2
/
include
/
psa
/
crypto.h
db6f44f
Update documentation for multipart cipher operations
by Andrew Thoelke
· 6 years ago
9f208cc
Update documentation for multipart mac operations
by Andrew Thoelke
· 6 years ago
272ba1d
Update documentation for multipart hash operations
by Andrew Thoelke
· 6 years ago
340984b
Fix PSA_ERROR_BAD_STATE messages
by Andrew Thoelke
· 6 years ago
4c61c1a
Move psa_destroy_key and psa_copy_key to Key Management section
by Adrian L. Shaw
· 6 years ago
4badc92
Merge pull request #117 from gilles-peskine-arm/psa_error_code_coverage
by Jaeden Amero
· 6 years ago
4864eb5
Merge pull request #247 from athoelke/at-key-handles
by Jaeden Amero
· 6 years ago
970629f
Fix grammar.
by Andrew Thoelke
· 6 years ago
be06133
Document more error codes
by Gilles Peskine
· 6 years ago
8619f8c
Remove storage errors from psa_generate_random
by Adrian L. Shaw
· 6 years ago
de18341
Update the behavior of key handles
by Andrew Thoelke
· 6 years ago
3b59756
Fix return code warnings
by Adrian L. Shaw
· 6 years ago
fa2cefa
Fix warnings
by Adrian L. Shaw
· 6 years ago
f483973
Add PSA_ERROR_STORAGE_FAILURE to psa_cipher_generate_iv
by Adrian L. Shaw
· 6 years ago
599c712
Remove errorneous insert
by Adrian L. Shaw
· 6 years ago
1505b21
Add STORAGE_FAILURE everywhere + add missing codes
by Adrian L. Shaw
· 6 years ago
1f1e1a5
Add storage failure to psa_mac_verify_finish
by Adrian L. Shaw
· 6 years ago
56b32b1
Add storage failure to psa_mac_sign_finish
by Adrian L. Shaw
· 6 years ago
22bc8ff
Add PSA_ERROR_STORAGE_FAILURE to psa_aead_*_setup functions
by Adrian L. Shaw
· 6 years ago
8f7cd1e
Added PSA_ERROR_BAD_STATE to functions with operations
by Adrian L. Shaw
· 6 years ago
97d3bc3
Added extra bad state case to psa_hash_setup
by Adrian L. Shaw
· 6 years ago
2364924
Add missing return codes to psa_generate_key
by Adrian L. Shaw
· 6 years ago
1f42a84
Add PSA_ERROR_BUFFER_TOO_SMALL to psa_mac_compute
by Adrian L. Shaw
· 6 years ago
650229b
Added PSA_ERROR_STORAGE_FAILURE to psa_mac_compute
by Adrian L. Shaw
· 6 years ago
2a88978
Add PSA_ERROR_STORAGE_FAILURE to psa_export_public_key
by Adrian L. Shaw
· 6 years ago
11638b9
Added PSA_ERROR_INSUFFICIENT_MEMORY to psa_export_public_key
by Adrian L. Shaw
· 6 years ago
7f1863c
Add PSA_ERROR_INSUFFICIENT_MEMORY to psa_export_key
by Adrian L. Shaw
· 6 years ago
15731c1
Added PSA_ERROR_STORAGE_FAILURE to psa_export_key
by Adrian L. Shaw
· 6 years ago
23c006f
Added missing return codes to get_key_attributes
by Adrian L. Shaw
· 6 years ago
39797aa
Fix erroneous cut and paste
by Adrian L. Shaw
· 6 years ago
fbf7f12
Separate return codes for unsupported and invalid algorithms
by Adrian L. Shaw
· 6 years ago
66200c4
Add PSA_ERROR_STORAGE_FAILURE to psa_cipher_generate_iv
by Adrian L. Shaw
· 6 years ago
f97c852
Add CORRUPTION_DETECTED to psa_close_key
by Adrian L. Shaw
· 6 years ago
6725757
Remove errorneous insert
by Adrian L. Shaw
· 6 years ago
484ba88
Add STORAGE_FAILURE everywhere + add missing codes
by Adrian L. Shaw
· 6 years ago
dc5bf5c
Add storage failure to (encrypt/decrypt)_setup
by Adrian L. Shaw
· 6 years ago
d9e9024
Add storage failure to psa_mac_verify_finish
by Adrian L. Shaw
· 6 years ago
2632236
Add storage failure to psa_mac_sign_finish
by Adrian L. Shaw
· 6 years ago
8d0bcf2
Add PSA_ERROR_INVALID_ARGUMENT to psa_hash_compare
by Adrian L. Shaw
· 6 years ago
df3c7ac
Remove trailing whitespace
by Adrian L. Shaw
· 6 years ago
d789dc1
Added a few more return codes
by Adrian L. Shaw
· 6 years ago
3e41249
Add PSA_ERROR_STORAGE_FAILURE to psa_aead_*_setup functions
by Adrian L. Shaw
· 6 years ago
71b33ff
Add missing error codes to psa_generate_random
by Adrian L. Shaw
· 6 years ago
0d280b9
Add missing error codes for psa_raw_key_agreement
by Adrian L. Shaw
· 6 years ago
a3f6ba5
Added PSA_ERROR_STORAGE_FAILURE to psa_cipher_(encrypt/decrypt)
by Adrian L. Shaw
· 6 years ago
320659b
Added PSA_ERROR_BAD_STATE to functions with operations
by Adrian L. Shaw
· 6 years ago
e970d65
Added extra bad state case to psa_hash_setup
by Adrian L. Shaw
· 6 years ago
6e758c9
Add missing return codes to psa_asymmetric_verify
by Adrian L. Shaw
· 6 years ago
27c1215
Add missing parameters to psa_asymmetric_sign
by Adrian L. Shaw
· 6 years ago
d21c6e6
Add missing return codes to psa_generate_key
by Adrian L. Shaw
· 6 years ago
c207ba3
Added missing return codes to psa_aead_decrypt
by Adrian L. Shaw
· 6 years ago
96f31ad
Add missing return codes to psa_asymmetric_decrypt
by Adrian L. Shaw
· 6 years ago
f961d5c
Add missing return codes to psa_asymmetric_encrypt
by Adrian L. Shaw
· 6 years ago
53d90c5
Only return PSA_ERROR_DOES_NOT_EXIST from psa_open_key
by Adrian L. Shaw
· 6 years ago
9770d0e
Add PSA_ERROR_STORAGE_FAILURE to psa_mac_verify_setup
by Adrian L. Shaw
· 6 years ago
2409ba0
Added PSA_ERROR_STORAGE_FAILURE to psa_mac_sign_setup
by Adrian L. Shaw
· 6 years ago
7563ed1
Remove PSA_ERROR_DOES_NOT_EXIST from psa_mac_sign_setup
by Adrian L. Shaw
· 6 years ago
d5ae06b
Add PSA_ERROR_BUFFER_TOO_SMALL to psa_mac_compute
by Adrian L. Shaw
· 6 years ago
dec47b6
Added the possibility of PSA_ERROR_BAD_STATE to all functions
by Adrian L. Shaw
· 6 years ago
fa591c4
Added PSA_ERROR_STORAGE_FAILURE to psa_mac_compute
by Adrian L. Shaw
· 6 years ago
f7d852a
Added PSA_ERROR_BUFFER_TOO_SMALL to psa_hash_compute
by Adrian L. Shaw
· 6 years ago
60b0320
Add PSA_ERROR_STORAGE_FAILURE to psa_copy_key
by Adrian L. Shaw
· 6 years ago
398b3c2
Add PSA_ERROR_STORAGE_FAILURE to psa_export_public_key
by Adrian L. Shaw
· 6 years ago
e926e73
Removed PSA_DOES_NOT_EXIST from psa_export_public_key
by Adrian L. Shaw
· 6 years ago
88c51ad
Added PSA_ERROR_INSUFFICIENT_MEMORY to psa_export_public_key
by Adrian L. Shaw
· 6 years ago
742084e
Removed PSA_ERROR_DOES_NOT_EXIST from psa_export_key
by Adrian L. Shaw
· 6 years ago
0542d59
Add PSA_ERROR_INSUFFICIENT_MEMORY to psa_export_key
by Adrian L. Shaw
· 6 years ago
89b7152
Added PSA_ERROR_STORAGE_FAILURE to psa_export_key
by Adrian L. Shaw
· 6 years ago
29b6407
Added missing return codes to get_key_attributes
by Adrian L. Shaw
· 6 years ago
21db2a9
Merge pull request #229 from k-stachowiak/IOTCRYPT-791-remove-legacy-psa-key-derivation
by Jaeden Amero
· 6 years ago
8824dae
Editorial fixes.
by Andrew Thoelke
· 6 years ago
07f16b7
Update documentation for psa_destroy_key
by Andrew Thoelke
· 6 years ago
3daba81
Update documentation for psa_close_key
by Andrew Thoelke
· 6 years ago
9741b11
Update psa_open_key documentation
by Andrew Thoelke
· 6 years ago
203491c
Remove duplicated information in psa_open_key
by Andrew Thoelke
· 6 years ago
b9b4f09
Document new error type returned from the key derivation API
by k-stachowiak
· 6 years ago
adb1c52
Merge pull request #157 from gilles-peskine-arm/psa-se_driver-create_key
by Gilles Peskine
· 6 years ago
105f67f
Move the definition of psa_key_attributes_t to crypto_types.h
by Gilles Peskine
· 6 years ago
d16bdac
Use stdint.h types in multipart AEAD functions
by Andrew Thoelke
· 6 years ago
47629d0
Use stdint.h types
by Andrew Thoelke
· 6 years ago
6a21123
Remove obsolete mentions of PSA_ERROR_EMPTY_SLOT
by Gilles Peskine
· 6 years ago
4754cde
Improve description of psa_open_key()
by Gilles Peskine
· 6 years ago
a0c0655
Add missing declarations to the API document
by Gilles Peskine
· 6 years ago
fba7539
Merge pull request #269 from ARMmbed/psa-slots_to_handles
by Jaeden Amero
· 6 years ago
eff4942
Merge pull request #268 from ARMmbed/psa-error_tampering_detected
by Gilles Peskine
· 6 years ago
35ef36b
Rename psa_generate_random_key back to psa_generate_key
by Gilles Peskine
· 6 years ago
c93b80c
Rename *KEYPAIR* to *KEY_PAIR*
by Gilles Peskine
· 6 years ago
0a695bd
Simplify description of psa_copy_key
by Adrian L. Shaw
· 6 years ago
52d83da
Mention psa_close_key in the description of psa_open_key
by Adrian L. Shaw
· 6 years ago
d56456c
Improve descriptions that mention handles and fix incorrect mention of psa_create_key
by Adrian L. Shaw
· 6 years ago
67e1c7a
Remove remaining mentions of slots
by Adrian L. Shaw
· 6 years ago
4b3eb69
Rename PSA_ERROR_TAMPERING_DETECTED to ..._CORRUPTION_DETECTED
by Gilles Peskine
· 6 years ago
20a77ae
RSA key generation: require e=65537
by Gilles Peskine
· 6 years ago
a130219
Move remaining text about DSA out of the specification
by Gilles Peskine
· 6 years ago
dcaefae
Parametrize Diffie-Hellman keys by a group identifier
by Gilles Peskine
· 6 years ago
24f10f8
Remove domain parameters from the official API
by Gilles Peskine
· 6 years ago
58fe9e8
Correct the description of psa_raw_key_agreement
by Gilles Peskine
· 6 years ago
be697d8
Shorten the name of psa_key_agreement_raw_shared_secret
by Gilles Peskine
· 6 years ago
1cb9a08
Reorder key derivation functions in the header file
by Gilles Peskine
· 6 years ago
cf7292e
Wrap and reindent some lines
by Gilles Peskine
· 6 years ago
Next »