commit | f5e753a942053df4be097b19242e33d9d7870ddb | [log] [tgz] |
---|---|---|
author | Andres Amaya Garcia <andres.amayagarcia@arm.com> | Tue May 30 17:18:06 2017 +0100 |
committer | Andres Amaya Garcia <andres.amayagarcia@arm.com> | Tue May 30 17:18:06 2017 +0100 |
tree | 915eede59c9ce3bbe758f5efa582798a97470904 | |
parent | 98864d5c0b154eda7aeb2c2bffe7e7e1c97424bc [diff] |
Add missing ret code checks in PEM module Add missing return code checks in the functions pem_des_decrypt(), pem_3des_decrypt() and pem_aes_decrypt() so that the calling function pem_read_buffer() is notified of errors reported by the crypto primitives AES, DES and 3DES.