Searched defs:tmpSize (Results 1 – 6 of 6) sorted by relevance
295 uint32_t tmpSize = keyOut->size; in BnOperationOfPubKeyConversion() local360 uint32_t tmpSize = sizeof(struct KeyMaterial25519) + CURVE25519_KEY_LEN; // 2: pub + pri in ConvertPrivX25519FromED25519() local
195 int tmpSize = strlen(manufacture) + strlen(model) + strlen(sn) + 1; in GetDevUdid_() local
367 int tmpSize = strlen(manufacture) + strlen(model) + strlen(sn) + 1; in HalGetDevUdid() local
357 int tmpSize = strlen(manufacture) + strlen(model) + strlen(sn) + 1; in GetDevUdid() local
372 uint32_t tmpSize; in EncodeCertChain() local
1207 … uint32_t tmpSize = (message->size - point) >= blockSize ? blockSize : (message->size - point); in AesEcbNoPaddingData() local