Searched refs:DECODE_V (Results 1 – 2 of 2) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/pk/asn1/der/utctime/ |
| H A D | der_decode_utctime.c | 29 #define DECODE_V(y, max) \ macro 80 DECODE_V(out->YY, 100); in der_decode_utctime() 81 DECODE_V(out->MM, 13); in der_decode_utctime() 82 DECODE_V(out->DD, 32); in der_decode_utctime() 83 DECODE_V(out->hh, 24); in der_decode_utctime() 84 DECODE_V(out->mm, 60); in der_decode_utctime() 95 DECODE_V(out->off_hh, 24); in der_decode_utctime() 96 DECODE_V(out->off_mm, 60); in der_decode_utctime() 101 DECODE_V(out->ss, 60); in der_decode_utctime() 109 DECODE_V(out->off_hh, 24); in der_decode_utctime() [all …]
|
| /optee_os/core/lib/libtomcrypt/src/pk/asn1/der/generalizedtime/ |
| H A D | der_decode_generalizedtime.c | 30 #define DECODE_V(y, max) do {\ macro 97 DECODE_V(out->MM, 13); in der_decode_generalizedtime() 98 DECODE_V(out->DD, 32); in der_decode_generalizedtime() 99 DECODE_V(out->hh, 24); in der_decode_generalizedtime() 100 DECODE_V(out->mm, 60); in der_decode_generalizedtime() 101 DECODE_V(out->ss, 60); in der_decode_generalizedtime() 128 DECODE_V(out->off_hh, 24); in der_decode_generalizedtime() 129 DECODE_V(out->off_mm, 60); in der_decode_generalizedtime()
|