mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07: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 */
|
}, /* KL -> RK */
|
||||||
{
|
{
|
||||||
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
|
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
|
||||||
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1
|
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1
|
||||||
}, /* KR -> RK */
|
}, /* KR -> RK */
|
||||||
{
|
{
|
||||||
4, 5, 6, 7, 12, 13, 14, 15, 16, 17,
|
4, 5, 6, 7, 12, 13, 14, 15, 16, 17,
|
||||||
18, 19, -1, 24, 25, -1, 31, 28, 29, 30
|
18, 19, -1, 24, 25, -1, 31, 28, 29, 30
|
||||||
}, /* KA -> RK */
|
}, /* KA -> RK */
|
||||||
{
|
{
|
||||||
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
|
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
|
||||||
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1
|
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1
|
||||||
} /* KB -> RK */
|
} /* KB -> RK */
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
{
|
{
|
||||||
|
@ -235,12 +235,12 @@ static const signed char indexes[2][4][20] = {
|
||||||
}, /* KL -> RK */
|
}, /* KL -> RK */
|
||||||
{
|
{
|
||||||
-1, -1, -1, -1, 8, 9, 10, 11, 16, 17,
|
-1, -1, -1, -1, 8, 9, 10, 11, 16, 17,
|
||||||
18, 19, -1, -1, -1, -1, 39, 36, 37, 38
|
18, 19, -1, -1, -1, -1, 39, 36, 37, 38
|
||||||
}, /* KR -> RK */
|
}, /* KR -> RK */
|
||||||
{
|
{
|
||||||
-1, -1, -1, -1, 12, 13, 14, 15, 58, 59,
|
-1, -1, -1, -1, 12, 13, 14, 15, 58, 59,
|
||||||
56, 57, 31, 28, 29, 30, -1, -1, -1, -1
|
56, 57, 31, 28, 29, 30, -1, -1, -1, -1
|
||||||
}, /* KA -> RK */
|
}, /* KA -> RK */
|
||||||
{
|
{
|
||||||
4, 5, 6, 7, 65, 66, 67, 64, 20, 21,
|
4, 5, 6, 7, 65, 66, 67, 64, 20, 21,
|
||||||
22, 23, -1, -1, -1, -1, 43, 40, 41, 42
|
22, 23, -1, -1, -1, -1, 43, 40, 41, 42
|
||||||
|
|
|
@ -2223,7 +2223,7 @@ exit:
|
||||||
ret = MBEDTLS_ERR_X509_FATAL_ERROR;
|
ret = MBEDTLS_ERR_X509_FATAL_ERROR;
|
||||||
|
|
||||||
if (ret != 0) {
|
if (ret != 0) {
|
||||||
*flags = (uint32_t) -1;
|
*flags = (uint32_t) - 1;
|
||||||
return (ret);
|
return (ret);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue