Searched refs:buf32 (Results 1 – 1 of 1) sorted by relevance
102 uint32_t buf32[(AESCTRDRBG_MAX_SEED_LENGTH + 3) / 4] = {0}; in AESCTRDRBGXX_updateState() local131 memcpy(buf32, additionalData, additionalDataLength); in AESCTRDRBGXX_updateState()135 operation.input = (uint8_t *)buf32; in AESCTRDRBGXX_updateState()136 operation.output = (uint8_t *)buf32; in AESCTRDRBGXX_updateState()146 memcpy(object->keyingMaterial, buf32, object->key.u.plaintext.keyLength); in AESCTRDRBGXX_updateState()154 &buf32[object->key.u.plaintext.keyLength / sizeof(uint32_t)], in AESCTRDRBGXX_updateState()158 memset(buf32, 0, object->seedLength); in AESCTRDRBGXX_updateState()