Home
last modified time | relevance | path

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

/mbedtls-3.4.0/
Ddco.txt17 (a) The contribution was created in whole or in part by me and I
25 by me, under the same open source license (unless I am
29 (c) The contribution was provided directly to me by some other
/mbedtls-3.4.0/library/
Dpoly1305.c52 const uint64_t me = (uint64_t)( (uint32_t) ah * bl ) + (uint32_t) al * bh; in mul64() local
55 return( lo + ( me << 16 ) + ( (uint64_t) hi << 32 ) ); in mul64()