mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-02 21:54:10 +08:00
style
This commit is contained in:
parent
26fa587dbf
commit
eb1596dc9f
2 changed files with 9 additions and 9 deletions
|
@ -217,16 +217,16 @@ static const signed char indexes[2][4][20] = {
|
|||
}, /* KL -> RK */
|
||||
{
|
||||
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
|
||||
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1
|
||||
}, /* KR -> RK */
|
||||
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1
|
||||
}, /* KR -> RK */
|
||||
{
|
||||
4, 5, 6, 7, 12, 13, 14, 15, 16, 17,
|
||||
18, 19, -1, 24, 25, -1, 31, 28, 29, 30
|
||||
}, /* KA -> RK */
|
||||
{
|
||||
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
|
||||
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1
|
||||
} /* KB -> RK */
|
||||
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1
|
||||
} /* KB -> RK */
|
||||
},
|
||||
{
|
||||
{
|
||||
|
@ -235,12 +235,12 @@ static const signed char indexes[2][4][20] = {
|
|||
}, /* KL -> RK */
|
||||
{
|
||||
-1, -1, -1, -1, 8, 9, 10, 11, 16, 17,
|
||||
18, 19, -1, -1, -1, -1, 39, 36, 37, 38
|
||||
}, /* KR -> RK */
|
||||
18, 19, -1, -1, -1, -1, 39, 36, 37, 38
|
||||
}, /* KR -> RK */
|
||||
{
|
||||
-1, -1, -1, -1, 12, 13, 14, 15, 58, 59,
|
||||
56, 57, 31, 28, 29, 30, -1, -1, -1, -1
|
||||
}, /* KA -> RK */
|
||||
56, 57, 31, 28, 29, 30, -1, -1, -1, -1
|
||||
}, /* KA -> RK */
|
||||
{
|
||||
4, 5, 6, 7, 65, 66, 67, 64, 20, 21,
|
||||
22, 23, -1, -1, -1, -1, 43, 40, 41, 42
|
||||
|
|
|
@ -2223,7 +2223,7 @@ exit:
|
|||
ret = MBEDTLS_ERR_X509_FATAL_ERROR;
|
||||
|
||||
if (ret != 0) {
|
||||
*flags = (uint32_t) -1;
|
||||
*flags = (uint32_t) - 1;
|
||||
return (ret);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue