Home
last modified time | relevance | path

Searched refs:wordbuf (Results 1 – 2 of 2) sorted by relevance

/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/object_identifier/
A Dder_encode_object_identifier.c22 unsigned long i, x, y, z, t, mask, wordbuf; in der_encode_object_identifier() local
40 wordbuf = words[0] * 40 + words[1]; in der_encode_object_identifier()
42 t = der_object_identifier_bits(wordbuf); in der_encode_object_identifier()
43 z += t/7 + ((t%7) ? 1 : 0) + (wordbuf == 0 ? 1 : 0); in der_encode_object_identifier()
45 wordbuf = words[y + 1]; in der_encode_object_identifier()
59 wordbuf = words[0] * 40 + words[1]; in der_encode_object_identifier()
62 t = wordbuf & 0xFFFFFFFF; in der_encode_object_identifier()
84 wordbuf = words[i + 1]; in der_encode_object_identifier()
A Dder_length_object_identifier.c34 unsigned long y, z, t, wordbuf; in der_length_object_identifier() local
52 wordbuf = words[0] * 40 + words[1]; in der_length_object_identifier()
54 t = der_object_identifier_bits(wordbuf); in der_length_object_identifier()
55 z += t/7 + ((t%7) ? 1 : 0) + (wordbuf == 0 ? 1 : 0); in der_length_object_identifier()
58 wordbuf = words[y+1]; in der_length_object_identifier()

Completed in 2 milliseconds