Home
last modified time | relevance | path

Searched refs:_char_to_int (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/generalizedtime/
A Dder_decode_generalizedtime.c20 static int _char_to_int(unsigned char x) in _char_to_int() function
38 y = _char_to_int(buf[x])*10 + _char_to_int(buf[x+1]); \
44 …y = _char_to_int(buf[x])*1000 + _char_to_int(buf[x+1])*100 + _char_to_int(buf[x+2])*10 + _char_to…
123 out->fs += _char_to_int(buf[x]); in der_decode_generalizedtime()
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/utctime/
A Dder_decode_utctime.c19 static int _char_to_int(unsigned char x) in _char_to_int() function
37 y = _char_to_int(buf[x])*10 + _char_to_int(buf[x+1]); \
/optee_os/out/arm/core/
A Dtee.symb_sizes1584 000000000e1458a4 000000000000001c t _char_to_int
1585 000000000e146db4 000000000000001c t _char_to_int
A Dtee.dmp104872 000000000e1458a4 <_char_to_int>:
104873 _char_to_int():
104939 e14594c: 97ffffd6 bl e1458a4 <_char_to_int>
104942 e145958: 97ffffd3 bl e1458a4 <_char_to_int>
104948 e145970: 97ffffcd bl e1458a4 <_char_to_int>
104951 e14597c: 97ffffca bl e1458a4 <_char_to_int>
104959 e145998: 97ffffc3 bl e1458a4 <_char_to_int>
104962 e1459a4: 97ffffc0 bl e1458a4 <_char_to_int>
104969 e1459bc: 97ffffba bl e1458a4 <_char_to_int>
106843 000000000e146db4 <_char_to_int>:
[all …]
A Dtee.map24323 .text._char_to_int
24394 .text._char_to_int

Completed in 224 milliseconds